Home
last modified time | relevance | path

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

/titanic_41/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.c675 if (is_efi(device->type)) { in init_device()
731 if (is_efi(device->type)) { in get_start_sector()
1008 if (is_efi(device->type) && stage2->buf_size > STAGE2_MAXSIZE) { in write_stage2()
1498 if (!is_efi(device->type) && in get_raw_partition_path()
1506 if (!is_efi(device->type)) { in get_raw_partition_path()
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set_prv.c61 int is_efi = 0; in checkdrive_onnode() local
171 is_efi++; in checkdrive_onnode()
180 if (is_efi) { in checkdrive_onnode()
/titanic_41/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_device_util.c1271 boolean_t is_efi = B_FALSE; in disk_get_available_slice_index() local
1277 (error = disk_get_is_efi(disk, &is_efi)) != 0) { in disk_get_available_slice_index()
1281 if (is_efi == B_TRUE) { in disk_get_available_slice_index()