Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_fat.c124 int active_fat = bpb.flags & 0x000f; in fat_mount() local
125 if (active_fat >= bpb.num_fats) in fat_mount()
127 FAT_SUPER->fat_offset += active_fat * FAT_SUPER->fat_length; in fat_mount()