Searched refs:DT_NODE_XLATOR (Results 1 – 6 of 6) sorted by relevance
161 #define DT_NODE_XLATOR 18 /* translator definition */ macro
54 if ((enp = dt_node_xalloc(dtp, DT_NODE_XLATOR)) == NULL) in dt_xlator_create_member()
162 assert(dnp->dn_membexpr->dn_kind == DT_NODE_XLATOR); in dt_as_xlate()
493 case DT_NODE_XLATOR: in dt_node_name()2495 dnp = dt_node_alloc(DT_NODE_XLATOR); in dt_node_xlator()4809 case DT_NODE_XLATOR: in dt_node_printr()
2542 case DT_NODE_XLATOR: in dt_compile()
1823 if (dnp->dn_kind == DT_NODE_XLATOR) { in dt_cg_node()