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

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_provider.h44 dt_idhash_t *pv_probes; /* probe defs (if user-declared) */ member in struct:dt_provider
H A Ddt_provider.c103 pvp->pv_probes = dt_idhash_create(pvp->pv_desc.dtvd_name, NULL, 0, 0);
107 if (pvp->pv_probes == NULL) {
143 if (pvp->pv_probes != NULL)
144 dt_idhash_destroy(pvp->pv_probes);
375 if ((idp = dt_idhash_lookup(pvp->pv_probes, key)) != NULL)
482 dt_idhash_xinsert(pvp->pv_probes, prp->pr_ident);
681 if ((idp = dt_idhash_lookup(pvp->pv_probes, key)) != NULL)
849 if ((rv = dt_idhash_iter(pit.pit_pvp->pv_probes,
H A Ddt_program.c562 if (dt_idhash_iter(pvp->pv_probes, dt_header_probe, &info) != 0)
566 if (dt_idhash_iter(pvp->pv_probes, dt_header_decl, &info) != 0)
574 if (dt_idhash_iter(pvp->pv_probes, dt_header_probe, &info) != 0)
H A Ddt_dof.c528 (void) dt_idhash_iter(pvp->pv_probes, dof_add_probe, ddo);
H A Ddt_parser.c4304 dt_idhash_delete(pvp->pv_probes, old->pr_ident);

Completed in 178 milliseconds