Home
last modified time | relevance | path

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

/external/fsck_msdos/
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
/external/newfs_msdos/
Dmkfs_msdos.c123 u_int8_t bpbSectors[2]; /* total sectors */ member
167 u_int bpbSectors; /* total sectors */ member
327 bpb.bpbHugeSectors = bpb.bpbSectors; in mkfs_msdos()
328 bpb.bpbSectors = 0; in mkfs_msdos()
617 bpb.bpbSectors = bpb.bpbHugeSectors; in mkfs_msdos()
696 mk2(bsbpb->bpbSectors, bpb.bpbSectors); in mkfs_msdos()
1067 if (bpb->bpbSectors) in print_bpb()
1068 printf(" Sectors=%u", bpb->bpbSectors); in print_bpb()