Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c2215 char *stage2_buffer = stage1_buffer + SECTOR_SIZE; in install_func() local
2216 char *old_sect = stage2_buffer + SECTOR_SIZE; in install_func()
2590 if (grub_read (stage2_buffer, SECTOR_SIZE) != SECTOR_SIZE) in install_func()
2598 if (*(stage2_buffer + STAGE2_STAGE2_ID) != STAGE2_ID_STAGE2) in install_func()
2605 *(stage2_buffer + STAGE2_FORCE_LBA) = is_force_lba; in install_func()
2614 location = stage2_buffer + STAGE2_VER_STR_OFFS; in install_func()
2646 if (fwrite (stage2_buffer, 1, SECTOR_SIZE, fp) in install_func()
2659 if (! devwrite (saved_sector - part_start, 1, stage2_buffer)) in install_func()