Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/vm/
H A Dvm_tainted_executable.c106 (cs_status & CS_KILL) ? "yes" : "no");
112 if (cs_status & CS_KILL) {
/xnu-11417.121.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-11417.121.6/tests/
H A Dcodesigntests.c154 if ((status & CS_KILL) == 0) {
/xnu-11417.121.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.c3425 if ((proc_getcsflags(pt) & CS_KILL) == CS_KILL) { in csops_internal()
3459 proc_csflags_set(pt, CS_KILL); in csops_internal()
3622 CS_KILL | CS_EXEC_SET_KILL | in csops_internal()
H A Dkern_exec.c1466 CS_HARD | CS_KILL | CS_RESTRICT | CS_ENFORCEMENT | CS_REQUIRE_LV | in exec_mach_imgact()
1478 imgp->ip_csflags |= CS_KILL; in exec_mach_imgact()
7744 if (proc_getcsflags(p) & (CS_HARD | CS_KILL)) { in process_signature()
H A Dkern_descrip.c3967 if ((proc_getcsflags(p) & CS_KILL) == 0) { in sys_fcntl_nocancel()
3969 proc_csflags_set(p, CS_KILL); in sys_fcntl_nocancel()
H A Dmach_loader.c1344 (result->csflags & (CS_HARD | CS_KILL | CS_ENFORCEMENT))) { in parse_machfile()
/xnu-11417.121.6/bsd/dev/dtrace/
H A Dfasttrap.c573 if ((proc_getcsflags(p) & (CS_KILL|CS_HARD))) { in fasttrap_setdebug()
/xnu-11417.121.6/osfmk/vm/
H A Dvm_map.c6112 (proc_selfcsflags() & CS_KILL)) { in vm_map_protect()