HomeSort by relevance Sort by last modified time
    Searched refs:MyDevicePath (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBootManagerLib/
PlatformConsole.c 180 EFI_DEVICE_PATH_PROTOCOL *MyDevicePath;
186 MyDevicePath = NULL;
215 MyDevicePath = AppendDevicePathNode(MyDevicePath, (EFI_DEVICE_PATH_PROTOCOL*)&AcpiAdr);
217 gBS->ConnectController (PciDeviceHandle, NULL, MyDevicePath, FALSE);
219 FreePool(MyDevicePath);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
BdsPlatform.c 349 EFI_DEVICE_PATH_PROTOCOL *MyDevicePath = NULL;
383 MyDevicePath = AppendDevicePathNode(MyDevicePath, (EFI_DEVICE_PATH_PROTOCOL*)&AcpiAdr);
388 MyDevicePath,
392 FreePool(MyDevicePath);
    [all...]

Completed in 400 milliseconds