Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_fat.c71 __u32 magic, first_fat; in fat_mount() local
168 sizeof(first_fat), (char *)&first_fat)) in fat_mount()
173 first_fat &= 0x0fffffff; in fat_mount()
178 first_fat &= 0x0000ffff; in fat_mount()
183 first_fat &= 0x00000fff; in fat_mount()
191 if ((first_fat | 0x8) != (magic | bpb.media | 0x8)) in fat_mount()