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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_jfs.c38 int xlastindex; member in struct:jfs_info
75 jfs.xlastindex = xtp->header.nextindex;
82 jfs.xlastindex = xtpage->header.nextindex;
91 if (++jfs.xindex < jfs.xlastindex) {
95 jfs.xlastindex = xtpage->header.nextindex;

Completed in 45 milliseconds