Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.h90 #define STAGE2_FORCE_LBA (SECTOR_SIZE + 0x11) macro
H A Dinstallgrub.c1450 *((unsigned char *) (stage2->file + STAGE2_FORCE_LBA)) = 1; in prepare_stage2()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dshared.h219 #define STAGE2_FORCE_LBA 0x11 macro
H A Dbuiltins.c2518 *((unsigned char *) (stage2_second_buffer + STAGE2_FORCE_LBA)) in install_func()
2605 *(stage2_buffer + STAGE2_FORCE_LBA) = is_force_lba; in install_func()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog3586 (STAGE2_FORCE_LBA): Chaged to 0x11.
5025 (the offset is STAGE2_FORCE_LBA) to IS_FORCE_LBA.
5028 flag in SCRATCHADDR (the offset is STAGE2_FORCE_LBA) to
5038 * stage2/shared.h (STAGE2_FORCE_LBA): New macro.