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

  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
Dir.c 115 SearchType = EFI_FV_FILETYPE_ALL;
144 SearchType = EFI_FV_FILETYPE_ALL;
214 if (SearchType == EFI_FV_FILETYPE_ALL) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiImageFormat.h 39 #define EFI_FV_FILETYPE_ALL 0x00
  /external/syslinux/gpxe/src/include/gpxe/efi/Pi/
PiFirmwareFile.h 43 #define EFI_FV_FILETYPE_ALL 0x00
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFfs/
GenFfs.c 206 Converts File Type String to value. EFI_FV_FILETYPE_ALL indicates that an
222 return EFI_FV_FILETYPE_ALL;
230 return EFI_FV_FILETYPE_ALL;
500 FfsFiletype = EFI_FV_FILETYPE_ALL;
544 if (FfsFiletype == EFI_FV_FILETYPE_ALL) {
744 if (FfsFiletype == EFI_FV_FILETYPE_ALL) {
  /device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
BdsAppLoader.c 91 FileType = EFI_FV_FILETYPE_ALL;
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/SecPeiServicesLib/
FwVol.c 120 Type EFI_FV_FILETYPE_ALL causes no filtering to be done.
192 if ((SearchType == FfsFileHeader->Type) || (SearchType == EFI_FV_FILETYPE_ALL)) {
  /device/linaro/bootloader/edk2/MdePkg/Include/Pi/
PiFirmwareFile.h 64 #define EFI_FV_FILETYPE_ALL 0x00
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
FwVol.c 124 Type EFI_FV_FILETYPE_ALL causes no filtering to be done.
188 if ((SearchType == FfsFileHeader->Type) || (SearchType == EFI_FV_FILETYPE_ALL)) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
PiFirmwareFile.h 41 #define EFI_FV_FILETYPE_ALL 0x00
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVol/
FwVolRead.c 182 if (*FileType == EFI_FV_FILETYPE_ALL) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
VarCheckHiiGenFromFv.c 322 FileType = EFI_FV_FILETYPE_ALL;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
FwVolRead.c 207 if (*FileType == EFI_FV_FILETYPE_ALL) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
FvLib.c 316 File type EFI_FV_FILETYPE_ALL means any file type is valid.
372 if (FileType == EFI_FV_FILETYPE_ALL || CurrentFile->Type == FileType) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
FvLib.c 317 File type EFI_FV_FILETYPE_ALL means any file type is valid.
373 if (FileType == EFI_FV_FILETYPE_ALL || CurrentFile->Type == FileType) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/FvSimpleFileSystemDxe/
FvSimpleFileSystemEntryPoint.c 138 FileType = EFI_FV_FILETYPE_ALL;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/
GenFfsFile.c     [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiLib/
FwVol.c 247 } else if (((SearchType == FfsFileHeader->Type) || (SearchType == EFI_FV_FILETYPE_ALL)) &&
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
VolInfo.c 1171 case EFI_FV_FILETYPE_ALL:
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/EfiFileLib/
EfiFileLib.c 565 File->FvType = EFI_FV_FILETYPE_ALL;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/FwVol/
FwVol.c 242 If SearchType is EFI_FV_FILETYPE_ALL, the first FFS file will return without check its file type.
249 Type EFI_FV_FILETYPE_ALL causes no filtering to be done.
407 } else if (((SearchType == FfsFileHeader->Type) || (SearchType == EFI_FV_FILETYPE_ALL)) &&
    [all...]

Completed in 600 milliseconds