Home
last modified time | relevance | path

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

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