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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellProtocol.c55 EFI_DEVICE_PATH_PROTOCOL *DevicePathCopy; local
61 DevicePathCopy = (EFI_DEVICE_PATH_PROTOCOL*)DevicePath;
62 Status = gBS->LocateDevicePath(&gEfiBlockIoProtocolGuid, &DevicePathCopy, &Handle);
85 EFI_DEVICE_PATH_PROTOCOL *DevicePathCopy; local
91 DevicePathCopy = (EFI_DEVICE_PATH_PROTOCOL*)DevicePath;
92 Status = gBS->LocateDevicePath(&gEfiSimpleFileSystemProtocolGuid, &DevicePathCopy, &Handle);
303 // EFI_DEVICE_PATH_PROTOCOL *DevicePathCopy;
339 DevicePathCopy = DuplicateDevicePath(*DevicePath);
340 ASSERT(DevicePathCopy != NULL);
341 Status = gBS->LocateDevicePath(&gEfiSimpleFileSystemProtocolGuid, &DevicePathCopy,
411 EFI_DEVICE_PATH_PROTOCOL *DevicePathCopy; local
509 EFI_DEVICE_PATH_PROTOCOL *DevicePathCopy; local
[all...]

Completed in 44 milliseconds