Home
last modified time | relevance | path

Searched refs:is_efi (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.h76 #define is_efi(type) (type == IG_DEV_EFI) macro
92 (is_efi(type) ? 1024 : 50) /* offset from start of part */
H A Dinstallgrub.c680 if (is_efi(device->type)) { in init_device()
736 if (is_efi(device->type)) { in get_start_sector()
1016 if (is_efi(device->type) && stage2->buf_size > STAGE2_MAXSIZE) { in write_stage2()
1513 if (!is_efi(device->type) && in get_raw_partition_path()
1521 if (!is_efi(device->type)) { in get_raw_partition_path()