Searched defs:saved_sectors (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c3953 unsigned long long saved_sectors[2];
3969 saved_sectors[sector_count] = sector;
4052 if (! rawread (current_drive, saved_sectors[0], 0, SECTOR_SIZE,
4056 if (! rawwrite (current_drive, saved_sectors[0], sect))
4059 if (! rawread (current_drive, saved_sectors[1], 0, SECTOR_SIZE,
4065 if (! rawwrite (current_drive, saved_sectors[1], sect))
4071 if (! rawread (current_drive, saved_sectors[0], 0, SECTOR_SIZE,
4075 if (! rawwrite (current_drive, saved_sectors[0], sect))
3903 unsigned long long saved_sectors[2]; local

Completed in 56 milliseconds