Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c1431 char ezbios_check[2*SECTOR_SIZE]; in embed_func() local
1468 if (! rawread (current_drive, 1, 0, 2 * SECTOR_SIZE, ezbios_check)) in embed_func()
1471 if (! memcmp (ezbios_check + 3, "AERMH", 5) in embed_func()
1472 || ! memcmp (ezbios_check + 512 + 3, "AERMH", 5)) in embed_func()