Searched defs:pDevicePath (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxDebugLib/
H A DVBoxDebugLib.c174 CHAR16 *VBoxDebugDevicePath2Str(IN EFI_DEVICE_PATH_PROTOCOL *pDevicePath) argument
187 return g_DevPath2Txt->ConvertDevicePathToText(pDevicePath, TRUE, FALSE);
197 EFI_DEVICE_PATH_PROTOCOL *pDevicePath = NULL;
201 (VOID **)pDevicePath,
214 psz16TxtDevicePath = VBoxDebugHandleDevicePath2Str(pDevicePath);
220 CHAR16 *VBoxDebugPrintDevicePath(IN EFI_DEVICE_PATH_PROTOCOL *pDevicePath) argument
233 return g_DevPath2Txt->ConvertDevicePathToText(pDevicePath, TRUE, FALSE);
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/PlatformBdsLib/
H A DBdsPlatform.c1277 EFI_DEVICE_PATH_PROTOCOL *pDevicePath = NULL; local
1297 pDevicePath = FileDevicePath(phFileSystem[iFileSystem], L"\\System\\Library\\CoreServices\\boot.efi");
1298 VBoxLogFlowFuncMarkVar(pDevicePath,"%p");
1299 if (!pDevicePath)
1301 rc = BdsLibRegisterNewOption (BootOptionList, pDevicePath, L"Mac Boot", L"BootOrder");

Completed in 112 milliseconds