Searched refs:IMGPF_EXEC (Results 1 – 3 of 3) sorted by relevance
152 #define IMGPF_EXEC 0x00000100 /* exec */ macro
1745 int exec = (imgp->ip_flags & IMGPF_EXEC); in exec_mach_imgact()2785 if (imgp->ip_flags & IMGPF_EXEC) { in exec_activate_image()3139 boolean_t in_exec = (imgp->ip_flags & IMGPF_EXEC); in exec_handle_port_actions()4642 imgp->ip_flags |= IMGPF_EXEC; in posix_spawn()5885 imgp->ip_flags |= IMGPF_EXEC; in __mac_execve()
701 int in_exec = (imgp->ip_flags & IMGPF_EXEC); in load_machfile()