Home
last modified time | relevance | path

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

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