Searched defs:nextindex (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Derrorq.c479 index_t rval, nextindex = curindex + 1; local
480 index_t nextword = nextindex >> BT_ULSHIFT;
481 ulong_t nextbitindex = nextindex & BT_ULMASK;
492 if (nextindex <= maxindex && nextbitindex != 0) {
511 return (bt_availbit(bitmap, nextindex));
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_rc.c838 uint8_t nextindex; local
843 ath_rc_priv, rix, &nextindex))
844 rix = nextindex;
851 ath_rc_priv, rix, &nextindex))
852 rix = nextindex;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Djfs.h343 s8 nextindex; /* 1: next free entry in stbl */ member in struct:__anon2197::__anon2198
375 * except nextindex which refers to entry index in stbl;
384 s8 nextindex; /* 1: next entry index in stbl */ member in struct:__anon2199::__anon2200
432 s16 nextindex; /* 2: next index = number of entries */ member in struct:__anon2201::xtheader

Completed in 72 milliseconds