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

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_xlator.c52 if ((enp = dt_node_xalloc(dtp, DT_NODE_XLATOR)) == NULL)
58 if ((mnp = dt_node_xalloc(dtp, DT_NODE_MEMBER)) == NULL)
H A Ddt_parser.h218 extern dt_node_t *dt_node_xalloc(dtrace_hdl_t *, int);
H A Ddt_provider.c199 if ((dnp = dt_node_xalloc(pvp->pv_hdl, DT_NODE_TYPE)) == NULL)
H A Ddt_parser.c495 * dt_node_xalloc() can be used to create new parse nodes from any libdtrace
499 dt_node_xalloc(dtrace_hdl_t *dtp, int kind) function
530 dt_node_t *dnp = dt_node_xalloc(yypcb->pcb_hdl, kind);

Completed in 63 milliseconds