Searched refs:dn_desc (Results 1 – 3 of 3) sorted by relevance
472 if (dnp->dn_desc->dtpd_id == 0) { in dt_node_name()475 dnp->dn_desc->dtpd_provider, dnp->dn_desc->dtpd_mod, in dt_node_name()476 dnp->dn_desc->dtpd_func, dnp->dn_desc->dtpd_name); in dt_node_name()479 dnp->dn_desc->dtpd_id); in dt_node_name()623 free(dnp->dn_desc); in dt_node_free()624 dnp->dn_desc = NULL; in dt_node_free()2161 dnp->dn_desc = malloc(sizeof (dtrace_probedesc_t)); in dt_node_pdesc_by_name()2163 if (dnp->dn_desc == NULL) in dt_node_pdesc_by_name()2167 yypcb->pcb_sargc, yypcb->pcb_sargv, dnp->dn_desc) != 0) { in dt_node_pdesc_by_name()2188 if ((dnp->dn_desc = malloc(sizeof (dtrace_probedesc_t))) == NULL) in dt_node_pdesc_by_id()[all …]
136 #define dn_desc dn_u._pdesc._desc /* DT_NODE_PDESC */ macro
1570 dt_setcontext(dtp, pnp->dn_desc); in dt_compile_one_clause()1576 if ((edp = dt_ecbdesc_create(dtp, pnp->dn_desc)) == NULL) in dt_compile_one_clause()