Home
last modified time | relevance | path

Searched refs:dt_node_xalloc (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_xlator.c54 if ((enp = dt_node_xalloc(dtp, DT_NODE_XLATOR)) == NULL) in dt_xlator_create_member()
60 if ((mnp = dt_node_xalloc(dtp, DT_NODE_MEMBER)) == NULL) in dt_xlator_create_member()
H A Ddt_parser.h235 extern dt_node_t *dt_node_xalloc(dtrace_hdl_t *, int);
H A Ddt_provider.c198 if ((dnp = dt_node_xalloc(pvp->pv_hdl, DT_NODE_TYPE)) == NULL) in dt_probe_alloc_args()
H A Ddt_parser.c512 dt_node_xalloc(dtrace_hdl_t *dtp, int kind) in dt_node_xalloc() function
544 dt_node_t *dnp = dt_node_xalloc(yypcb->pcb_hdl, kind); in dt_node_alloc()