Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/libefi/
H A Defipart.c296 if (DevicePathType(node) == MESSAGING_DEVICE_PATH && in efipart_ignore_device()
311 if (DevicePathType(node) == MESSAGING_DEVICE_PATH && in efipart_ignore_device()
320 DevicePathType(node) == MESSAGING_DEVICE_PATH) { in efipart_ignore_device()
H A Definet.c321 if (DevicePathType(node) != MESSAGING_DEVICE_PATH || in efinet_dev_init()
/illumos-gate/usr/src/boot/efi/loader/
H A Dmain.c205 MESSAGING_DEVICE_PATH && in has_keyboard()
546 } else if (DevicePathType(node) == MESSAGING_DEVICE_PATH && in parse_uefi_con_out()
/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DDevicePath.h321 #define MESSAGING_DEVICE_PATH 0x03 macro