Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellProtocol.c669 EFI_HANDLE *ParentControllerBuffer; in EfiShellGetDeviceName() local
740 PARSE_HANDLE_DATABASE_PARENTS(DeviceHandle, &ParentControllerCount, &ParentControllerBuffer); in EfiShellGetDeviceName()
742 …PARSE_HANDLE_DATABASE_UEFI_DRIVERS(ParentControllerBuffer[LoopVar], &ParentDriverCount, &ParentDri… in EfiShellGetDeviceName()
768 …Status = CompName2->GetControllerName(CompName2, ParentControllerBuffer[LoopVar], DeviceHandle, La… in EfiShellGetDeviceName()
783 SHELL_FREE_NON_NULL(ParentControllerBuffer); in EfiShellGetDeviceName()