Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_program.c123 if (edp->dted_action == NULL) in dtrace_program_info()
126 for (ap = edp->dted_action; ap != NULL; ap = ap->dtad_next) { in dtrace_program_info()
210 assert(edp->dted_action == NULL); in dt_ecbdesc_release()
259 dtrace_actdesc_t *ap = edp->dted_action; in dtrace_stmt_action()
268 edp->dted_action = new; in dtrace_stmt_action()
325 for (ap = edp->dted_action; ap != NULL; ap = ap->dtad_next) { in dtrace_stmt_destroy()
335 if (ap == edp->dted_action) in dtrace_stmt_destroy()
336 edp->dted_action = last->dtad_next; in dtrace_stmt_destroy()
H A Ddt_dof.c678 for (i = 0, ap = edp->dted_action; ap; ap = ap->dtad_next) in dtrace_dof_create()
752 for (i = 0, ap = edp->dted_action; in dtrace_dof_create()
H A Ddt_cc.c193 for (ap = edp->dted_action; ap != NULL; ap = ap->dtad_next) { in dt_stmt_append()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h948 dtrace_actdesc_t *dted_action; /* action description(s) */ member
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c11969 for (act = desc->dted_action; act != NULL; act = act->dtad_next) {
12725 for (act = ecb->dted_action; act != NULL; act = act->dtad_next)
12728 new->dted_action = ecb->dted_action;
12774 for (act = ep->dted_action; act != NULL; act = next) {
14007 ep->dted_action = dtrace_dof_actdesc(dof, sec, vstate, cr);
14009 if (ep->dted_action == NULL)
15989 for (act = ep->dted_action; act != NULL; act = act->dtad_next) {
16002 for (act = ep->dted_action, i = 0; act != NULL; act = act->dtad_next) {