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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellProtocol.c300 // EFI_HANDLE PathHandle;
341 Status = gBS->LocateDevicePath(&gEfiSimpleFileSystemProtocolGuid, &DevicePathCopy, &PathHandle);
356 if (MapHandle == PathHandle) {
380 if (MapHandle == PathHandle) {
416 EFI_HANDLE PathHandle; local
431 Status = gBS->LocateDevicePath(&gEfiSimpleFileSystemProtocolGuid, &DevicePathCopy, &PathHandle);
447 if (MapHandle == PathHandle) {

Completed in 38 milliseconds