Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
DBdsAppLoader.c41 CHAR16 *UiSection; in LocateEfiApplicationInFvByName() local
95 UiSection = NULL; in LocateEfiApplicationInFvByName()
101 (VOID **)&UiSection, in LocateEfiApplicationInFvByName()
106 if (StrnCmp (EfiAppName, UiSection, UiStringLen) == 0) { in LocateEfiApplicationInFvByName()
118 FreePool (UiSection); in LocateEfiApplicationInFvByName()
122 FreePool (UiSection); in LocateEfiApplicationInFvByName()
162 CHAR16 *UiSection; in LocateEfiApplicationInFvByGuid() local
211 UiSection = NULL; in LocateEfiApplicationInFvByGuid()
217 (VOID **)&UiSection, in LocateEfiApplicationInFvByGuid()
225 *DevicePath = FileDevicePath (HandleBuffer[Index], UiSection); in LocateEfiApplicationInFvByGuid()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformBootManagerLib/
DPlatformBootManager.c68 CHAR16 *UiSection; in PlatformRegisterFvBootOption() local
110 UiSection = NULL; in PlatformRegisterFvBootOption()
116 (VOID **) &UiSection, in PlatformRegisterFvBootOption()
123 FreePool (UiSection); in PlatformRegisterFvBootOption()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/FvSimpleFileSystemDxe/
DFvSimpleFileSystemEntryPoint.c89 CHAR16 *UiSection; in FvSimpleFileSystemOpenVolume() local
157 UiSection = NULL; in FvSimpleFileSystemOpenVolume()
163 (VOID **)&UiSection, in FvSimpleFileSystemOpenVolume()
168 Name = UiSection; in FvSimpleFileSystemOpenVolume()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DUiSection.py29 class UiSection (UiSectionClassObject): class
DFdfParser.py28 import UiSection
2914 UiSectionObj = UiSection.UiSection()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/
DMakefile152 $(BASE_TOOLS_PATH)\Source\Python\GenFds\UiSection.py \