Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls_link.c666 ASSERT(dlp->dl_impl_count == 0); in i_dls_link_destroy()
1042 dlp->dl_impl_count++; in dls_link_add()
1086 ASSERT(dlp->dl_impl_count != 0); in dls_link_remove()
1087 dlp->dl_impl_count--; in dls_link_remove()
/illumos-gate/usr/src/uts/common/sys/
H A Ddls_impl.h58 uint_t dl_impl_count; /* SL */ member