Searched refs:exec (Results 1 - 9 of 9) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dexec.h66 * @(#)exec.h 8.3 (Berkeley) 1/21/94
76 * XXX software which includes <sys/exec.h> instead of the more correct
77 * XXX <machine/exec.h> and/or need the inclusion of <sys/appleapiopts.h>
80 #include <machine/exec.h>
/xnu-2782.1.97/osfmk/i386/
H A Dexec.h59 * exec stucture in an a.out file derived from FSF's
69 struct exec struct
/xnu-2782.1.97/bsd/i386/
H A Dexec.h60 * @(#)exec.h 8.1 (Berkeley) 6/11/93
86 ((ex).a_magic == ZMAGIC ? __LDPGSZ : sizeof(struct exec))
102 struct exec { struct
/xnu-2782.1.97/bsd/dev/i386/
H A Dkern_machdep.c40 #include <machine/exec.h>
/xnu-2782.1.97/bsd/kern/
H A Dmach_fat.c40 #include <machine/exec.h>
H A Dbsd_init.c178 #include <machine/exec.h>
H A Dmach_loader.c62 #include <machine/exec.h>
432 * If this is an exec, then we are going to destroy the old
1826 * but not read rights, but to exec something, we have to either map
H A Dkern_exec.c100 #include <sys/exec.h>
174 /* support for child creation in exec after vfork */
623 * For vfork exec, the current implementation has not set up the thread in the
909 * requested them on exec.
939 * Close file descriptors which specify close-on-exec.
952 * deal with voucher on exec-calling thread.
1047 * Otherwise, use the name passed into exec.
1268 /* Use imgp->ip_strings, which contains the copyin-ed exec path */
1269 DTRACE_PROC1(exec, uintptr_t, imgp->ip_strings);
1382 * Call out to allow 3rd party notification of exec
[all...]
H A Dkern_sysctl.c129 #include <machine/exec.h>

Completed in 81 milliseconds