Searched refs:DevicePath2 (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiSortLib/
H A DUefiSortLib.c206 EFI_DEVICE_PATH_PROTOCOL *DevicePath2; local
213 DevicePath2 = *(EFI_DEVICE_PATH_PROTOCOL**)Buffer2;
216 if (DevicePath2 == NULL) {
223 if (DevicePath2 == NULL) {
251 DevicePath2,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/
H A DDriverEntryPoint.c91 EFI_DEVICE_PATH_PROTOCOL *DevicePath2; local
114 DevicePath2 = (EFI_DEVICE_PATH_PROTOCOL *) ((CHAR8 *) NewDevicePath + (Size1 - sizeof (EFI_DEVICE_PATH_PROTOCOL)));
115 gBS->CopyMem ((VOID *) DevicePath2, (VOID *) SecondDevicePath, Size2);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciHotPlugSupport.c47 @param DevicePath2 A pointer to the second device path data structure.
56 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath2
63 Size2 = GetDevicePathSize (DevicePath2);
69 if (CompareMem (DevicePath1, DevicePath2, Size1) != 0) {
H A DPciHotPlugSupport.h58 @param DevicePath2 A pointer to the second device path data structure.
67 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath2
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellCommandLib/
H A DConsistMapping.c319 @param[in] DevicePath2 The second device path to compare.
328 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath2
334 if (DevicePath1 == NULL || DevicePath2 == NULL) {
339 Acpi2 = (ACPI_HID_DEVICE_PATH *) DevicePath2;
355 @param[in] DevicePath2 The second device path to compare.
364 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath2
371 ASSERT(DevicePath2 != NULL);
374 Pci2 = (PCI_DEVICE_PATH *) DevicePath2;
390 @param[in] DevicePath2 The second device path.
393 @retval <0 DevicePath2 i
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLib/
H A DUefiDevicePathLib.c388 EFI_DEVICE_PATH_PROTOCOL *DevicePath2; local
416 DevicePath2 = (EFI_DEVICE_PATH_PROTOCOL *) ((CHAR8 *) NewDevicePath +
418 CopyMem (DevicePath2, SecondDevicePath, Size2);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeDeferImageLoadLib/
H A DDxeDeferImageLoadLib.c321 Check whether the DevicePath2 is identical with DevicePath1, or identical with
324 If DevicePath2 is identical with DevicePath1, or with DevicePath1's child device
328 If DevicePath2 is NULL, then ASSERT().
331 @param[in] DevicePath2 A pointer to a device path.
333 @retval TRUE Two device paths are identical , or DevicePath2 is
335 @retval FALSE Two device paths are not identical, and DevicePath2
342 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath2
354 ASSERT (DevicePath2 != NULL);
373 DevicePathStr2 = DevicePathText->ConvertDevicePathToText (DevicePath2, TRUE, TRUE);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellProtocol.h308 @param DevicePath2 Device Path of the file
320 IN OUT EFI_DEVICE_PATH_PROTOCOL *DevicePath2,

Completed in 52 milliseconds