Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Ddacf.c149 mod_hash_t *dacf_info_hash; variable
260 dacf_info_hash = mod_hash_create_ptrhash("dacf info hash", in dacf_init()
1260 (void) mod_hash_destroy(dacf_info_hash, (mod_hash_key_t)dmdp); in dacf_store_info()
1266 (void) mod_hash_replace(dacf_info_hash, (mod_hash_key_t)dmdp, in dacf_store_info()
1281 if (mod_hash_find(dacf_info_hash, (mod_hash_key_t)dmdp, in dacf_retrieve_info()