Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Ddacf.c148 mod_hash_t *dacf_module_hash; variable
251 dacf_module_hash = mod_hash_create_strhash("dacf module hash", in dacf_init()
707 if (mod_hash_find(dacf_module_hash, (mod_hash_key_t)mod_name, in dacf_module_register()
733 if (mod_hash_insert(dacf_module_hash, (mod_hash_key_t)str, in dacf_module_register()
806 if (mod_hash_find(dacf_module_hash, (mod_hash_key_t)mod_name, in dacf_module_unregister()
936 if (mod_hash_find(dacf_module_hash, in dacf_op_invoke()