Home
last modified time | relevance | path

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

/NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_parser.h161 #define DT_NODE_XLATOR 18 /* translator definition */ macro
HDdt_xlator.c54 if ((enp = dt_node_xalloc(dtp, DT_NODE_XLATOR)) == NULL) in dt_xlator_create_member()
HDdt_as.c162 assert(dnp->dn_membexpr->dn_kind == DT_NODE_XLATOR); in dt_as_xlate()
HDdt_parser.c493 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()
HDdt_cc.c2542 case DT_NODE_XLATOR: in dt_compile()
HDdt_cg.c1823 if (dnp->dn_kind == DT_NODE_XLATOR) { in dt_cg_node()