Home
last modified time | relevance | path

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

/illumos-gate/usr/src/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.h134 #define dn_acts dn_u._clause._acts /* DT_NODE_CLAUSE */ macro
H A Ddt_parser.c635 dt_node_list_free(&dnp->dn_acts); in dt_node_free()
2229 dnp->dn_acts = acts; in dt_node_clause()
4187 dt_node_list_cook(&dnp->dn_acts, idflags)); in dt_cook_clause()
4212 dt_node_list_cook(&dnp->dn_acts, idflags)); in dt_cook_clause()
4778 for (arg = dnp->dn_acts; arg != NULL; arg = arg->dn_list) in dt_printd()
4988 for (arg = dnp->dn_acts; arg != NULL; arg = arg->dn_list) in dt_node_printr()
H A Ddt_cc.c1587 if (cnp->dn_acts == NULL) { in dt_compile_one_clause()
1592 for (dnp = cnp->dn_acts; dnp != NULL; dnp = dnp->dn_list) { in dt_compile_one_clause()