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

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_parser.h 141 #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 */
224 extern dt_node_t *dt_node_xlator(dt_decl_t *, dt_decl_t *, char *, dt_node_t *);
dt_sugar.c 270 case DT_NODE_XLATOR:
dt_as.c 162 assert(dnp->dn_membexpr->dn_kind == DT_NODE_XLATOR);
dt_xlator.c 42 * 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
dt_parser.c 493 case DT_NODE_XLATOR:
2448 dt_node_xlator(dt_decl_t *ddp, dt_decl_t *sdp, char *name, dt_node_t *members) function
2505 dnp = dt_node_alloc(DT_NODE_XLATOR);
4504 dt_cook_xlator, /* DT_NODE_XLATOR */
4997 case DT_NODE_XLATOR:
dt_cc.c 2523 case DT_NODE_XLATOR:
dt_cg.c 1789 if (dnp->dn_kind == DT_NODE_XLATOR) {

Completed in 36 milliseconds