Searched refs:dt_idhash_destroy (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pcb.c163 dt_idhash_destroy(pcb->pcb_pragmas);
165 dt_idhash_destroy(pcb->pcb_locals);
167 dt_idhash_destroy(pcb->pcb_idents);
H A Ddt_ident.h144 extern void dt_idhash_destroy(dt_idhash_t *);
H A Ddt_open.c1599 dt_idhash_destroy(dtp->dt_macros);
1601 dt_idhash_destroy(dtp->dt_aggs);
1603 dt_idhash_destroy(dtp->dt_globals);
1605 dt_idhash_destroy(dtp->dt_tls);
H A Ddt_xlator.c243 dt_idhash_destroy(dxp->dx_locals);
H A Ddt_ident.c533 dt_idhash_destroy(inp->din_hash);
673 dt_idhash_destroy(dt_idhash_t *dhp) function
935 * dt_idhash_destroy() function below, which separates out the call to di_dtor.
H A Ddt_provider.c144 dt_idhash_destroy(pvp->pv_probes);
H A Ddt_module.c774 dt_idhash_destroy(dmp->dm_extern);
H A Ddt_parser.c619 dt_idhash_destroy(dnp->dn_locals);

Completed in 145 milliseconds