Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmodctl.h576 #define MOD_WAIT_ONCE 0x01 macro
/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c2981 MOD_WAIT_ONCE | MOD_LOCK_HELD)) in mod_hold_stub()
3989 ASSERT((f & (MOD_WAIT_ONCE | MOD_WAIT_FOREVER)) && in mod_hold_by_modctl()
3990 ((f & (MOD_WAIT_ONCE | MOD_WAIT_FOREVER)) != in mod_hold_by_modctl()
3991 (MOD_WAIT_ONCE | MOD_WAIT_FOREVER))); in mod_hold_by_modctl()
4014 if (f & MOD_WAIT_ONCE) { in mod_hold_by_modctl()