Home
last modified time | relevance | path

Searched refs:CS_DEBUGGED (Results 1 – 5 of 5) sorted by relevance

/xnu-11417.121.6/osfmk/kern/
H A Dcs_blobs.h71 #define CS_DEBUGGED 0x10000000 /* process is currently or has previously been debu… macro
/xnu-11417.121.6/bsd/kern/
H A Dkern_cs.c222 flags |= CS_DEBUGGED; in cs_allow_invalid()
1043 if ((proc_getcsflags(pt) & (CS_VALID | CS_DEBUGGED)) == 0) { in csproc_get_validation_category()
H A Dkern_codesigning.c1033 if (proc_getcsflags(process) & CS_DEBUGGED) { in address_space_debugged()
H A Dkern_proc.c3520 if ((proc_getcsflags(pt) & (CS_VALID | CS_DEBUGGED)) == 0) { in csops_internal()
3555 if ((proc_getcsflags(pt) & (CS_VALID | CS_DEBUGGED)) == 0) { in csops_internal()
3689 if ((proc_getcsflags(pt) & (CS_VALID | CS_DEBUGGED)) == 0) { in csops_internal()
3723 if ((proc_getcsflags(pt) & (CS_VALID | CS_DEBUGGED)) == 0) { in csops_internal()
/xnu-11417.121.6/bsd/netinet/
H A Dflow_divert.c1049 if (proc_getcsflags(proc) & (CS_VALID | CS_DEBUGGED)) { in flow_divert_add_proc_info()