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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellProtocol.c2222 EFI_DEVICE_PATH_PROTOCOL *RootDevicePath; local
2234 RootDevicePath = NULL;
2253 RootDevicePath = EfiShellGetDevicePathFromFilePath(PatternCopy);
2254 if (RootDevicePath == NULL) {
2257 Status = EfiShellOpenRoot(RootDevicePath, &RootFileHandle);
2265 FreePool(RootDevicePath);

Completed in 50 milliseconds