Searched refs:stage2_buffer (Results 1 – 1 of 1) sorted by relevance
2212 char *stage2_buffer = stage1_buffer + SECTOR_SIZE; in install_func() local2213 char *old_sect = stage2_buffer + SECTOR_SIZE; in install_func()2583 if (grub_read (stage2_buffer, SECTOR_SIZE) != SECTOR_SIZE) in install_func()2591 if (*(stage2_buffer + STAGE2_STAGE2_ID) != STAGE2_ID_STAGE2) in install_func()2598 *(stage2_buffer + STAGE2_FORCE_LBA) = is_force_lba; in install_func()2607 location = stage2_buffer + STAGE2_VER_STR_OFFS; in install_func()2639 if (fwrite (stage2_buffer, 1, SECTOR_SIZE, fp) in install_func()2652 if (! devwrite (saved_sector - part_start, 1, stage2_buffer)) in install_func()