Home
last modified time | relevance | path

Searched refs:mod_hash_destroy (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmodhash.h125 int mod_hash_destroy(mod_hash_t *, mod_hash_key_t);
/illumos-gate/usr/src/uts/common/os/
H A Dspace.c312 (void) mod_hash_destroy(space_hash, (mod_hash_key_t)key); in space_free()
H A Dlabelsys.c583 (void) mod_hash_destroy(tpc_name_hash, in tnrhtp_create()
611 (void) mod_hash_destroy(tpc_name_hash, in tnrhtp_delete()
H A Dmodhash.c750 mod_hash_destroy(mod_hash_t *hash, mod_hash_key_t key) in mod_hash_destroy() function
H A Ddacf.c1260 (void) mod_hash_destroy(dacf_info_hash, (mod_hash_key_t)dmdp); in dacf_store_info()
H A Dtask.c445 if (mod_hash_destroy(task_hash, in task_rele()
H A Dmodsubr.c919 (void) mod_hash_destroy(hash, (mod_hash_key_t)name); in hwc_hash_remove()
H A Dzone.c4739 (void) mod_hash_destroy(zonehashbylabel, in zone_create()
4742 (void) mod_hash_destroy(zonehashbyname, in zone_create()
4744 (void) mod_hash_destroy(zonehashbyid, in zone_create()
5377 (void) mod_hash_destroy(zonehashbyname, in zone_destroy()
5379 (void) mod_hash_destroy(zonehashbyid, in zone_destroy()
5382 (void) mod_hash_destroy(zonehashbylabel, in zone_destroy()
H A Dproject.c365 if (mod_hash_destroy(projects_hash, (mod_hash_key_t)p)) in project_rele()
H A Dsunddi.c6379 (void) mod_hash_destroy(ss->strid_byid, (mod_hash_key_t)(uintptr_t)id); in ddi_strid_free()
6383 (void) mod_hash_destroy(ss->strid_bystr, (mod_hash_key_t)str); in ddi_strid_free()
H A Dsunmdi.c9460 (void) mod_hash_destroy(vhcache->vhcache_client_hash, in clean_vhcache()
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_sol_glue.c211 VERIFY(mod_hash_destroy(vmm_ptp_hash, in vmm_ptp_free()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_switching.c1784 (void) mod_hash_destroy(vswp->mfdb, in vsw_del_mcst()
H A Dvds.c7249 if (mod_hash_destroy(vds->vd_table, (mod_hash_key_t)id) != 0) in vds_add_vd()
7267 if (mod_hash_destroy(vds->vd_table, (mod_hash_key_t)id) != 0) in vds_remove_vd()
7342 if (mod_hash_destroy(vds->vd_table, (mod_hash_key_t)prev_id) != 0) in vds_change_vd()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c5198 retv = mod_hash_destroy(mh, (mod_hash_key_t)obj); in th_trace_cleanup()