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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
IfrOpCodeCreation.c 220 EFI_IFR_END_ONE_OF EndOneOf;
258 EndOneOf.Header.Length = (UINT8) sizeof (EFI_IFR_END_ONE_OF);
261 EfiCopyMem (LocalBuffer, &EndOneOf, sizeof (EFI_IFR_END_ONE_OF));
263 LocalBuffer = (UINT8 *) (LocalBuffer + sizeof (EFI_IFR_END_ONE_OF));
315 EFI_IFR_END_ONE_OF EndOrderedList;
346 EndOrderedList.Header.Length = (UINT8) sizeof (EFI_IFR_END_ONE_OF);
349 EfiCopyMem (LocalBuffer, &EndOrderedList, sizeof (EFI_IFR_END_ONE_OF));
351 LocalBuffer = (UINT8 *) (LocalBuffer + sizeof (EFI_IFR_END_ONE_OF));
IfrOnTheFly.c 472 EFI_IFR_END_ONE_OF EndOneOf;
541 EndOneOf.Header.Length = sizeof (EFI_IFR_END_ONE_OF);
599 EFI_IFR_END_ONE_OF EndOrderedList;
661 EndOrderedList.Header.Length = sizeof (EFI_IFR_END_ONE_OF);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiInternalFormRepresentation.h 281 } EFI_IFR_END_ONE_OF;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
FrameworkInternalFormRepresentation.h 270 } EFI_IFR_END_ONE_OF;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
VfrServices.cpp 67 { "EFI_IFR_END_ONE_OF", sizeof (EFI_IFR_END_ONE_OF) },
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/
IfrParse.c 338 "EFI_IFR_END_ONE_OF",
339 sizeof (EFI_IFR_END_ONE_OF),
    [all...]

Completed in 576 milliseconds