Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
DConsoleOption.c775 EFI_DEVICE_PATH_PROTOCOL *AllDevicePath; in GetConsoleMenu() local
789 AllDevicePath = NULL; in GetConsoleMenu()
799 AllDevicePath = EfiLibGetVariable ( in GetConsoleMenu()
812 AllDevicePath = EfiLibGetVariable ( in GetConsoleMenu()
825 AllDevicePath = EfiLibGetVariable ( in GetConsoleMenu()
835 if (NULL == AllDevicePath) { in GetConsoleMenu()
841 AllCount = EfiDevicePathInstanceCount (AllDevicePath); in GetConsoleMenu()
846 MultiDevicePath = AllDevicePath; in GetConsoleMenu()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
DConsoleOption.c747 EFI_DEVICE_PATH_PROTOCOL *AllDevicePath; in GetConsoleMenu() local
761 AllDevicePath = NULL; in GetConsoleMenu()
767 GetEfiGlobalVariable2 (L"ConInDev", (VOID**)&AllDevicePath, NULL); in GetConsoleMenu()
773 GetEfiGlobalVariable2 (L"ConOutDev", (VOID**)&AllDevicePath, NULL); in GetConsoleMenu()
779 GetEfiGlobalVariable2 (L"ErrOutDev", (VOID**)&AllDevicePath, NULL); in GetConsoleMenu()
786 if (NULL == AllDevicePath) { in GetConsoleMenu()
792 AllCount = EfiDevicePathInstanceCount (AllDevicePath); in GetConsoleMenu()
797 MultiDevicePath = AllDevicePath; in GetConsoleMenu()