Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dcs_blobs.h71 #define CS_DEBUGGED 0x10000000 /* process is currently or has previously been debu… macro
/xnu-12377.41.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.c1068 if (proc_getcsflags(process) & CS_DEBUGGED) { in address_space_debugged_state()
H A Dkern_proc.c3752 if ((proc_getcsflags(pt) & (CS_VALID | CS_DEBUGGED)) == 0) { in csops_internal()
3787 if ((proc_getcsflags(pt) & (CS_VALID | CS_DEBUGGED)) == 0) { in csops_internal()
3921 if ((proc_getcsflags(pt) & (CS_VALID | CS_DEBUGGED)) == 0) { in csops_internal()
3955 if ((proc_getcsflags(pt) & (CS_VALID | CS_DEBUGGED)) == 0) { in csops_internal()
/xnu-12377.41.6/bsd/netinet/
H A Dflow_divert.c1046 if (proc_getcsflags(proc) & (CS_VALID | CS_DEBUGGED)) { in flow_divert_add_proc_info()