Home
last modified time | relevance | path

Searched refs:DevicePathType (Results 1 – 6 of 6) sorted by relevance

/titanic_53/usr/src/boot/sys/boot/efi/libefi/
H A Ddevpath.c150 if (DevicePathType(devpath1) != DevicePathType(devpath2) || in efi_devpath_match()
181 if (DevicePathType(prefix) != DevicePathType(path) || in efi_devpath_is_prefix()
H A Defipart.c168 if (DevicePathType(node) == ACPI_DEVICE_PATH && in efipart_floppy()
226 if (DevicePathType(node) == MEDIA_DEVICE_PATH && in efipart_hdd()
387 if (DevicePathType(node) == MEDIA_DEVICE_PATH && in efipart_updatecd()
404 if (DevicePathType(node) == MESSAGING_DEVICE_PATH && in efipart_updatecd()
629 if (DevicePathType(node) == MEDIA_DEVICE_PATH && in efipart_updatehd()
635 if (DevicePathType(node) == MEDIA_DEVICE_PATH && in efipart_updatehd()
655 if (DevicePathType(node) == MEDIA_DEVICE_PATH && in efipart_updatehd()
H A Dlibefi.c189 (DevicePathType(img->FilePath) != MEDIA_DEVICE_PATH || in efi_main()
H A Definet.c305 if (DevicePathType(node) != MESSAGING_DEVICE_PATH || in efinet_dev_init()
/titanic_53/usr/src/boot/sys/boot/efi/include/
H A Defidevp.h52 #define DevicePathType(a) ( ((a)->Type) & EFI_DP_TYPE_MASK ) macro
56 #define IsDevicePathType(a, t) ( DevicePathType(a) == t )
/titanic_53/usr/src/boot/sys/boot/efi/loader/
H A Dmain.c118 if (DevicePathType(path) == ACPI_DEVICE_PATH && in has_keyboard()
134 } else if (DevicePathType(path) == MESSAGING_DEVICE_PATH && in has_keyboard()