Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/loader/
H A Defi_main.c144 (DevicePathType(img->FilePath) != MEDIA_DEVICE_PATH || in efi_main()
H A Dmain.c106 if (DevicePathType(node) != MEDIA_DEVICE_PATH || in efi_zfs_is_preferred()
/illumos-gate/usr/src/boot/efi/libefi/
H A Defipart.c539 if (DevicePathType(node) == MEDIA_DEVICE_PATH && in efipart_testcd()
714 if (DevicePathType(node) == MEDIA_DEVICE_PATH && in efipart_hdinfo_add()
/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DDevicePath.h989 #define MEDIA_DEVICE_PATH 0x04 macro