Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/sys/
H A Dimgact.h155 #define IMGPF_DRIVER 0x00000800 /* exec of a driver binary (no LC_MAIN) */ macro
/xnu-12377.81.4/bsd/kern/
H A Dkern_exec.c2073 (imgp->ip_flags & IMGPF_DRIVER) != 0) { in exec_mach_imgact()
2197 (imgp->ip_flags & IMGPF_DRIVER) != 0, in exec_mach_imgact()
2703 (imgp->ip_flags & IMGPF_DRIVER) != 0 && in exec_mach_imgact()
4860 imgp->ip_flags |= IMGPF_DRIVER; in posix_spawn()
H A Dmach_loader.c1312 if (depth == 1 && imgp && (imgp->ip_flags & IMGPF_DRIVER)) { in parse_machfile()