Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/sys/ !
H A Dimgact.h151 #define IMGPF_DRIVER 0x00000800 /* exec of a driver binary (no LC_MAIN) */ macro
/xnu-8792.81.2/bsd/kern/ !
H A Dkern_exec.c1442 (imgp->ip_flags & IMGPF_DRIVER) != 0) { in exec_mach_imgact()
1560 (imgp->ip_flags & IMGPF_DRIVER) != 0, in exec_mach_imgact()
2018 (imgp->ip_flags & IMGPF_DRIVER) != 0 && in exec_mach_imgact()
4012 imgp->ip_flags |= IMGPF_DRIVER; in posix_spawn()
H A Dmach_loader.c1013 if (depth == 1 && imgp && (imgp->ip_flags & IMGPF_DRIVER)) { in parse_machfile()