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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c145 int filemax; variable
1726 filemax = 0;
1737 || tmp == 0 || tmp > filemax)
1740 filemax = tmp;
1762 filemax += (tmp * SECTOR_SIZE);
1814 if ((filepos < 0) || (filepos > filemax))
1815 filepos = filemax;
1818 if ((len < 0) || (len > (filemax - filepos)))
1819 len = filemax - filepos;
1910 if (offset > filemax || offse
[all...]

Completed in 47 milliseconds