Home
last modified time | relevance | path

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

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