Home
last modified time | relevance | path

Searched refs:DevicePath2 (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiSortLib/
DUefiSortLib.c211 EFI_DEVICE_PATH_PROTOCOL *DevicePath2; in DevicePathCompare() local
218 DevicePath2 = *(EFI_DEVICE_PATH_PROTOCOL**)Buffer2; in DevicePathCompare()
221 if (DevicePath2 == NULL) { in DevicePathCompare()
228 if (DevicePath2 == NULL) { in DevicePathCompare()
247 DevicePath2, in DevicePathCompare()
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/
DDriverEntryPoint.c91 EFI_DEVICE_PATH_PROTOCOL *DevicePath2; in SmmAppendDevicePath() local
114DevicePath2 = (EFI_DEVICE_PATH_PROTOCOL *) ((CHAR8 *) NewDevicePath + (Size1 - sizeof (EFI_DEVICE_… in SmmAppendDevicePath()
115 gBS->CopyMem ((VOID *) DevicePath2, (VOID *) SecondDevicePath, Size2); in SmmAppendDevicePath()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
DPciHotPlugSupport.c56 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath2 in EfiCompareDevicePath() argument
63 Size2 = GetDevicePathSize (DevicePath2); in EfiCompareDevicePath()
69 if (CompareMem (DevicePath1, DevicePath2, Size1) != 0) { in EfiCompareDevicePath()
DPciHotPlugSupport.h67 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath2
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeDeferImageLoadLib/
DDxeDeferImageLoadLib.c392 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath2 in CheckDevicePath() argument
409 ASSERT (DevicePath2 != NULL); in CheckDevicePath()
420 FileNameSize2 = GetFileName (DevicePath2, &FileName2, &FileNameOffset2); in CheckDevicePath()
425 if (CompareMem (DevicePath1, DevicePath2, FileNameOffset1) != 0) { in CheckDevicePath()
442 if (DevicePathSize > GetDevicePathSize (DevicePath2)) { in CheckDevicePath()
450 if (CompareMem (DevicePath1, DevicePath2, DevicePathSize) != 0) { in CheckDevicePath()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDevicePathLib/
DUefiDevicePathLib.c138 EFI_DEVICE_PATH_PROTOCOL *DevicePath2; in GlueAppendDevicePath() local
166 DevicePath2 = (EFI_DEVICE_PATH_PROTOCOL *) ((CHAR8 *) NewDevicePath + in GlueAppendDevicePath()
168 CopyMem (DevicePath2, SecondDevicePath, Size2); in GlueAppendDevicePath()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/EntryPoints/
DEdkIIGlueSmmDriverEntryPoint.c217 EFI_DEVICE_PATH_PROTOCOL *DevicePath2; in SmmAppendDevicePath() local
236DevicePath2 = (EFI_DEVICE_PATH_PROTOCOL *) ((CHAR8 *) NewDevicePath + (Size1 - sizeof (EFI_DEVICE_… in SmmAppendDevicePath()
237 (mBS->CopyMem) ((VOID *) DevicePath2, (VOID *) SecondDevicePath, Size2); in SmmAppendDevicePath()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DConsistMapping.c350 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath2 in DevPathCompareAcpi() argument
356 if (DevicePath1 == NULL || DevicePath2 == NULL) { in DevPathCompareAcpi()
361 Acpi2 = (ACPI_HID_DEVICE_PATH *) DevicePath2; in DevPathCompareAcpi()
386 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath2 in DevPathComparePci() argument
393 ASSERT(DevicePath2 != NULL); in DevPathComparePci()
396 Pci2 = (PCI_DEVICE_PATH *) DevicePath2; in DevPathComparePci()
422 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath2 in DevPathCompareDefault() argument
429 ASSERT(DevicePath2 != NULL); in DevPathCompareDefault()
432 DevPathSize2 = DevicePathNodeLength (DevicePath2); in DevPathCompareDefault()
438 return CompareMem (DevicePath1, DevicePath2, DevPathSize1); in DevPathCompareDefault()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathUtilities.c441 EFI_DEVICE_PATH_PROTOCOL *DevicePath2; in UefiDevicePathLibAppendDevicePath() local
473 DevicePath2 = (EFI_DEVICE_PATH_PROTOCOL *) ((CHAR8 *) NewDevicePath + in UefiDevicePathLibAppendDevicePath()
475 CopyMem (DevicePath2, SecondDevicePath, Size2); in UefiDevicePathLibAppendDevicePath()
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellProtocol.h288 IN OUT EFI_DEVICE_PATH_PROTOCOL *DevicePath2,
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
DBdsFilePath.c1481 IN EFI_DEVICE_PATH *DevicePath2 in CompareDevicePath() argument
1487 Size2 = GetDevicePathSize (DevicePath2); in CompareDevicePath()
1492 if (CompareMem (DevicePath1, DevicePath2, Size1) != 0) { in CompareDevicePath()