Searched refs:dtad_next (Results 1 – 5 of 5) sorted by relevance
126 for (ap = edp->dted_action; ap != NULL; ap = ap->dtad_next) { in dtrace_program_info()256 assert(sdp->dtsd_action_last->dtad_next == NULL); in dtrace_stmt_action()257 sdp->dtsd_action_last->dtad_next = new; in dtrace_stmt_action()264 while (ap != NULL && ap->dtad_next != NULL) in dtrace_stmt_action()265 ap = ap->dtad_next; in dtrace_stmt_action()270 ap->dtad_next = new; in dtrace_stmt_action()325 for (ap = edp->dted_action; ap != NULL; ap = ap->dtad_next) { in dtrace_stmt_destroy()329 if (ap->dtad_next == sdp->dtsd_action) in dtrace_stmt_destroy()336 edp->dted_action = last->dtad_next; in dtrace_stmt_destroy()338 ap->dtad_next = last->dtad_next; in dtrace_stmt_destroy()[all …]
678 for (i = 0, ap = edp->dted_action; ap; ap = ap->dtad_next) in dtrace_dof_create()753 ap != NULL; ap = ap->dtad_next, i++) { in dtrace_dof_create()
193 for (ap = edp->dted_action; ap != NULL; ap = ap->dtad_next) { in dt_stmt_append()205 for (tap = ap; tap != NULL; tap = tap->dtad_next) { in dt_stmt_append()
939 struct dtrace_actdesc *dtad_next; /* next action */ member
11967 for (act = desc->dted_action; act != NULL; act = act->dtad_next) {12723 for (act = ecb->dted_action; act != NULL; act = act->dtad_next)12773 next = act->dtad_next;13925 last->dtad_next = act;13950 next = act->dtad_next;15987 for (act = ep->dted_action; act != NULL; act = act->dtad_next) {16000 for (act = ep->dted_action, i = 0; act != NULL; act = act->dtad_next) {