Searched refs:DevPathString (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DBcfg.c604 CHAR16 *DevPathString; local
641 DevPathString = gDevPathToText->ConvertDevicePathToText(DevPath, TRUE, FALSE);
644 DevPathString = NULL;
655 DevPathString,
679 if (DevPathString != NULL) {
680 FreePool(DevPathString);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellInstall1CommandsLib/
H A DBcfg.c604 CHAR16 *DevPathString; local
641 DevPathString = gDevPathToText->ConvertDevicePathToText(DevPath, TRUE, FALSE);
644 DevPathString = NULL;
655 DevPathString,
679 if (DevPathString != NULL) {
680 FreePool(DevPathString);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DMap.c398 CHAR16 *DevPathString; local
424 DevPathString = gDevPathToText->ConvertDevicePathToText(DevPath, TRUE, FALSE);
435 DevPathString
468 DevPathString,
472 FreePool(DevPathString);

Completed in 69 milliseconds