Home
last modified time | relevance | path

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

/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Dboot.c107 boot->bpbSectors = block[19] + (block[20] << 8); in readboot()
108 if (boot->bpbSectors != 0 && (boot->flags & FAT32)) { in readboot()
110 boot->bpbSectors); in readboot()
140 } else if (boot->bpbSectors == 0) { in readboot()
144 boot->NumSectors = boot->bpbSectors; in readboot()
146 if (boot->bpbSectors != 0) { in readboot()
H A Ddosfs.h50 u_int32_t bpbSectors; /* total number of sectors */ member
/third_party/FreeBSD/sbin/newfs_msdos/
H A Dmkfs_msdos.c114 u_int8_t bpbSectors[2]; /* total sectors */ member
158 u_int bpbSectors; /* total sectors */ member
312 bpb.bpbHugeSectors = bpb.bpbSectors; in mkfs_msdos()
313 bpb.bpbSectors = 0; in mkfs_msdos()
602 bpb.bpbSectors = bpb.bpbHugeSectors; in mkfs_msdos()
680 mk2(bsbpb->bpbSectors, bpb.bpbSectors); in mkfs_msdos()
1003 if (bpb->bpbSectors) in print_bpb()
1004 printf(" Sectors=%u", bpb->bpbSectors); in print_bpb()

Completed in 3 milliseconds