Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Dimgact.h146 #define IMGPF_SPAWN 0x00000010 /* spawn (without setexec) */ macro
/xnu-10002.41.9/bsd/kern/
H A Dkern_exec.c1186 int spawn = (imgp->ip_flags & IMGPF_SPAWN); in exec_mach_imgact()
3896 imgp->ip_flags |= IMGPF_SPAWN; /* spawn w/o exec */ in posix_spawn()
7466 int spawn = (imgp->ip_flags & IMGPF_SPAWN); in process_signature()
H A Dmach_loader.c792 int spawn = (imgp->ip_flags & IMGPF_SPAWN); in parse_machfile()