Home
last modified time | relevance | path

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

/NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_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()
671 if (dnp->dn_child->dn_kind == DT_NODE_VAR) { in dt_cg_prearith_op()
672 dt_ident_t *idp = dt_ident_resolve(dnp->dn_child->dn_ident); in dt_cg_prearith_op()
679 uint_t rbit = dnp->dn_child->dn_flags & DT_NF_REF; in dt_cg_prearith_op()
681 assert(dnp->dn_child->dn_flags & DT_NF_WRITABLE); in dt_cg_prearith_op()
682 assert(dnp->dn_child->dn_flags & DT_NF_LVALUE); in dt_cg_prearith_op()
684 dnp->dn_child->dn_flags |= DT_NF_REF; /* force pass-by-ref */ in dt_cg_prearith_op()
685 dt_cg_node(dnp->dn_child, dlp, drp); in dt_cg_prearith_op()
687 dt_cg_store(dnp, dlp, drp, dnp->dn_child); in dt_cg_prearith_op()
[all …]
HDdt_parser.h118 #define dn_child dn_u._nodes._links[0] /* DT_NODE_OP1 */ macro
HDdt_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()
2909 dt_node_t *cp = dnp->dn_child; in dt_cook_op1()
2933 cp = dnp->dn_child = dt_node_cook(cp, 0); /* don't set idflags yet */ in dt_cook_op1()
4725 dt_node_printr(dnp->dn_child, fp, depth + 1); in dt_node_printr()