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

/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace_impl.h210 dtrace_action_t *dte_action; /* actions, if any */ member in struct:dtrace_ecb
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c6761 for (act = ecb->dte_action; !(*flags & CPU_DTRACE_ERROR) &&
7139 * act is ecb->dte_action, the fault was in the
7140 * predicate, if it's ecb->dte_action->dta_next it's
7143 for (err = ecb->dte_action, ndx = 0;
10473 for (act = ecb->dte_action; act != NULL; act = act->dta_next) {
10544 if ((act = ecb->dte_action) != NULL &&
10777 ASSERT(ecb->dte_action == NULL || ecb->dte_action->dta_refcnt == 1);
10786 for (act = ecb->dte_action; act != NULL; act = act->dta_next) {
10941 dtrace_action_t *act = ecb->dte_action;
[all...]

Completed in 32 milliseconds