Searched refs:stage2_buffer (Results 1 – 1 of 1) sorted by relevance
1750 char *stage2_buffer = stage1_buffer + SECTOR_SIZE; in install_func() local1751 char *old_sect = stage2_buffer + SECTOR_SIZE; in install_func()2116 if (grub_read (stage2_buffer, SECTOR_SIZE) != SECTOR_SIZE) in install_func()2124 if (*(stage2_buffer + STAGE2_STAGE2_ID) != STAGE2_ID_STAGE2) in install_func()2131 *(stage2_buffer + STAGE2_FORCE_LBA) = is_force_lba; in install_func()2140 location = stage2_buffer + STAGE2_VER_STR_OFFS; in install_func()2172 if (fwrite (stage2_buffer, 1, SECTOR_SIZE, fp) in install_func()2185 if (! devwrite (saved_sector - part_start, 1, stage2_buffer)) in install_func()