Home
last modified time | relevance | path

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
448 i_mactype_hash = mod_hash_create_extended("mactype_hash", in mac_init()
493 mod_hash_destroy_hash(i_mactype_hash); in mac_fini()
3192 if (mod_hash_find(i_mactype_hash, (mod_hash_key_t)pname, in mactype_getplugin()
3285 if (mod_hash_insert(i_mactype_hash, in mactype_register()
3309 if ((err = mod_hash_find(i_mactype_hash, (mod_hash_key_t)ident, in mactype_unregister()
3321 err = mod_hash_remove(i_mactype_hash, (mod_hash_key_t)ident, &val); in mactype_unregister()