Searched refs:mod_hash_destroy (Results 1 – 15 of 15) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | modhash.h | 125 int mod_hash_destroy(mod_hash_t *, mod_hash_key_t);
|
/titanic_41/usr/src/uts/common/os/ |
H A D | space.c | 359 (void) mod_hash_destroy(space_hash, (mod_hash_key_t)key); in space_free()
|
H A D | modhash.c | 746 mod_hash_destroy(mod_hash_t *hash, mod_hash_key_t key) in mod_hash_destroy() function
|
H A D | labelsys.c | 585 (void) mod_hash_destroy(tpc_name_hash, in tnrhtp_create() 613 (void) mod_hash_destroy(tpc_name_hash, in tnrhtp_delete()
|
H A D | task.c | 444 if (mod_hash_destroy(task_hash, in task_rele()
|
H A D | dacf.c | 1262 (void) mod_hash_destroy(dacf_info_hash, (mod_hash_key_t)dmdp); in dacf_store_info()
|
H A D | modsubr.c | 919 (void) mod_hash_destroy(hash, (mod_hash_key_t)name); in hwc_hash_remove()
|
H A D | zone.c | 4525 (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 D | project.c | 364 if (mod_hash_destroy(projects_hash, (mod_hash_key_t)p)) in project_rele()
|
H A D | sunddi.c | 6460 (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 D | sunmdi.c | 9461 (void) mod_hash_destroy(vhcache->vhcache_client_hash, in clean_vhcache()
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | vsw_switching.c | 1784 (void) mod_hash_destroy(vswp->mfdb, in vsw_del_mcst()
|
H A D | vds.c | 7244 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 D | md.c | 325 (void) mod_hash_destroy(md_nblocksmap, in md_nblocks_set()
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | ip_if.c | 5194 retv = mod_hash_destroy(mh, (mod_hash_key_t)obj); in th_trace_cleanup()
|