Home
last modified time | relevance | path

Searched refs:STAGE2_MAXSIZE (Results 1 – 2 of 2) sorted by path

/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c1016 if (is_efi(device->type) && stage2->buf_size > STAGE2_MAXSIZE) { in write_stage2()
H A Dinstallgrub.h98 #define STAGE2_MAXSIZE (1ULL << 19) macro