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

/macosx-10.5.8/xnu-1228.15.4/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>
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dexec.h59 * exec stucture in an a.out file derived from FSF's
69 struct exec struct
/macosx-10.5.8/xnu-1228.15.4/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
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dkern_machdep.c40 #include <machine/exec.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/ppc/
H A Dexec.h73 ((ex).a_magic == ZMAGIC ? __LDPGSZ : sizeof(struct exec))
89 struct exec { struct
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dkern_machdep.c44 #include <machine/exec.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmach_fat.c39 #include <machine/exec.h>
H A Dbsd_init.c159 #include <machine/exec.h>
H A Dkern_exec.c101 #include <sys/exec.h>
144 /* support for child creation in exec after vfork */
405 * since the exec may fail and return to the parent. In that case,
754 vfexec = 1; /* Mark in exec */
880 * requested them on exec.
910 * which specify close-on-exec.
1018 * Otherwise, use the name passed into exec.
1091 * flag, which will be used for grading binaries in future exec's
1220 DTRACE_PROC1(exec, uintptr_t, imgp->ip_strings);
1311 * Call out to allow 3rd party notification of exec
[all...]
H A Dkern_sysctl.c125 #include <machine/exec.h>
585 SYSCTL_NODE(_kern, KERN_EXEC, exec, CTLFLAG_RD|CTLFLAG_LOCKED, 0, "");
H A Dmach_loader.c61 #include <machine/exec.h>
1568 * but not read rights, but to exec something, we have to either map
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_mroute.c2099 #include <sys/exec.h>

Completed in 125 milliseconds