Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_cg.c658 dt_cg_node(dnp->dn_child, dlp, drp); in dt_cg_prearith_op()
659 dnp->dn_reg = dnp->dn_child->dn_reg; in dt_cg_prearith_op()
689 dt_cg_node(dnp->dn_child, dlp, drp); in dt_cg_prearith_op()
715 dt_cg_node(dnp->dn_child, dlp, drp); in dt_cg_postarith_op()
716 dnp->dn_reg = dnp->dn_child->dn_reg; in dt_cg_postarith_op()
744 dt_cg_node(dnp->dn_child, dlp, drp); in dt_cg_postarith_op()
978 dt_cg_node(dnp->dn_child, dlp, drp); in dt_cg_logical_neg()
979 dnp->dn_reg = dnp->dn_child->dn_reg; in dt_cg_logical_neg()
1705 dt_cg_node(dnp->dn_child, dlp, drp); in dt_cg_node()
1706 dnp->dn_reg = dnp->dn_child->dn_reg; in dt_cg_node()
[all …]
H A Ddt_parser.h126 #define dn_child dn_u._nodes._links[0] /* DT_NODE_OP1 */ macro
H A Ddt_sugar.c214 dt_sugar_visit_all(dp, dnp->dn_child); in dt_sugar_visit_all()
H A Ddt_parser.c583 if (dnp->dn_child != NULL) { in dt_node_free()
584 dt_node_free(dnp->dn_child); in dt_node_free()
585 dnp->dn_child = NULL; in dt_node_free()
1907 dnp->dn_child = cp; in dt_node_op1()
2925 dt_node_t *cp = dnp->dn_child; in dt_cook_op1()
2949 cp = dnp->dn_child = dt_node_cook(cp, 0); /* don't set idflags yet */ in dt_cook_op1()
4710 dt_printd(dnp->dn_child, fp, 0); in dt_printd()
4915 dt_node_printr(dnp->dn_child, fp, depth + 1); in dt_node_printr()