Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Ddacf.c151 mod_hash_t *dacf_info_hash; variable
262 dacf_info_hash = mod_hash_create_ptrhash("dacf info hash", in dacf_init()
1262 (void) mod_hash_destroy(dacf_info_hash, (mod_hash_key_t)dmdp); in dacf_store_info()
1268 (void) mod_hash_replace(dacf_info_hash, (mod_hash_key_t)dmdp, in dacf_store_info()
1283 if (mod_hash_find(dacf_info_hash, (mod_hash_key_t)dmdp, in dacf_retrieve_info()