Home
last modified time | relevance | path

Searched refs:dtad_next (Results 1 – 5 of 5) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_program.c126 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 …]
H A Ddt_dof.c678 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()
H A Ddt_cc.c193 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()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h939 struct dtrace_actdesc *dtad_next; /* next action */ member
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c11967 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) {