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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Ddtrace_impl.h210 dtrace_action_t *dte_action; /* actions, if any */ member in struct:dtrace_ecb
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c5587 for (act = ecb->dte_action; !(*flags & CPU_DTRACE_ERROR) &&
5944 * act is ecb->dte_action, the fault was in the
5945 * predicate, if it's ecb->dte_action->dta_next it's
5948 for (err = ecb->dte_action, ndx = 0;
9098 for (act = ecb->dte_action; act != NULL; act = act->dta_next) {
9169 if ((act = ecb->dte_action) != NULL &&
9383 ASSERT(ecb->dte_action == NULL || ecb->dte_action->dta_refcnt == 1);
9392 for (act = ecb->dte_action; act != NULL; act = act->dta_next) {
9541 dtrace_action_t *act = ecb->dte_action;
[all...]

Completed in 40 milliseconds