Searched refs:IMGPF_SPAWN (Results 1 – 3 of 3) sorted by relevance
145 #define IMGPF_SPAWN 0x00000010 /* spawn (without setexec) */ macro
1023 int spawn = (imgp->ip_flags & IMGPF_SPAWN); in exec_mach_imgact()3481 imgp->ip_flags |= IMGPF_SPAWN; /* spawn w/o exec */ in posix_spawn()6855 int spawn = (imgp->ip_flags & IMGPF_SPAWN); in check_for_signature()
783 int spawn = (imgp->ip_flags & IMGPF_SPAWN); in parse_machfile()