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) {
261 if (lseek(dosfs, boot->FSInfo * boot->BytesPerSec, SEEK_SET)
262 != boot->FSInfo * boot->BytesPerSec
275 if (lseek(dosfs, boot->FSInfo * boot->BytesPerSec, SEEK_SET)
276 != boot->FSInfo * boot->BytesPerSec