Searched refs:nextindex (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_jfs.c75 jfs.xlastindex = xtp->header.nextindex;
82 jfs.xlastindex = xtpage->header.nextindex;
95 jfs.xlastindex = xtpage->header.nextindex;
148 jfs.slastindex = dtpage->header.nextindex;
172 jfs.slastindex = dtr->header.nextindex;
184 jfs.slastindex = dtpage->header.nextindex;
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
/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;

Completed in 426 milliseconds