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

/osnet-11/usr/src/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.c99 pvp->pv_probes = dt_idhash_create(pvp->pv_desc.dtvd_name, NULL, 0, 0);
103 if (pvp->pv_probes == NULL) {
139 if (pvp->pv_probes != NULL)
140 dt_idhash_destroy(pvp->pv_probes);
371 if ((idp = dt_idhash_lookup(pvp->pv_probes, key)) != NULL)
478 dt_idhash_xinsert(pvp->pv_probes, prp->pr_ident);
677 if ((idp = dt_idhash_lookup(pvp->pv_probes, key)) != NULL)
845 if ((rv = dt_idhash_iter(pit.pit_pvp->pv_probes,
H A Ddt_program.c558 if (dt_idhash_iter(pvp->pv_probes, dt_header_probe, &info) != 0)
562 if (dt_idhash_iter(pvp->pv_probes, dt_header_decl, &info) != 0)
570 if (dt_idhash_iter(pvp->pv_probes, dt_header_probe, &info) != 0)
H A Ddt_dof.c521 (void) dt_idhash_iter(pvp->pv_probes, dof_add_probe, ddo);
H A Ddt_parser.c4299 dt_idhash_delete(pvp->pv_probes, old->pr_ident);

Completed in 30 milliseconds