Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmConsole.c302 EFI_DEVICE_PATH_PROTOCOL *FullDevicePath; in BmUpdateSystemTableConsole() local
341 FullDevicePath = VarConsole; in BmUpdateSystemTableConsole()
352 FreePool (FullDevicePath); in BmUpdateSystemTableConsole()
390 FreePool (FullDevicePath); in BmUpdateSystemTableConsole()
400 FreePool (FullDevicePath); in BmUpdateSystemTableConsole()
DBmBoot.c576 EFI_DEVICE_PATH_PROTOCOL *FullDevicePath; in BmExpandUsbDevicePath() local
588 FullDevicePath = AppendDevicePath (DevicePathFromHandle (Handles[Index]), RemainingDevicePath); in BmExpandUsbDevicePath()
589 FileBuffer = EfiBootManagerGetLoadOptionBuffer (FullDevicePath, FullPath, FileSize); in BmExpandUsbDevicePath()
590 FreePool (FullDevicePath); in BmExpandUsbDevicePath()
625 EFI_DEVICE_PATH_PROTOCOL *FullDevicePath; in BmExpandFileDevicePath() local
650 FullDevicePath = AppendDevicePath (DevicePathFromHandle (Handles[Index]), FilePath); in BmExpandFileDevicePath()
651 … FileBuffer = GetFileBufferByFilePath (TRUE, FullDevicePath, FileSize, &AuthenticationStatus); in BmExpandFileDevicePath()
653 *FullPath = FullDevicePath; in BmExpandFileDevicePath()
657 FreePool (FullDevicePath); in BmExpandFileDevicePath()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsBoot.c1984 EFI_DEVICE_PATH_PROTOCOL *FullDevicePath; in BdsFindUsbDevice() local
1987 FullDevicePath = NULL; in BdsFindUsbDevice()
2043 FullDevicePath = AppendDevicePath (UsbIoDevicePath, NextDevicePath); in BdsFindUsbDevice()
2048 BdsLibConnectDevicePath (FullDevicePath); in BdsFindUsbDevice()
2053 FullDevicePath, in BdsFindUsbDevice()
2058 FreePool (FullDevicePath); in BdsFindUsbDevice()
2060 FullDevicePath = UsbIoDevicePath; in BdsFindUsbDevice()
2081 FullDevicePath = FileDevicePath (Handle, EFI_REMOVABLE_MEDIA_FILE_NAME); in BdsFindUsbDevice()
2082 if (FullDevicePath != NULL) { in BdsFindUsbDevice()
2087 FullDevicePath, in BdsFindUsbDevice()
[all …]
DBdsConsole.c86 EFI_DEVICE_PATH_PROTOCOL *FullDevicePath; in UpdateSystemTableConsole() local
128 FullDevicePath = VarConsole; in UpdateSystemTableConsole()
136 FreePool (FullDevicePath); in UpdateSystemTableConsole()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsBoot.c1986 EFI_DEVICE_PATH_PROTOCOL *FullDevicePath; in BdsFindUsbDevice() local
1989 FullDevicePath = NULL; in BdsFindUsbDevice()
2045 FullDevicePath = AppendDevicePath (UsbIoDevicePath, NextDevicePath); in BdsFindUsbDevice()
2050 BdsLibConnectDevicePath (FullDevicePath); in BdsFindUsbDevice()
2055 FullDevicePath, in BdsFindUsbDevice()
2060 FreePool (FullDevicePath); in BdsFindUsbDevice()
2062 FullDevicePath = UsbIoDevicePath; in BdsFindUsbDevice()
2083 FullDevicePath = FileDevicePath (Handle, EFI_REMOVABLE_MEDIA_FILE_NAME); in BdsFindUsbDevice()
2084 if (FullDevicePath != NULL) { in BdsFindUsbDevice()
2089 FullDevicePath, in BdsFindUsbDevice()
[all …]
DBdsConsole.c86 EFI_DEVICE_PATH_PROTOCOL *FullDevicePath; in UpdateSystemTableConsole() local
128 FullDevicePath = VarConsole; in UpdateSystemTableConsole()
136 FreePool (FullDevicePath); in UpdateSystemTableConsole()