Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace_impl.h1077 #define DTRACE_CRV_KERNEL 0x02 macro
1080 #define DTRACE_CRV_ALL (DTRACE_CRV_ALLPROC | DTRACE_CRV_KERNEL | \
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c7115 if (state->dts_cred.dcr_visible & DTRACE_CRV_KERNEL) in dtrace_probe()
9275 (vstate->dtvs_state->dts_cred.dcr_visible & DTRACE_CRV_KERNEL) == 0; in dtrace_difo_validate()
11409 if (!(state->dts_cred.dcr_visible & DTRACE_CRV_KERNEL) && in dtrace_ecb_create()
13922 state->dts_cred.dcr_visible |= DTRACE_CRV_KERNEL | in dtrace_state_create()
14359 !(state->dts_cred.dcr_visible & DTRACE_CRV_KERNEL)) { in dtrace_state_go()
14491 !(state->dts_cred.dcr_visible & DTRACE_CRV_KERNEL)) { in dtrace_state_stop()