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

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

Completed in 41 milliseconds