Searched refs:dts_cred (Results 1 – 2 of 2) sorted by relevance
1489 cred_t *cr, *s_cr = state->dts_cred.dcr_cred; in dtrace_priv_proc_common_user()1518 cred_t *cr, *s_cr = state->dts_cred.dcr_cred; in dtrace_priv_proc_common_zone()1554 int action = state->dts_cred.dcr_action; in dtrace_priv_proc_destructive()1579 if (state->dts_cred.dcr_action & DTRACE_CRA_PROC_CONTROL) in dtrace_priv_proc_control()1595 if (state->dts_cred.dcr_action & DTRACE_CRA_PROC) in dtrace_priv_proc()1606 if (state->dts_cred.dcr_action & DTRACE_CRA_KERNEL) in dtrace_priv_kernel()1617 if (state->dts_cred.dcr_action & DTRACE_CRA_KERNEL_DESTRUCTIVE) in dtrace_priv_kernel_destructive()1684 cred_t *s_cr = state->dts_cred.dcr_cred; in dtrace_priv_probe()1716 cred_t *s_cr = state->dts_cred.dcr_cred; in dtrace_priv_probe()5780 (z = state->dts_cred.dcr_cred->cr_zone) != kcred->cr_zone) {[all …]
1169 dtrace_cred_t dts_cred; /* credentials */ member