Home
last modified time | relevance | path

Searched refs:umax (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlbridge.c701 useconds_t usecs, umax; in shut_down_instance() local
704 umax = DEFAULT_TIMEOUT; in shut_down_instance()
705 for (usecs = INIT_WAIT_USECS; umax != 0; umax -= usecs) { in shut_down_instance()
712 if (usecs > umax) in shut_down_instance()
713 usecs = umax; in shut_down_instance()
716 if (umax == 0) { in shut_down_instance()
720 umax = 1; in shut_down_instance()
723 status = umax != 0 ? DLADM_STATUS_OK : DLADM_STATUS_FAILED; in shut_down_instance()
/illumos-gate/usr/src/uts/common/os/
H A Dsubr.c213 umax(uint_t a, uint_t b) in umax() function
/illumos-gate/usr/src/uts/common/sys/
H A Dsystm.h164 uint_t umax(uint_t, uint_t);