Home
last modified time | relevance | path

Searched refs:CS_KILL (Results 1 – 10 of 10) sorted by relevance

/xnu-12377.41.6/tests/vm/
H A Dvm_tainted_executable.c106 (cs_status & CS_KILL) ? "yes" : "no");
112 if (cs_status & CS_KILL) {
/xnu-12377.41.6/osfmk/kern/
H A Dcs_blobs.h45 #define CS_KILL 0x00000200 /* kill process if it becomes invalid */ macro
57 #define CS_ALLOWED_MACHO (CS_ADHOC | CS_HARD | CS_KILL | CS_CHECK_EXPIRATION | \
/xnu-12377.41.6/tests/
H A Dcodesigntests.c148 if ((status & CS_KILL) == 0) {
/xnu-12377.41.6/bsd/kern/
H A Dkern_cs.c220 flags = proc_getcsflags(p) & ~(CS_KILL | CS_HARD); in cs_allow_invalid()
245 return (proc_getcsflags(p) & (CS_KILL | CS_HARD)) == 0; in cs_allow_invalid()
268 flags |= CS_KILL; in cs_invalid_page()
275 if (flags & CS_KILL) { in cs_invalid_page()
H A Dkern_proc.c3657 if ((proc_getcsflags(pt) & CS_KILL) == CS_KILL) { in csops_internal()
3691 proc_csflags_set(pt, CS_KILL); in csops_internal()
3854 CS_KILL | CS_EXEC_SET_KILL | in csops_internal()
H A Dkern_exec.c1974 CS_HARD | CS_KILL | CS_RESTRICT | CS_ENFORCEMENT | CS_REQUIRE_LV | in exec_mach_imgact()
1986 imgp->ip_csflags |= CS_KILL; in exec_mach_imgact()
8403 if (proc_getcsflags(p) & (CS_HARD | CS_KILL)) { in process_signature()
H A Dkern_descrip.c3980 if ((proc_getcsflags(p) & CS_KILL) == 0) { in sys_fcntl_nocancel()
3982 proc_csflags_set(p, CS_KILL); in sys_fcntl_nocancel()
H A Dmach_loader.c1619 (result->csflags & (CS_HARD | CS_KILL | CS_ENFORCEMENT))) { in parse_machfile()
/xnu-12377.41.6/bsd/dev/dtrace/
H A Dfasttrap.c573 if ((proc_getcsflags(p) & (CS_KILL|CS_HARD))) { in fasttrap_setdebug()
/xnu-12377.41.6/osfmk/vm/
H A Dvm_map.c6427 (proc_selfcsflags() & CS_KILL)) { in vm_map_protect()