Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_program.c124 for (ap = edp->dted_action; ap != NULL; ap = ap->dtad_next) { in dtrace_program_info()
251 assert(sdp->dtsd_action_last->dtad_next == NULL); in dtrace_stmt_action()
252 sdp->dtsd_action_last->dtad_next = new; in dtrace_stmt_action()
259 while (ap != NULL && ap->dtad_next != NULL) in dtrace_stmt_action()
260 ap = ap->dtad_next; in dtrace_stmt_action()
265 ap->dtad_next = new; in dtrace_stmt_action()
324 if (ap->dtad_next == sdp->dtsd_action) in dtrace_stmt_destroy()
331 edp->dted_action = last->dtad_next; in dtrace_stmt_destroy()
333 ap->dtad_next = last->dtad_next; in dtrace_stmt_destroy()
339 last->dtad_next = NULL; in dtrace_stmt_destroy()
[all …]
H A Ddt_dof.c684 for (i = 0, ap = edp->dted_action; ap; ap = ap->dtad_next) in dtrace_dof_create()
759 ap != NULL; ap = ap->dtad_next, i++) { in dtrace_dof_create()
H A Ddt_cc.c192 for (ap = edp->dted_action; ap != NULL; ap = ap->dtad_next) { in dt_stmt_append()
204 for (tap = ap; tap != NULL; tap = tap->dtad_next) { in dt_stmt_append()
/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace.h909 struct dtrace_actdesc *dtad_next; /* next action */ member
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c11435 for (act = desc->dted_action; act != NULL; act = act->dtad_next) { in dtrace_ecb_create()
12120 for (act = ecb->dted_action; act != NULL; act = act->dtad_next) in dtrace_enabling_addlike()
12164 next = act->dtad_next; in dtrace_enabling_destroy()
13159 last->dtad_next = act; in dtrace_dof_actdesc()
13184 next = act->dtad_next; in dtrace_dof_actdesc()
15144 for (act = ep->dted_action; act != NULL; act = act->dtad_next) { in dtrace_helper_action_add()
15157 for (act = ep->dted_action, i = 0; act != NULL; act = act->dtad_next) { in dtrace_helper_action_add()