Searched refs:short_sectors (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/
H A Dfat.h45 __u8 short_sectors[2]; /* number of sectors */ member in struct:fat_bpb
51 __u32 long_sectors; /* number of sectors (if short_sectors == 0) */
H A Dfsys_fat.c93 FAT_SUPER->num_sectors = FAT_CVT_U16 (bpb.short_sectors)
94 ? FAT_CVT_U16 (bpb.short_sectors) : bpb.long_sectors;

Completed in 46 milliseconds