Home
last modified time | relevance | path

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

/freebsd-14.2/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c340 anp = dnp->dn_args; in dt_action_clear()
383 anp = dnp->dn_args; in dt_action_normalize()
446 anp = dnp->dn_args; in dt_action_trunc()
514 anp = dnp->dn_args; in dt_action_printa()
519 anp = dnp->dn_args; in dt_action_printa()
688 dt_cg(yypcb, dnp->dn_args); in dt_action_trace()
897 arg0 = dnp->dn_args; in dt_action_setopt()
993 dt_cg(yypcb, dnp->dn_args); in dt_action_chill()
1003 dt_cg(yypcb, dnp->dn_args); in dt_action_raise()
1013 dt_cg(yypcb, dnp->dn_args); in dt_action_exit()
[all …]
H A Ddt_cg.c1159 assert(dnp->dn_args != NULL); in dt_cg_assoc_op()
1161 dt_cg_arglist(dnp->dn_ident, dnp->dn_args, dlp, drp); in dt_cg_assoc_op()
1228 uintmax_t saved = dnp->dn_args->dn_value; in dt_cg_array_op()
1239 assert(dnp->dn_args->dn_kind == DT_NODE_INT); in dt_cg_array_op()
1240 assert(dnp->dn_args->dn_list == NULL); in dt_cg_array_op()
1256 dnp->dn_args->dn_value = prp->pr_mapping[saved]; in dt_cg_array_op()
1259 dt_cg_node(dnp->dn_args, dlp, drp); in dt_cg_array_op()
1260 dnp->dn_args->dn_value = saved; in dt_cg_array_op()
1262 dnp->dn_reg = dnp->dn_args->dn_reg; in dt_cg_array_op()
1272 dnp->dn_args->dn_reg, dnp->dn_reg); in dt_cg_array_op()
[all …]
H A Ddt_parser.c582 dt_node_list_free(&dnp->dn_args); in dt_node_free()
1785 dnp->dn_args = args; in dt_node_func()
2910 dt_ident_cook(dnp, dnp->dn_ident, &dnp->dn_args)); in dt_cook_func()
3231 if (lp->dn_args != NULL) in dt_cook_op2()
3875 assert(lp->dn_args == NULL); in dt_cook_op2()
3881 dnp->dn_args = rp; in dt_cook_op2()
4672 if (dnp->dn_args != NULL) { in dt_printd()
4675 for (arg = dnp->dn_args; arg != NULL; in dt_printd()
4694 for (arg = dnp->dn_args; arg != NULL; arg = arg->dn_list) { in dt_printd()
4866 if (dnp->dn_args != NULL) in dt_node_printr()
[all …]
H A Ddt_parser.h123 #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()