Searched refs:dt_node_xalloc (Results 1 – 4 of 4) sorted by relevance
54 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()
233 extern dt_node_t *dt_node_xalloc(dtrace_hdl_t *, int);
203 if ((dnp = dt_node_xalloc(pvp->pv_hdl, DT_NODE_TYPE)) == NULL) in dt_probe_alloc_args()
516 dt_node_xalloc(dtrace_hdl_t *dtp, int kind) in dt_node_xalloc() function547 dt_node_t *dnp = dt_node_xalloc(yypcb->pcb_hdl, kind); in dt_node_alloc()