Lines Matching refs:FSInfo
106 boot->FSInfo = block[48] + (block[49] << 8);
109 if (lseek(dosfs, boot->FSInfo * boot->BytesPerSec, SEEK_SET)
110 != boot->FSInfo * boot->BytesPerSec
136 if (lseek(dosfs, boot->FSInfo * boot->BytesPerSec, SEEK_SET)
137 != boot->FSInfo * boot->BytesPerSec
145 boot->FSInfo = 0;
147 if (boot->FSInfo) {
270 if (lseek(dosfs, boot->FSInfo * boot->BytesPerSec, SEEK_SET)
271 != boot->FSInfo * boot->BytesPerSec
284 if (lseek(dosfs, boot->FSInfo * boot->BytesPerSec, SEEK_SET)
285 != boot->FSInfo * boot->BytesPerSec