Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-threads.c152 int maxindex );
573 prldap_tsd_realloc( PRLDAP_TPDHeader *tsdhdr, int maxindex ) in prldap_tsd_realloc() argument
591 ( 1 + ( maxindex / PRLDAP_TPD_ARRAY_INCREMENT )); in prldap_tsd_realloc()
/illumos-gate/usr/src/uts/common/os/
H A Derrorq.c482 index_t maxindex = nbits - 1; in errorq_availbit() local
483 index_t maxword = maxindex >> BT_ULSHIFT; in errorq_availbit()
484 ulong_t maxbitindex = maxindex & BT_ULMASK; in errorq_availbit()
492 if (nextindex <= maxindex && nextbitindex != 0) { in errorq_availbit()
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_rc.c676 uint8_t rate, next_rate, best_rate, maxindex, minindex; in arn_rc_ratefind_ht() local
715 maxindex = ath_rc_priv->max_valid_rate-1; in arn_rc_ratefind_ht()
724 for (index = maxindex; index >= minindex; index--) { in arn_rc_ratefind_ht()