Searched refs:bpbSectors (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sys/fs/msdosfs/
H A Dbpb.h32 u_int16_t bpbSectors; /* total number of sectors */ member in struct:bpb33
50 u_int16_t bpbSectors; /* total number of sectors */ member in struct:bpb50
56 u_int32_t bpbHugeSectors; /* # of sectors if bpbSectors == 0 */
68 u_int16_t bpbSectors; /* total number of sectors */ member in struct:bpb710
74 u_int32_t bpbHugeSectors; /* # of sectors if bpbSectors == 0 */
110 int8_t bpbSectors[2]; /* total number of sectors */ member in struct:byte_bpb33
128 int8_t bpbSectors[2]; /* total number of sectors */ member in struct:byte_bpb50
134 int8_t bpbHugeSectors[4]; /* # of sectors if bpbSectors == 0 */
146 u_int8_t bpbSectors[2]; /* total number of sectors */ member in struct:byte_bpb710
152 u_int8_t bpbHugeSectors[4]; /* # of sectors if bpbSectors
[all...]
H A Dbootsect.h88 #define bsSectors bsBPB.bpbSectors
H A Dmsdosfsmount.h143 #define pm_Sectors pm_bpb.bpbSectors
H A Dmsdosfs_vfsops.c513 pmp->pm_Sectors = getushort(b50->bpbSectors);
/freebsd-9.3-release/sbin/fsck_msdosfs/
H A Ddosfs.h47 u_int32_t bpbSectors; /* total number of sectors */ member in struct:bootblock
H A Dboot.c71 boot->bpbSectors = block[19] + (block[20] << 8);
192 if (boot->bpbSectors) {
194 boot->NumSectors = boot->bpbSectors;
/freebsd-9.3-release/sbin/newfs_msdos/
H A Dnewfs_msdos.c110 u_int8_t bpbSectors[2]; /* total sectors */ member in struct:bsbpb
154 u_int bpbSectors; /* total sectors */ member in struct:bpb
389 bpb.bpbHugeSectors = bpb.bpbSectors;
390 bpb.bpbSectors = 0;
607 bpb.bpbSectors = bpb.bpbHugeSectors;
661 mk2(bsbpb->bpbSectors, bpb.bpbSectors);
883 if (bpb->bpbSectors)
884 printf(" Sectors=%u", bpb->bpbSectors);

Completed in 101 milliseconds