Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c1369 cred_t *cr, *s_cr = state->dts_cred.dcr_cred; in dtrace_priv_proc_common_user()
1397 cred_t *cr, *s_cr = state->dts_cred.dcr_cred; in dtrace_priv_proc_common_zone()
1430 int action = state->dts_cred.dcr_action; in dtrace_priv_proc_destructive()
1459 if (state->dts_cred.dcr_action & DTRACE_CRA_PROC_CONTROL) in dtrace_priv_proc_control()
1477 (state->dts_cred.dcr_action & DTRACE_CRA_PROC)) in dtrace_priv_proc()
1488 if (state->dts_cred.dcr_action & DTRACE_CRA_KERNEL) in dtrace_priv_kernel()
1499 if (state->dts_cred.dcr_action & DTRACE_CRA_KERNEL_DESTRUCTIVE) in dtrace_priv_kernel_destructive()
1562 cred_t *s_cr = state->dts_cred.dcr_cred; in dtrace_priv_probe()
1591 cred_t *s_cr = state->dts_cred.dcr_cred; in dtrace_priv_probe()
5507 (z = state->dts_cred.dcr_cred->cr_zone) != kcred->cr_zone) { in dtrace_dif_subr()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace_impl.h1147 dtrace_cred_t dts_cred; /* credentials */ member