Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dshared.h200 #define BOOTSEC_PART_OFFSET 0x1BE macro
H A Ddisk_io.c1308 src = (char *) SCRATCHADDR + BOOTSEC_PART_OFFSET; in set_bootdev()
H A Dbuiltins.c2395 && (*((unsigned char *) (stage1_buffer + BOOTSEC_PART_OFFSET)) == 0x80 in install_func()
2396 || stage1_buffer[BOOTSEC_PART_OFFSET] == 0)) in install_func()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog5332 BOOTSEC_PART_OFFSET). Don't use grub_memmove, but copy it