Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dimgact.h153 #define IMGPF_DRIVER 0x00000800 /* exec of a driver binary (no LC_MAIN) */ macro
/xnu-8019.80.24/bsd/kern/
H A Dkern_exec.c1286 (imgp->ip_flags & IMGPF_DRIVER) != 0) { in exec_mach_imgact()
1381 …(void *)p->p_fd.fd_rdir, cputype, cpu_subtype, reslide, (imgp->ip_flags & IMGPF_DRIVER) != 0 && vm… in exec_mach_imgact()
3715 imgp->ip_flags |= IMGPF_DRIVER; in posix_spawn()
H A Dmach_loader.c1005 if (depth == 1 && imgp && (imgp->ip_flags & IMGPF_DRIVER)) { in parse_machfile()