Lines Matching refs:dn_desc
473 if (dnp->dn_desc->dtpd_id == 0) { in dt_node_name()
476 dnp->dn_desc->dtpd_provider, dnp->dn_desc->dtpd_mod, in dt_node_name()
477 dnp->dn_desc->dtpd_func, dnp->dn_desc->dtpd_name); in dt_node_name()
480 dnp->dn_desc->dtpd_id); in dt_node_name()
625 free(dnp->dn_desc); in dt_node_free()
626 dnp->dn_desc = NULL; in dt_node_free()
2173 dnp->dn_desc = malloc(sizeof (dtrace_probedesc_t)); in dt_node_pdesc_by_name()
2175 if (dnp->dn_desc == NULL) in dt_node_pdesc_by_name()
2179 yypcb->pcb_sargc, yypcb->pcb_sargv, dnp->dn_desc) != 0) { in dt_node_pdesc_by_name()
2200 if ((dnp->dn_desc = malloc(sizeof (dtrace_probedesc_t))) == NULL) in dt_node_pdesc_by_id()
2214 if (dtrace_id2desc(dtp, (dtrace_id_t)id, dnp->dn_desc) != 0) { in dt_node_pdesc_by_id()
4759 dnp->dn_desc->dtpd_provider, dnp->dn_desc->dtpd_mod, in dt_printd()
4760 dnp->dn_desc->dtpd_func, dnp->dn_desc->dtpd_name); in dt_printd()
4968 dnp->dn_desc->dtpd_provider, dnp->dn_desc->dtpd_mod, in dt_node_printr()
4969 dnp->dn_desc->dtpd_func, dnp->dn_desc->dtpd_name, in dt_node_printr()
4970 dnp->dn_desc->dtpd_id); in dt_node_printr()