Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dmodhash.h125 int mod_hash_destroy(mod_hash_t *, mod_hash_key_t);
/titanic_41/usr/src/uts/common/os/
H A Dspace.c359 (void) mod_hash_destroy(space_hash, (mod_hash_key_t)key); in space_free()
H A Dmodhash.c746 mod_hash_destroy(mod_hash_t *hash, mod_hash_key_t key) in mod_hash_destroy() function
H A Dlabelsys.c585 (void) mod_hash_destroy(tpc_name_hash, in tnrhtp_create()
613 (void) mod_hash_destroy(tpc_name_hash, in tnrhtp_delete()
H A Dtask.c444 if (mod_hash_destroy(task_hash, in task_rele()
H A Ddacf.c1262 (void) mod_hash_destroy(dacf_info_hash, (mod_hash_key_t)dmdp); in dacf_store_info()
H A Dmodsubr.c919 (void) mod_hash_destroy(hash, (mod_hash_key_t)name); in hwc_hash_remove()
H A Dzone.c4525 (void) mod_hash_destroy(zonehashbylabel, in zone_create()
4528 (void) mod_hash_destroy(zonehashbyname, in zone_create()
4530 (void) mod_hash_destroy(zonehashbyid, in zone_create()
5165 (void) mod_hash_destroy(zonehashbyname, in zone_destroy()
5167 (void) mod_hash_destroy(zonehashbyid, in zone_destroy()
5170 (void) mod_hash_destroy(zonehashbylabel, in zone_destroy()
H A Dproject.c364 if (mod_hash_destroy(projects_hash, (mod_hash_key_t)p)) in project_rele()
H A Dsunddi.c6460 (void) mod_hash_destroy(ss->strid_byid, (mod_hash_key_t)(uintptr_t)id); in ddi_strid_free()
6464 (void) mod_hash_destroy(ss->strid_bystr, (mod_hash_key_t)str); in ddi_strid_free()
H A Dsunmdi.c9461 (void) mod_hash_destroy(vhcache->vhcache_client_hash, in clean_vhcache()
/titanic_41/usr/src/uts/sun4v/io/
H A Dvsw_switching.c1784 (void) mod_hash_destroy(vswp->mfdb, in vsw_del_mcst()
H A Dvds.c7244 if (mod_hash_destroy(vds->vd_table, (mod_hash_key_t)id) != 0) in vds_add_vd()
7262 if (mod_hash_destroy(vds->vd_table, (mod_hash_key_t)id) != 0) in vds_remove_vd()
7337 if (mod_hash_destroy(vds->vd_table, (mod_hash_key_t)prev_id) != 0) in vds_change_vd()
/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd.c325 (void) mod_hash_destroy(md_nblocksmap, in md_nblocks_set()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip_if.c5194 retv = mod_hash_destroy(mh, (mod_hash_key_t)obj); in th_trace_cleanup()