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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Ddtrace_impl.h232 dtrace_action_t *dta_next; /* next action */ member in struct:dtrace_action
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c1875 for (act = agg->dtag_first; act->dta_intuple; act = act->dta_next) {
1913 act = act->dta_next) {
1991 for (act = agg->dtag_first; act->dta_intuple; act = act->dta_next) {
5588 act != NULL; act = act->dta_next) {
5945 * predicate, if it's ecb->dte_action->dta_next it's
5949 err != act; err = err->dta_next, ndx++)
9098 for (act = ecb->dte_action; act != NULL; act = act->dta_next) {
9170 !(act->dta_kind == DTRACEACT_SPECULATE && act->dta_next == NULL) &&
9346 for (act = agg->dtag_first; act != NULL; act = act->dta_next) {
9392 for (act = ecb->dte_action; act != NULL; act = act->dta_next) {
[all...]

Completed in 40 milliseconds