Home
last modified time | relevance | path

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

/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c1516 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 …]
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace_impl.h1169 dtrace_cred_t dts_cred; /* credentials */ member