Searched refs:DTRACE_CRV_KERNEL (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace_impl.h1133 #define DTRACE_CRV_KERNEL 0x02 macro
1136 #define DTRACE_CRV_ALL (DTRACE_CRV_ALLPROC | DTRACE_CRV_KERNEL | \
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c6731 if (state->dts_cred.dcr_visible & DTRACE_CRV_KERNEL)
9078 (vstate->dtvs_state->dts_cred.dcr_visible & DTRACE_CRV_KERNEL) == 0;
11196 if (!(state->dts_cred.dcr_visible & DTRACE_CRV_KERNEL) &&
13816 state->dts_cred.dcr_visible |= DTRACE_CRV_KERNEL |

Completed in 30 milliseconds