Home
last modified time | relevance | path

Searched refs:mac_minor_hold (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmac.h681 extern minor_t mac_minor_hold(boolean_t);
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_provider.c213 minor = mac_minor_hold(B_TRUE); in mac_register()
H A Dmac.c2616 mac_minor_hold(boolean_t sleep) in mac_minor_hold() function
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c747 if ((dsp->ds_minor = mac_minor_hold(kmflags == KM_SLEEP)) == 0) in str_constructor()
/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c830 if ((mn = mac_minor_hold(B_FALSE)) == 0) in stream_alloc()