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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.h141 #define dn_xlator dn_u._xlator._xlator /* DT_NODE_XLATOR */
142 #define dn_xmember dn_u._xlator._xmemb /* DT_NODE_XLATOR */
143 #define dn_members dn_u._xlator._membs /* DT_NODE_XLATOR */
172 #define DT_NODE_XLATOR 18 /* translator definition */ macro
H A Ddt_sugar.c270 case DT_NODE_XLATOR:
H A Ddt_as.c162 assert(dnp->dn_membexpr->dn_kind == DT_NODE_XLATOR);
H A Ddt_xlator.c42 * translator. We set the member's dn_membexpr to a DT_NODE_XLATOR node that
54 if ((enp = dt_node_xalloc(dtp, DT_NODE_XLATOR)) == NULL)
67 * For the member expression, we use a DT_NODE_XLATOR/TOK_XLATE whose
H A Ddt_parser.c488 case DT_NODE_XLATOR:
2499 dnp = dt_node_alloc(DT_NODE_XLATOR);
4498 dt_cook_xlator, /* DT_NODE_XLATOR */
4991 case DT_NODE_XLATOR:
H A Ddt_cg.c1789 if (dnp->dn_kind == DT_NODE_XLATOR) {
H A Ddt_cc.c2466 case DT_NODE_XLATOR:

Completed in 84 milliseconds