OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:first_fat
(Results
1 - 1
of
1
) sorted by null
/external/grub/stage2/
fsys_fat.c
70
__u32 magic,
first_fat
;
local
167
sizeof(
first_fat
), (char *)&
first_fat
))
172
first_fat
&= 0x0fffffff;
177
first_fat
&= 0x0000ffff;
182
first_fat
&= 0x00000fff;
190
if ((
first_fat
| 0x8) != (magic | bpb.media | 0x8))
Completed in 16 milliseconds