Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.h72 IG_DEV_EFI enumerator
76 #define is_efi(type) (type == IG_DEV_EFI)
H A Dinstallgrub.c673 device->type = IG_DEV_EFI; in init_device()