HomeSort by: relevance | last modified time | path
    Searched refs:dn_child (Results 1 - 4 of 4) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_cg.c 654 dt_cg_node(dnp->dn_child, dlp, drp);
655 dnp->dn_reg = dnp->dn_child->dn_reg;
671 if (dnp->dn_child->dn_kind == DT_NODE_VAR) {
672 dt_ident_t *idp = dt_ident_resolve(dnp->dn_child->dn_ident);
679 uint_t rbit = dnp->dn_child->dn_flags & DT_NF_REF;
681 assert(dnp->dn_child->dn_flags & DT_NF_WRITABLE);
682 assert(dnp->dn_child->dn_flags & DT_NF_LVALUE);
684 dnp->dn_child->dn_flags |= DT_NF_REF; /* force pass-by-ref */
685 dt_cg_node(dnp->dn_child, dlp, drp);
687 dt_cg_store(dnp, dlp, drp, dnp->dn_child);
    [all...]
dt_parser.h 124 #define dn_child dn_u._nodes._links[0] /* DT_NODE_OP1 */ macro
dt_sugar.c 214 dt_sugar_visit_all(dp, dnp->dn_child);
dt_parser.c 586 if (dnp->dn_child != NULL) {
587 dt_node_free(dnp->dn_child);
588 dnp->dn_child = NULL;
1901 dnp->dn_child = cp;
2919 dt_node_t *cp = dnp->dn_child;
2943 cp = dnp->dn_child = dt_node_cook(cp, 0); /* don't set idflags yet */
4703 dt_printd(dnp->dn_child, fp, 0);
4905 dt_node_printr(dnp->dn_child, fp, depth + 1);

Completed in 29 milliseconds