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

/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls_link.c39 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,

Completed in 132 milliseconds