Home
last modified time | relevance | path

Searched refs:dl_str_hash (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls_link.c78 dlp->dl_str_hash = mod_hash_create_idhash(name, IMPL_HASHSZ, in i_dls_link_constructor()
95 mod_hash_destroy_idhash(dlp->dl_str_hash); in i_dls_link_destructor()
96 dlp->dl_str_hash = NULL; in i_dls_link_destructor()
281 mod_hash_t *hash = dlp->dl_str_hash; in i_dls_link_rx_func()
343 mod_hash_t *hash = dlp->dl_str_hash; in i_dls_link_rx()
585 if (mod_hash_find(dsp->ds_dlp->dl_str_hash, key, in dls_rx_promisc()
1000 mod_hash_t *hash = dlp->dl_str_hash; in dls_link_add()
1048 mod_hash_t *hash = dlp->dl_str_hash; in dls_link_remove()
/illumos-gate/usr/src/uts/common/sys/
H A Ddls_impl.h57 mod_hash_t *dl_str_hash; /* SL, modhash lock */ member