HomeSort by relevance Sort by last modified time
    Searched refs:UiSection (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
BdsAppLoader.c 41 CHAR16 *UiSection;
95 UiSection = NULL;
101 (VOID **)&UiSection,
106 if (StrnCmp (EfiAppName, UiSection, UiStringLen) == 0) {
118 FreePool (UiSection);
122 FreePool (UiSection);
162 CHAR16 *UiSection;
211 UiSection = NULL;
217 (VOID **)&UiSection,
225 *DevicePath = FileDevicePath (HandleBuffer[Index], UiSection);
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Bds/
FirmwareVolume.c 43 CHAR16 *UiSection;
76 UiSection = NULL;
82 (VOID **)&UiSection,
87 if (StrnCmp (UiString, UiSection, UiStringLen) == 0) {
93 FreePool (UiSection);
96 FreePool (UiSection);
  /device/linaro/bootloader/edk2/BeagleBoardPkg/Bds/
FirmwareVolume.c 43 CHAR16 *UiSection;
76 UiSection = NULL;
82 (VOID **)&UiSection,
87 if (StrnCmp (UiString, UiSection, UiStringLen) == 0) {
93 FreePool (UiSection);
96 FreePool (UiSection);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
UiSection.py 29 class UiSection (UiSectionClassObject):
FdfParser.py 28 import UiSection
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformBootManagerLib/
PlatformBootManager.c 68 CHAR16 *UiSection;
110 UiSection = NULL;
116 (VOID **) &UiSection,
123 FreePool (UiSection);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/FvSimpleFileSystemDxe/
FvSimpleFileSystemEntryPoint.c 89 CHAR16 *UiSection;
157 UiSection = NULL;
163 (VOID **)&UiSection,
168 Name = UiSection;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/
Makefile 151 $(BASE_TOOLS_PATH)\Source\Python\GenFds\UiSection.py \

Completed in 2565 milliseconds