Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dimgact.h167 #define IMGPF_SB_DEFAULT 0 /* Default value, did not check if it is a simulat… macro
/xnu-12377.1.9/bsd/kern/
H A Dkern_exec.c3782 imgp->ip_simulator_binary = IMGPF_SB_DEFAULT; in posix_spawn()
5408 imgp->ip_simulator_binary = IMGPF_SB_DEFAULT; in __mac_execve()
H A Dmach_loader.c1818 if (imgp->ip_simulator_binary == IMGPF_SB_DEFAULT) { in validate_potential_simulator_binary()