Searched refs:ImageDevPath (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShell.h104 EFI_DEVICE_PATH_PROTOCOL *ImageDevPath; ///< DevicePath for ourselves. member in struct:__anon12754
H A DShell.c180 ShellInfoObject.ImageDevPath = NULL;
282 Status = GetDevicePathsForImageAndFile(&ShellInfoObject.ImageDevPath, &ShellInfoObject.FileDevPath);
375 Status = DoStartupScript(ShellInfoObject.ImageDevPath, ShellInfoObject.FileDevPath);
424 if (ShellInfoObject.ImageDevPath != NULL) {
425 FreePool(ShellInfoObject.ImageDevPath);
426 DEBUG_CODE(ShellInfoObject.ImageDevPath = NULL;);
H A DShellManParser.c621 DevPath = AppendDevicePath (ShellInfoObject.ImageDevPath, FileDevPath);
H A DShellProtocol.c1586 DevPath = AppendDevicePath (ShellInfoObject.ImageDevPath, ShellInfoObject.FileDevPath);
1591 Temp = gDevPathToText->ConvertDevicePathToText(ShellInfoObject.ImageDevPath, TRUE, TRUE);

Completed in 77 milliseconds