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

/freebsd-10-stable/sbin/fsck_msdosfs/
H A Ddosfs.h49 u_int bpbFATsmall; /* number of sectors per FAT */ member in struct:bootblock
H A Dboot.c73 boot->bpbFATsmall = block[22] + (block[23] << 8);
81 boot->FATsecs = boot->bpbFATsmall;

Completed in 293 milliseconds