Searched refs:START_BLOCK (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c1343 #define START_BLOCK(pos) (*(ulong_t *)(pos)) macro
1417 if (START_BLOCK(pos - 8) != 0 &&
1418 START_BLOCK(pos - 8) != blocklist[i + 2]) {
1422 START_BLOCK(pos) = blocklist[i] + device->start_sector;

Completed in 59 milliseconds