Searched refs:DevicePathType (Results 1 – 6 of 6) sorted by relevance
150 if (DevicePathType(devpath1) != DevicePathType(devpath2) || in efi_devpath_match()181 if (DevicePathType(prefix) != DevicePathType(path) || in efi_devpath_is_prefix()
168 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()
189 (DevicePathType(img->FilePath) != MEDIA_DEVICE_PATH || in efi_main()
305 if (DevicePathType(node) != MESSAGING_DEVICE_PATH || in efinet_dev_init()
52 #define DevicePathType(a) ( ((a)->Type) & EFI_DP_TYPE_MASK ) macro56 #define IsDevicePathType(a, t) ( DevicePathType(a) == t )
118 if (DevicePathType(path) == ACPI_DEVICE_PATH && in has_keyboard()134 } else if (DevicePathType(path) == MESSAGING_DEVICE_PATH && in has_keyboard()