Home
last modified time | relevance | path

Searched refs:dn_acts (Results 1 – 4 of 4) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_sugar.c255 for (arg = dnp->dn_acts; arg != NULL; arg = arg->dn_list) in dt_sugar_visit_all()
485 clause->dn_pred, clause->dn_acts)); in dt_compile_sugar()
492 if (clause->dn_acts == NULL) { in dt_compile_sugar()
501 dt_sugar_visit_stmts(&dp, clause->dn_acts, condid); in dt_compile_sugar()
H A Ddt_parser.h132 #define dn_acts dn_u._clause._acts /* DT_NODE_CLAUSE */ macro
H A Ddt_parser.c638 dt_node_list_free(&dnp->dn_acts); in dt_node_free()
2246 dnp->dn_acts = acts; in dt_node_clause()
4204 dt_node_list_cook(&dnp->dn_acts, idflags)); in dt_cook_clause()
4229 dt_node_list_cook(&dnp->dn_acts, idflags)); in dt_cook_clause()
4795 for (arg = dnp->dn_acts; arg != NULL; arg = arg->dn_list) in dt_printd()
5002 for (arg = dnp->dn_acts; arg != NULL; arg = arg->dn_list) in dt_node_printr()
H A Ddt_cc.c1626 if (cnp->dn_acts == NULL) { in dt_compile_one_clause()
1631 for (dnp = cnp->dn_acts; dnp != NULL; dnp = dnp->dn_list) { in dt_compile_one_clause()