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

/opensolaris-onvv-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c68 static mod_hash_t *softmac_hash; variable
163 softmac_hash = mod_hash_create_extended("softmac_hash",
184 mod_hash_destroy_hash(softmac_hash);
205 mod_hash_walk(softmac_hash, softmac_exist, &exist);
381 if ((mod_hash_find(softmac_hash, (mod_hash_key_t)devname,
387 err = mod_hash_insert(softmac_hash,
980 err = mod_hash_find(softmac_hash, (mod_hash_key_t)devname,
1085 err = mod_hash_remove(softmac_hash,
1213 * Walk through the softmac_hash tabl
[all...]

Completed in 67 milliseconds