Searched refs:softmac_hash (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/io/softmac/ |
H A D | softmac_main.c | 68 static mod_hash_t *softmac_hash; variable 162 softmac_hash = mod_hash_create_extended("softmac_hash", in softmac_init() 183 mod_hash_destroy_hash(softmac_hash); in softmac_fini() 204 mod_hash_walk(softmac_hash, softmac_exist, &exist); in softmac_busy() 380 if ((mod_hash_find(softmac_hash, (mod_hash_key_t)devname, in softmac_create() 386 err = mod_hash_insert(softmac_hash, in softmac_create() 979 err = mod_hash_find(softmac_hash, (mod_hash_key_t)devname, in softmac_destroy() 1084 err = mod_hash_remove(softmac_hash, in softmac_destroy() 1218 mod_hash_walk(softmac_hash, softmac_mac_recreate, &smw); in softmac_recreate() 1573 if (mod_hash_find(softmac_hash, (mod_hash_key_t)devname, in softmac_hold_device()
|