Searched defs:maxindex (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Derrorq.c482 index_t maxindex = nbits - 1; local
483 index_t maxword = maxindex >> BT_ULSHIFT;
484 ulong_t maxbitindex = maxindex & BT_ULMASK;
492 if (nextindex <= maxindex && nextbitindex != 0) {
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_rc.c676 uint8_t rate, next_rate, best_rate, maxindex, minindex; local
715 maxindex = ath_rc_priv->max_valid_rate-1;
724 for (index = maxindex; index >= minindex; index--) {

Completed in 164 milliseconds