xep               583 compat/ibcs2/ibcs2_exec.c 	struct xext *xep;
xep               593 compat/ibcs2/ibcs2_exec.c 	xep = (struct xext *)((char *)epp->ep_hdr + sizeof(struct xexec));
xep               596 compat/ibcs2/ibcs2_exec.c 		error = exec_ibcs2_xout_prep_zmagic(p, epp, xp, xep);
xep               599 compat/ibcs2/ibcs2_exec.c 		error = exec_ibcs2_xout_prep_nmagic(p, epp, xp, xep);
xep               616 compat/ibcs2/ibcs2_exec.c exec_ibcs2_xout_prep_nmagic(p, epp, xp, xep)
xep               620 compat/ibcs2/ibcs2_exec.c 	struct xext *xep;
xep               628 compat/ibcs2/ibcs2_exec.c 	if (xep->xe_segsize > 16 * sizeof(*xs))
xep               630 compat/ibcs2/ibcs2_exec.c 	xs = (struct xseg *)malloc(xep->xe_segsize, M_TEMP, M_WAITOK);
xep               632 compat/ibcs2/ibcs2_exec.c 			xep->xe_segsize, xep->xe_segpos,
xep               641 compat/ibcs2/ibcs2_exec.c 	for (nseg = xep->xe_segsize / sizeof(*xs), i = 0; i < nseg; i++) {