Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Ddacf.c150 mod_hash_t *dacf_module_hash; variable
253 dacf_module_hash = mod_hash_create_strhash("dacf module hash", in dacf_init()
709 if (mod_hash_find(dacf_module_hash, (mod_hash_key_t)mod_name, in dacf_module_register()
735 if (mod_hash_insert(dacf_module_hash, (mod_hash_key_t)str, in dacf_module_register()
808 if (mod_hash_find(dacf_module_hash, (mod_hash_key_t)mod_name, in dacf_module_unregister()
938 if (mod_hash_find(dacf_module_hash, in dacf_op_invoke()