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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DConnect.c116 EFI_DEVICE_PATH_PROTOCOL *DevPathWalker; local
137 for (DevPathWalker = DevPath
138 ; DevPathWalker < (DevPath + Length) && EFI_ERROR(Status) && DevPath != NULL
139 ; DevPathWalker += GetDevicePathSize(DevPathWalker)
147 Status = gBS->LocateDevicePath((EFI_GUID*)&gEfiConsoleInDeviceGuid, &DevPathWalker, &Handle);
156 Status = gBS->LocateDevicePath((EFI_GUID*)&gEfiConsoleOutDeviceGuid, &DevPathWalker, &Handle);

Completed in 33 milliseconds