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

/freebsd-12-stable/sys/fs/msdosfs/
H A Dbpb.h32 uint16_t bpbSectors; /* total number of sectors */ member in struct:bpb33
50 uint16_t bpbSectors; /* total number of sectors */ member in struct:bpb50
56 uint32_t bpbHugeSectors; /* # of sectors if bpbSectors == 0 */
68 uint16_t bpbSectors; /* total number of sectors */ member in struct:bpb710
74 uint32_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 uint8_t bpbSectors[2]; /* total number of sectors */ member in struct:byte_bpb710
152 uint8_t bpbHugeSectors[4]; /* # of sectors if bpbSectors
[all...]
H A Dbootsect.h88 #define bsSectors bsBPB.bpbSectors
H A Dmsdosfsmount.h142 #define pm_Sectors pm_bpb.bpbSectors
H A Dmsdosfs_vfsops.c486 pmp->pm_Sectors = getushort(b50->bpbSectors);
/freebsd-12-stable/sbin/fsck_msdosfs/
H A Dboot.c109 boot->bpbSectors = block[19] + (block[20] << 8);
110 if (boot->bpbSectors != 0 && (boot->flags & FAT32)) {
112 boot->bpbSectors);
142 } else if (boot->bpbSectors == 0) {
146 boot->NumSectors = boot->bpbSectors;
148 if (boot->bpbSectors != 0) {
H A Ddosfs.h51 u_int32_t bpbSectors; /* total number of sectors */ member in struct:bootblock
/freebsd-12-stable/usr.sbin/makefs/msdos/
H A Dmsdosfsmount.h107 #define pm_Sectors pm_bpb.bpbSectors
H A Dmsdosfs_vfsops.c122 pmp->pm_Sectors = getushort(b50->bpbSectors);
/freebsd-12-stable/sbin/newfs_msdos/
H A Dmkfs_msdos.c110 u_int8_t bpbSectors[2]; /* total sectors */ member in struct:bsbpb
154 u_int bpbSectors; /* total sectors */ member in struct:bpb
308 bpb.bpbHugeSectors = bpb.bpbSectors;
309 bpb.bpbSectors = 0;
598 bpb.bpbSectors = bpb.bpbHugeSectors;
674 mk2(bsbpb->bpbSectors, bpb.bpbSectors);
983 if (bpb->bpbSectors)
984 printf(" Sectors=%u", bpb->bpbSectors);

Completed in 87 milliseconds