Home
last modified time | relevance | path

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

/third_party/FreeBSD/sbin/fsck_msdosfs/
Dboot.c109 boot->bpbSectors = block[19] + (block[20] << 8); in readboot()
110 if (boot->bpbSectors != 0 && (boot->flags & FAT32)) { in readboot()
112 boot->bpbSectors); in readboot()
142 } else if (boot->bpbSectors == 0) { in readboot()
146 boot->NumSectors = boot->bpbSectors; in readboot()
148 if (boot->bpbSectors != 0) { in readboot()
Ddosfs.h51 u_int32_t bpbSectors; /* total number of sectors */ member
/third_party/FreeBSD/sbin/newfs_msdos/
Dmkfs_msdos.c119 u_int8_t bpbSectors[2]; /* total sectors */ member
163 u_int bpbSectors; /* total sectors */ member
317 bpb.bpbHugeSectors = bpb.bpbSectors; in mkfs_msdos()
318 bpb.bpbSectors = 0; in mkfs_msdos()
607 bpb.bpbSectors = bpb.bpbHugeSectors; in mkfs_msdos()
685 mk2(bsbpb->bpbSectors, bpb.bpbSectors); in mkfs_msdos()
991 if (bpb->bpbSectors) in print_bpb()
992 printf(" Sectors=%u", bpb->bpbSectors); in print_bpb()