Home
last modified time | relevance | path

Searched refs:DeviceNameToReturn (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellProtocol.c666 CHAR16 *DeviceNameToReturn; in EfiShellGetDeviceName() local
687 DeviceNameToReturn = NULL; in EfiShellGetDeviceName()
725 … Status = CompName2->GetControllerName(CompName2, DeviceHandle, NULL, Lang, &DeviceNameToReturn); in EfiShellGetDeviceName()
728 if (!EFI_ERROR(Status) && DeviceNameToReturn != NULL) { in EfiShellGetDeviceName()
739 if (DeviceNameToReturn == NULL){ in EfiShellGetDeviceName()
768 …ontrollerName(CompName2, ParentControllerBuffer[LoopVar], DeviceHandle, Lang, &DeviceNameToReturn); in EfiShellGetDeviceName()
771 if (!EFI_ERROR(Status) && DeviceNameToReturn != NULL) { in EfiShellGetDeviceName()
779 if (!EFI_ERROR(Status) && DeviceNameToReturn != NULL) { in EfiShellGetDeviceName()
788 if (DeviceNameToReturn != NULL){ in EfiShellGetDeviceName()
790 StrnCatGrow(BestDeviceName, NULL, DeviceNameToReturn, 0); in EfiShellGetDeviceName()