Home
last modified time | relevance | path

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

/titanic_50/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.c682 if (is_efi(device->type)) { in init_device()
738 if (is_efi(device->type)) { in get_start_sector()
1015 if (is_efi(device->type) && stage2->buf_size > STAGE2_MAXSIZE) { in write_stage2()
1505 if (!is_efi(device->type) && in get_raw_partition_path()
1513 if (!is_efi(device->type)) { in get_raw_partition_path()