Home
last modified time | relevance | path

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; in first_extent()
82 jfs.xlastindex = xtpage->header.nextindex; in first_extent()
95 jfs.xlastindex = xtpage->header.nextindex; in next_extent()
148 jfs.slastindex = dtpage->header.nextindex; in next_dentry()
172 jfs.slastindex = dtr->header.nextindex; in first_dentry()
184 jfs.slastindex = dtpage->header.nextindex; in first_dentry()
H A Djfs.h343 s8 nextindex; /* 1: next free entry in stbl */ member
384 s8 nextindex; /* 1: next entry index in stbl */ member
432 s16 nextindex; /* 2: next index = number of entries */ member
/illumos-gate/usr/src/uts/common/os/
H A Derrorq.c479 index_t rval, nextindex = curindex + 1; in errorq_availbit() local
480 index_t nextword = nextindex >> BT_ULSHIFT; in errorq_availbit()
481 ulong_t nextbitindex = nextindex & BT_ULMASK; in errorq_availbit()
492 if (nextindex <= maxindex && nextbitindex != 0) { in errorq_availbit()
511 return (bt_availbit(bitmap, nextindex)); in errorq_availbit()
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_rc.c838 uint8_t nextindex; in arn_rc_rate_getidx() local
843 ath_rc_priv, rix, &nextindex)) in arn_rc_rate_getidx()
844 rix = nextindex; in arn_rc_rate_getidx()
851 ath_rc_priv, rix, &nextindex)) in arn_rc_rate_getidx()
852 rix = nextindex; in arn_rc_rate_getidx()