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

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c144 int filemax; variable
1637 filemax = 0;
1648 || tmp == 0 || tmp > filemax)
1651 filemax = tmp;
1673 filemax += (tmp * SECTOR_SIZE);
1725 if ((filepos < 0) || (filepos > filemax))
1726 filepos = filemax;
1729 if ((len < 0) || (len > (filemax - filepos)))
1730 len = filemax - filepos;
1821 if (offset > filemax || offse
[all...]

Completed in 1106 milliseconds