Home
last modified time | relevance | path

Searched refs:dn_desc (Results 1 – 3 of 3) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c477 if (dnp->dn_desc->dtpd_id == 0) { in dt_node_name()
480 dnp->dn_desc->dtpd_provider, dnp->dn_desc->dtpd_mod, in dt_node_name()
481 dnp->dn_desc->dtpd_func, dnp->dn_desc->dtpd_name); in dt_node_name()
484 dnp->dn_desc->dtpd_id); in dt_node_name()
628 free(dnp->dn_desc); in dt_node_free()
629 dnp->dn_desc = NULL; in dt_node_free()
2190 dnp->dn_desc = malloc(sizeof (dtrace_probedesc_t)); in dt_node_pdesc_by_name()
2192 if (dnp->dn_desc == NULL) in dt_node_pdesc_by_name()
2196 yypcb->pcb_sargc, yypcb->pcb_sargv, dnp->dn_desc) != 0) { in dt_node_pdesc_by_name()
2217 if ((dnp->dn_desc = malloc(sizeof (dtrace_probedesc_t))) == NULL) in dt_node_pdesc_by_id()
[all …]
H A Ddt_parser.h136 #define dn_desc dn_u._pdesc._desc /* DT_NODE_PDESC */ macro
H A Ddt_cc.c1609 dt_setcontext(dtp, pnp->dn_desc); in dt_compile_one_clause()
1615 if ((edp = dt_ecbdesc_create(dtp, pnp->dn_desc)) == NULL) in dt_compile_one_clause()