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

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Ddtrace_impl.h1158 uint8_t dcr_visible; member in struct:dtrace_cred
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace.c6749 if (state->dts_cred.dcr_visible & DTRACE_CRV_KERNEL)
9090 (vstate->dtvs_state->dts_cred.dcr_visible & DTRACE_CRV_KERNEL) == 0;
11225 if (!(state->dts_cred.dcr_visible & DTRACE_CRV_ALLPROC) &&
11229 if (!(state->dts_cred.dcr_visible & DTRACE_CRV_ALLZONE) &&
11238 if (!(state->dts_cred.dcr_visible & DTRACE_CRV_KERNEL) &&
13783 state->dts_cred.dcr_visible = DTRACE_CRV_ALL;
13813 state->dts_cred.dcr_visible |=
13821 state->dts_cred.dcr_visible |=
13858 state->dts_cred.dcr_visible |= DTRACE_CRV_KERNEL |

Completed in 134 milliseconds