HomeSort by relevance Sort by last modified time
    Searched full:bytes_per_sect (Results 1 - 2 of 2) sorted by null

  /external/grub/stage2/
fat.h 40 __u8 bytes_per_sect[2]; /* bytes per logical sector */ member in struct:fat_bpb
fsys_fat.c 87 FAT_SUPER->sectsize_bits = log2 (FAT_CVT_U16 (bpb.bytes_per_sect));
155 if (FAT_CVT_U16(bpb.bytes_per_sect) != (1 << FAT_SUPER->sectsize_bits)
156 || FAT_CVT_U16(bpb.bytes_per_sect) != SECTOR_SIZE

Completed in 145 milliseconds