Home
last modified time | relevance | path

Searched refs:IMGPF_RESLIDE (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/bsd/sys/
H A Dimgact.h156 #define IMGPF_RESLIDE 0x00001000 /* reslide the shared cache */ macro
/xnu-11215.1.10/bsd/kern/
H A Dkern_exec.c1589 if (imgp->ip_flags & IMGPF_RESLIDE) { in exec_mach_imgact()
4243 imgp->ip_flags |= IMGPF_RESLIDE; in posix_spawn()