Searched defs:softmac_hash (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c68 static mod_hash_t *softmac_hash; variable
162 softmac_hash = mod_hash_create_extended("softmac_hash",
183 mod_hash_destroy_hash(softmac_hash);
204 mod_hash_walk(softmac_hash, softmac_exist, &exist);
380 if ((mod_hash_find(softmac_hash, (mod_hash_key_t)devname,
386 err = mod_hash_insert(softmac_hash,
979 err = mod_hash_find(softmac_hash, (mod_hash_key_t)devname,
1084 err = mod_hash_remove(softmac_hash,
1212 * Walk through the softmac_hash tabl
[all...]

Completed in 58 milliseconds