Searched refs:bpbSectors (Results 1 – 3 of 3) sorted by relevance
63 boot->bpbSectors = block[19] + (block[20] << 8); in readboot()184 if (boot->bpbSectors) { in readboot()186 boot->NumSectors = boot->bpbSectors; in readboot()
49 u_int32_t bpbSectors; /* total number of sectors */ member
91 uint8_t bpbSectors[2]; /* total sectors */ member135 uint32_t bpbSectors; /* total sectors */ member482 bpb.bpbSectors = bpb.bpbHugeSectors; in mkfs_msdos()537 mk2(bsbpb->bpbSectors, bpb.bpbSectors); in mkfs_msdos()655 if (bpb->bpbSectors) in print_bpb()656 printf(" Sectors=%u", bpb->bpbSectors); in print_bpb()
Completed in 6 milliseconds