Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dcs_blobs.h61 #define CS_EXEC_SET_KILL 0x00200000 /* set CS_KILL on any exec'ed process */ macro
/xnu-12377.41.6/bsd/kern/
H A Dkern_exec.c1977 CS_EXEC_SET_HARD | CS_EXEC_SET_KILL | CS_EXEC_SET_ENFORCEMENT); in exec_mach_imgact()
1985 if (proc_getcsflags(p) & CS_EXEC_SET_KILL) { in exec_mach_imgact()
H A Dkern_proc.c3854 CS_KILL | CS_EXEC_SET_KILL | in csops_internal()