Searched refs:IMGPF_SPAWN (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dimgact.h131 #define IMGPF_SPAWN 0x00000010 /* spawn (without setexec) */ macro
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_exec.c605 int spawn = (imgp->ip_flags & IMGPF_SPAWN);
755 int spawn = (imgp->ip_flags & IMGPF_SPAWN);
2114 imgp->ip_flags |= IMGPF_SPAWN; /* spawn w/o exec */
2409 * we identify this case by noting the IMGPF_SPAWN flag. This is
4396 int spawn = (imgp->ip_flags & IMGPF_SPAWN);
H A Dmach_loader.c309 int spawn = (imgp->ip_flags & IMGPF_SPAWN);

Completed in 137 milliseconds