Searched refs:bpbFATsmall (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sbin/fsck_msdosfs/
H A Ddosfs.h53 u_int bpbFATsmall; /* number of sectors per FAT */ member in struct:bootblock
H A Dboot.c120 boot->bpbFATsmall = block[22] + (block[23] << 8);
121 if (boot->bpbFATsmall != 0 && (boot->flags & FAT32)) {
123 boot->bpbFATsmall);
250 boot->FATsecs = boot->bpbFATsmall;

Completed in 59 milliseconds