Home
last modified time | relevance | path

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

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