Searched refs:DT_NODE_XLATOR (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_parser.h130 #define dn_xlator dn_u._xlator._xlator /* DT_NODE_XLATOR */
131 #define dn_xmember dn_u._xlator._xmemb /* DT_NODE_XLATOR */
132 #define dn_members dn_u._xlator._membs /* DT_NODE_XLATOR */
156 #define DT_NODE_XLATOR 18 /* translator definition */ macro
H A Ddt_as.c160 assert(dnp->dn_membexpr->dn_kind == DT_NODE_XLATOR);
H A Ddt_xlator.c40 * translator. We set the member's dn_membexpr to a DT_NODE_XLATOR node that
52 if ((enp = dt_node_xalloc(dtp, DT_NODE_XLATOR)) == NULL)
65 * For the member expression, we use a DT_NODE_XLATOR/TOK_XLATE whose
H A Ddt_parser.c468 case DT_NODE_XLATOR:
2432 dnp = dt_node_alloc(DT_NODE_XLATOR);
4407 dt_cook_xlator, /* DT_NODE_XLATOR */
4806 case DT_NODE_XLATOR:
H A Ddt_cc.c2162 case DT_NODE_XLATOR:
H A Ddt_cg.c1613 if (dnp->dn_kind == DT_NODE_XLATOR) {

Completed in 50 milliseconds