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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_parser.h138 #define dn_xlator dn_u._xlator._xlator /* DT_NODE_XLATOR */
139 #define dn_xmember dn_u._xlator._xmemb /* DT_NODE_XLATOR */
140 #define dn_members dn_u._xlator._membs /* DT_NODE_XLATOR */
164 #define DT_NODE_XLATOR 18 /* translator definition */ macro
H A Ddt_as.c164 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.c476 case DT_NODE_XLATOR:
2442 dnp = dt_node_alloc(DT_NODE_XLATOR);
4416 dt_cook_xlator, /* DT_NODE_XLATOR */
4721 case DT_NODE_XLATOR:
H A Ddt_cc.c2218 case DT_NODE_XLATOR:
H A Ddt_cg.c1626 if (dnp->dn_kind == DT_NODE_XLATOR) {

Completed in 119 milliseconds