Searched refs:dts_cred (Results 1 – 2 of 2) sorted by relevance
1516 cred_t *cr, *s_cr = state->dts_cred.dcr_cred; in dtrace_priv_proc_common_user()1545 cred_t *cr, *s_cr = state->dts_cred.dcr_cred; in dtrace_priv_proc_common_zone()1581 int action = state->dts_cred.dcr_action; in dtrace_priv_proc_destructive()1606 if (state->dts_cred.dcr_action & DTRACE_CRA_PROC_CONTROL) in dtrace_priv_proc_control()1622 if (state->dts_cred.dcr_action & DTRACE_CRA_PROC) in dtrace_priv_proc()1633 if (state->dts_cred.dcr_action & DTRACE_CRA_KERNEL) in dtrace_priv_kernel()1644 if (state->dts_cred.dcr_action & DTRACE_CRA_KERNEL_DESTRUCTIVE) in dtrace_priv_kernel_destructive()1711 cred_t *s_cr = state->dts_cred.dcr_cred; in dtrace_priv_probe()1743 cred_t *s_cr = state->dts_cred.dcr_cred; in dtrace_priv_probe()5807 (z = state->dts_cred.dcr_cred->cr_zone) != kcred->cr_zone) {[all …]
1169 dtrace_cred_t dts_cred; /* credentials */ member