Searched refs:dcr_action (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Ddtrace_impl.h1110 uint16_t dcr_action; member in struct:dtrace_cred
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c1006 int action = state->dts_cred.dcr_action;
1041 if (state->dts_cred.dcr_action & DTRACE_CRA_PROC_CONTROL)
1065 if (state->dts_cred.dcr_action & DTRACE_CRA_PROC)
1082 if (state->dts_cred.dcr_action & DTRACE_CRA_PROC)
1094 if (state->dts_cred.dcr_action & DTRACE_CRA_KERNEL)
1105 if (state->dts_cred.dcr_action & DTRACE_CRA_KERNEL_DESTRUCTIVE)
12186 state->dts_cred.dcr_action = DTRACE_CRA_ALL;
12204 state->dts_cred.dcr_action |= DTRACE_CRA_PROC;
12218 state->dts_cred.dcr_action |=
12226 state->dts_cred.dcr_action |
[all...]

Completed in 44 milliseconds