Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/dev/dtrace/
H A Ddtrace.c1608 cred_t *cr, *s_cr = state->dts_cred.dcr_cred; in dtrace_priv_proc_common_user()
1636 cred_t *cr, *s_cr = state->dts_cred.dcr_cred; in dtrace_priv_proc_common_zone()
1661 int action = state->dts_cred.dcr_action; in dtrace_priv_proc_destructive()
1698 if (state->dts_cred.dcr_action & DTRACE_CRA_PROC_CONTROL) in dtrace_priv_proc_control()
1721 if (state->dts_cred.dcr_action & DTRACE_CRA_PROC) in dtrace_priv_proc()
1739 if (state->dts_cred.dcr_action & DTRACE_CRA_PROC) in dtrace_priv_proc_relaxed()
1753 if (state->dts_cred.dcr_action & DTRACE_CRA_KERNEL) in dtrace_priv_kernel()
1768 if (state->dts_cred.dcr_action & DTRACE_CRA_KERNEL_DESTRUCTIVE) in dtrace_priv_kernel_destructive()
7262 ecb->dte_state->dts_cred.dcr_cred; in dtrace_probe()
7291 ecb->dte_state->dts_cred.dcr_cred; in dtrace_probe()
[all …]
H A Dfasttrap.c579 if (state->dts_cred.dcr_cred == NULL) in fasttrap_setdebug()
599 (void) mac_proc_check_get_task(state->dts_cred.dcr_cred, &pident, TASK_FLAVOR_CONTROL); in fasttrap_setdebug()
/xnu-11417.140.69/bsd/sys/
H A Ddtrace_impl.h1236 dtrace_cred_t dts_cred; /* credentials */ member