HomeSort by: relevance | last modified time | path
    Searched refs:dta_next (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dev/dtrace/
dtrace_ioctl.c 169 for (act = agg->dtag_first; ; act = act->dta_next) {
207 for (act = agg->dtag_first; ; act = act->dta_next) {
515 for (act = ecb->dte_action; act != NULL; act = act->dta_next) {
537 for (act = ecb->dte_action; act != NULL; act = act->dta_next) {
  /src/external/cddl/osnet/dist/uts/common/sys/
dtrace_impl.h 256 dtrace_action_t *dta_next; /* next action */ member in struct:dtrace_action
  /src/external/cddl/osnet/dist/uts/common/dtrace/
dtrace.c 2732 for (act = agg->dtag_first; act->dta_intuple; act = act->dta_next) {
2770 act = act->dta_next) {
2848 for (act = agg->dtag_first; act->dta_intuple; act = act->dta_next) {
7796 act != NULL; act = act->dta_next) {
8179 * predicate, if it's ecb->dte_action->dta_next it's
8183 err != act; err = err->dta_next, ndx++)
11443 for (act = ecb->dte_action; act != NULL; act = act->dta_next) {
11508 !(act->dta_kind == DTRACEACT_SPECULATE && act->dta_next == NULL) &&
11717 for (act = agg->dtag_first; act != NULL; act = act->dta_next) {
11771 for (act = ecb->dte_action; act != NULL; act = act->dta_next) {
    [all...]

Completed in 24 milliseconds