Home
last modified time | relevance | path

Searched refs:DevicePath1 (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiSortLib/
DUefiSortLib.c210 EFI_DEVICE_PATH_PROTOCOL *DevicePath1; in DevicePathCompare() local
217 DevicePath1 = *(EFI_DEVICE_PATH_PROTOCOL**)Buffer1; in DevicePathCompare()
220 if (DevicePath1 == NULL) { in DevicePathCompare()
242 DevicePath1, in DevicePathCompare()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeDeferImageLoadLib/
DDxeDeferImageLoadLib.c391 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath1, in CheckDevicePath() argument
408 ASSERT (DevicePath1 != NULL); in CheckDevicePath()
410 if (IsDevicePathEnd (DevicePath1)) { in CheckDevicePath()
418 FileNameSize1 = GetFileName (DevicePath1, &FileName1, &FileNameOffset1); in CheckDevicePath()
425 if (CompareMem (DevicePath1, DevicePath2, FileNameOffset1) != 0) { in CheckDevicePath()
441 DevicePathSize = GetDevicePathSize (DevicePath1); in CheckDevicePath()
450 if (CompareMem (DevicePath1, DevicePath2, DevicePathSize) != 0) { in CheckDevicePath()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
DPciHotPlugSupport.c55 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath1, in EfiCompareDevicePath() argument
62 Size1 = GetDevicePathSize (DevicePath1); in EfiCompareDevicePath()
69 if (CompareMem (DevicePath1, DevicePath2, Size1) != 0) { in EfiCompareDevicePath()
DPciHotPlugSupport.h66 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath1,
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DConsistMapping.c357 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath1, in DevPathCompareAcpi() argument
364 if (DevicePath1 == NULL || DevicePath2 == NULL) { in DevPathCompareAcpi()
368 Acpi1 = (ACPI_HID_DEVICE_PATH *) DevicePath1; in DevPathCompareAcpi()
393 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath1, in DevPathComparePci() argument
400 ASSERT(DevicePath1 != NULL); in DevPathComparePci()
403 Pci1 = (PCI_DEVICE_PATH *) DevicePath1; in DevPathComparePci()
429 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath1, in DevPathCompareDefault() argument
436 ASSERT(DevicePath1 != NULL); in DevPathCompareDefault()
439 DevPathSize1 = DevicePathNodeLength (DevicePath1); in DevPathCompareDefault()
446 return CompareMem (DevicePath1, DevicePath2, DevPathSize1); in DevPathCompareDefault()