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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c351 static mod_hash_t *i_mactype_hash; variable
447 i_mactype_hash = mod_hash_create_extended("mactype_hash",
492 mod_hash_destroy_hash(i_mactype_hash);
2844 if (mod_hash_find(i_mactype_hash, (mod_hash_key_t)pname,
2937 if (mod_hash_insert(i_mactype_hash,
2961 if ((err = mod_hash_find(i_mactype_hash, (mod_hash_key_t)ident,
2973 err = mod_hash_remove(i_mactype_hash, (mod_hash_key_t)ident, &val);

Completed in 100 milliseconds