Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Ddtrace_impl.h1102 uint16_t dcr_action; member
/titanic_41/usr/src/uts/common/dtrace/
H A Ddtrace.c1264 int action = state->dts_cred.dcr_action; in dtrace_priv_proc_destructive()
1293 if (state->dts_cred.dcr_action & DTRACE_CRA_PROC_CONTROL) in dtrace_priv_proc_control()
1311 (state->dts_cred.dcr_action & DTRACE_CRA_PROC)) in dtrace_priv_proc()
1322 if (state->dts_cred.dcr_action & DTRACE_CRA_KERNEL) in dtrace_priv_kernel()
1333 if (state->dts_cred.dcr_action & DTRACE_CRA_KERNEL_DESTRUCTIVE) in dtrace_priv_kernel_destructive()
13426 state->dts_cred.dcr_action = DTRACE_CRA_ALL; in dtrace_state_create()
13444 state->dts_cred.dcr_action |= DTRACE_CRA_PROC; in dtrace_state_create()
13458 state->dts_cred.dcr_action |= in dtrace_state_create()
13466 state->dts_cred.dcr_action |= in dtrace_state_create()
13477 state->dts_cred.dcr_action |= in dtrace_state_create()
[all …]