Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cg.c654 dt_cg_node(dnp->dn_child, dlp, drp); in dt_cg_prearith_op()
655 dnp->dn_reg = dnp->dn_child->dn_reg; in dt_cg_prearith_op()
685 dt_cg_node(dnp->dn_child, dlp, drp); in dt_cg_prearith_op()
711 dt_cg_node(dnp->dn_child, dlp, drp); in dt_cg_postarith_op()
712 dnp->dn_reg = dnp->dn_child->dn_reg; in dt_cg_postarith_op()
740 dt_cg_node(dnp->dn_child, dlp, drp); in dt_cg_postarith_op()
974 dt_cg_node(dnp->dn_child, dlp, drp); in dt_cg_logical_neg()
975 dnp->dn_reg = dnp->dn_child->dn_reg; in dt_cg_logical_neg()
1684 dt_cg_node(dnp->dn_child, dlp, drp); in dt_cg_node()
1685 dnp->dn_reg = dnp->dn_child->dn_reg; in dt_cg_node()
[all …]
H A Ddt_parser.h124 #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.c586 if (dnp->dn_child != NULL) { in dt_node_free()
587 dt_node_free(dnp->dn_child); in dt_node_free()
588 dnp->dn_child = NULL; in dt_node_free()
1901 dnp->dn_child = cp; in dt_node_op1()
2919 dt_node_t *cp = dnp->dn_child; in dt_cook_op1()
2943 cp = dnp->dn_child = dt_node_cook(cp, 0); /* don't set idflags yet */ in dt_cook_op1()
4704 dt_printd(dnp->dn_child, fp, 0); in dt_printd()
4906 dt_node_printr(dnp->dn_child, fp, depth + 1); in dt_node_printr()