Searched refs:i_dls_link_hash (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/dls/ |
H A D | dls_link.c | 39 mod_hash_t *i_dls_link_hash; variable 672 i_dls_link_hash = mod_hash_create_extended("dls_link_hash", 692 mod_hash_destroy_hash(i_dls_link_hash); 708 * global hash table. The i_dls_link_hash itself is protected by the 714 if ((err = mod_hash_find(i_dls_link_hash, (mod_hash_key_t)name, 731 err = mod_hash_insert(i_dls_link_hash, (mod_hash_key_t)dlp->dl_name, 813 (void) mod_hash_remove(i_dls_link_hash, 831 if (mod_hash_find(i_dls_link_hash, (mod_hash_key_t)name,
|
H A D | dls_mgmt.c | 727 if (mod_hash_find(i_dls_link_hash, (mod_hash_key_t)ddp->dd_mac,
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | dls_impl.h | 75 extern mod_hash_t *i_dls_link_hash;
|
Completed in 80 milliseconds