Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dcs_blobs.h70 #define CS_DEBUGGED 0x10000000 /* process is currently or has previously been debu… macro
/xnu-8019.80.24/bsd/kern/
H A Dkern_proc.c3119 if ((proc_getcsflags(pt) & (CS_VALID | CS_DEBUGGED)) == 0) { in csops_internal()
3159 if ((proc_getcsflags(pt) & (CS_VALID | CS_DEBUGGED)) == 0) { in csops_internal()
3274 if ((proc_getcsflags(pt) & (CS_VALID | CS_DEBUGGED)) == 0) { in csops_internal()
3307 if ((proc_getcsflags(pt) & (CS_VALID | CS_DEBUGGED)) == 0) { in csops_internal()
H A Dkern_cs.c220 flags |= CS_DEBUGGED; in cs_allow_invalid()
/xnu-8019.80.24/bsd/netinet/
H A Dflow_divert.c975 if (proc_getcsflags(proc) & (CS_VALID | CS_DEBUGGED)) { in flow_divert_add_proc_info()