Home
last modified time | relevance | path

Searched refs:FSInfo (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sbin/fsck_msdos/
Dboot.c130 boot->FSInfo = block[48] + (block[49] << 8); in readboot()
133 if (lseek(dosfs, boot->FSInfo * boot->BytesPerSec, SEEK_SET) in readboot()
134 != boot->FSInfo * boot->BytesPerSec in readboot()
160 if (lseek(dosfs, boot->FSInfo * boot->BytesPerSec, SEEK_SET) in readboot()
161 != boot->FSInfo * boot->BytesPerSec in readboot()
172 boot->FSInfo = 0; in readboot()
174 if (boot->FSInfo) { in readboot()
309 if (lseek(dosfs, boot->FSInfo * boot->BytesPerSec, SEEK_SET) in writefsinfo()
310 != boot->FSInfo * boot->BytesPerSec in writefsinfo()
325 if (lseek(dosfs, boot->FSInfo * boot->BytesPerSec, SEEK_SET) in writefsinfo()
[all …]
Ddosfs.h54 u_int FSInfo; /* FSInfo sector */ member
Dfat.c614 if (boot->FSInfo) { in checklost()