Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_cc.c339 anp = dnp->dn_args; in dt_action_clear()
382 anp = dnp->dn_args; in dt_action_normalize()
445 anp = dnp->dn_args; in dt_action_trunc()
513 anp = dnp->dn_args; in dt_action_printa()
518 anp = dnp->dn_args; in dt_action_printa()
687 dt_cg(yypcb, dnp->dn_args); in dt_action_trace()
893 arg0 = dnp->dn_args; in dt_action_setopt()
989 dt_cg(yypcb, dnp->dn_args); in dt_action_chill()
999 dt_cg(yypcb, dnp->dn_args); in dt_action_raise()
1009 dt_cg(yypcb, dnp->dn_args); in dt_action_exit()
[all …]
H A Ddt_cg.c1155 dt_node_t *idx = dnp->dn_left->dn_args; in dt_cg_asgn_op()
1180 assert(dnp->dn_args != NULL); in dt_cg_assoc_op()
1249 uintmax_t saved = dnp->dn_args->dn_value; in dt_cg_array_op()
1260 assert(dnp->dn_args->dn_kind == DT_NODE_INT); in dt_cg_array_op()
1261 assert(dnp->dn_args->dn_list == NULL); in dt_cg_array_op()
1277 dnp->dn_args->dn_value = prp->pr_mapping[saved]; in dt_cg_array_op()
1280 dt_cg_node(dnp->dn_args, dlp, drp); in dt_cg_array_op()
1281 dnp->dn_args->dn_value = saved; in dt_cg_array_op()
1283 dnp->dn_reg = dnp->dn_args->dn_reg; in dt_cg_array_op()
1293 dnp->dn_args->dn_reg, dnp->dn_reg); in dt_cg_array_op()
[all …]
H A Ddt_parser.c579 dt_node_list_free(&dnp->dn_args); in dt_node_free()
1792 dnp->dn_args = args; in dt_node_func()
2916 dt_ident_cook(dnp, dnp->dn_ident, &dnp->dn_args)); in dt_cook_func()
3236 if (lp->dn_args != NULL) in dt_cook_op2()
3881 assert(lp->dn_args == NULL); in dt_cook_op2()
3887 dnp->dn_args = rp; in dt_cook_op2()
4678 if (dnp->dn_args != NULL) { in dt_printd()
4681 for (arg = dnp->dn_args; arg != NULL; in dt_printd()
4700 for (arg = dnp->dn_args; arg != NULL; arg = arg->dn_list) { in dt_printd()
4875 if (dnp->dn_args != NULL) in dt_node_printr()
[all …]
H A Ddt_parser.h125 #define dn_args dn_u._nodes._links[0] /* DT_NODE_VAR, FUNC */ macro
H A Ddt_sugar.c209 for (arg = dnp->dn_args; arg != NULL; arg = arg->dn_list) in dt_sugar_visit_all()