Home
last modified time | relevance | path

Searched refs:pv_probes (Results 1 – 5 of 5) sorted by relevance

/src/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_provider.c107 pvp->pv_probes = dt_idhash_create(pvp->pv_desc.dtvd_name, NULL, 0, 0); in dt_provider_create()
111 if (pvp->pv_probes == NULL) { in dt_provider_create()
147 if (pvp->pv_probes != NULL) in dt_provider_destroy()
148 dt_idhash_destroy(pvp->pv_probes); in dt_provider_destroy()
395 if ((idp = dt_idhash_lookup(pvp->pv_probes, key)) != NULL) in dt_probe_lookup()
502 dt_idhash_xinsert(pvp->pv_probes, prp->pr_ident); in dt_probe_declare()
699 if ((idp = dt_idhash_lookup(pvp->pv_probes, key)) != NULL) in dt_probe_info()
895 if ((rv = dt_idhash_iter(pit.pit_pvp->pv_probes, in dtrace_probe_iter()
H A Ddt_provider.h44 dt_idhash_t *pv_probes; /* probe defs (if user-declared) */ member
H A Ddt_program.c558 if (dt_idhash_iter(pvp->pv_probes, dt_header_probe, &info) != 0) in dt_header_provider()
562 if (dt_idhash_iter(pvp->pv_probes, dt_header_decl, &info) != 0) in dt_header_provider()
570 if (dt_idhash_iter(pvp->pv_probes, dt_header_probe, &info) != 0) in dt_header_provider()
H A Ddt_dof.c521 (void) dt_idhash_iter(pvp->pv_probes, dof_add_probe, ddo); in dof_add_provider()
H A Ddt_parser.c4439 dt_idhash_delete(pvp->pv_probes, old->pr_ident); in dt_node_provider_cmp()