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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/FvSimpleFileSystemDxe/
FvSimpleFileSystem.c 123 EFI_FV_FILETYPE FoundType;
171 &FoundType,
185 &FoundType,
227 EFI_FV_FILETYPE FoundType;
258 &FoundType,
272 &FoundType,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/Fv2OnFvThunk/
Fv2OnFvThunk.c 176 - The output parameters FoundType and *FileAttributes are
220 @param FoundType Pointer to a caller-allocated
259 OUT EFI_FV_FILETYPE *FoundType,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FirmwareVolume/
FirmwareVolume.h 136 OUT EFI_FV_FILETYPE * FoundType,
162 FoundType - Indicates the type of the file who's data is returned
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FirmwareVolume.h 146 @param FoundType The pointer to the type of the file whose data
169 OUT EFI_FV_FILETYPE *FoundType,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FvOnFv2Thunk/
FvOnFv2Thunk.c 151 @param FoundType Indicates the type of the file who's data is returned
171 OUT EFI_FV_FILETYPE *FoundType,
188 FoundType,
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVol/
FwVolRead.c 238 @param FoundType FoundType is a pointer to a caller allocated
269 OUT EFI_FV_FILETYPE *FoundType,
345 *FoundType = FfsHeader->Type;
FwVolDriver.h 165 @param FoundType FoundType is a pointer to a caller allocated
196 OUT EFI_FV_FILETYPE *FoundType,
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
VarCheckHiiGenFromFv.c 174 EFI_FV_FILETYPE FoundType;
190 &FoundType,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FirmwareVolume2/
FirmwareVolume2.h 123 OUT EFI_FV_FILETYPE *FoundType,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
FirmwareVolume2.h 229 - The output parameters FoundType and *FileAttributes are
272 @param FoundType Pointer to a caller-allocated EFI_FV_FILETYPE.
308 OUT EFI_FV_FILETYPE *FoundType,
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
FwVolRead.c 281 @param FoundType FoundType is a pointer to a caller allocated
312 OUT EFI_FV_FILETYPE *FoundType,
403 *FoundType = FfsHeader->Type;
FwVolDriver.h 220 @param FoundType FoundType is a pointer to a caller allocated
251 OUT EFI_FV_FILETYPE *FoundType,
  /external/clang/lib/Sema/
SemaDecl.cpp 137 FoundType
144 /// type decl, \a FoundType if only type decls are found.
182 FoundTypeDecl = UnqualifiedTypeNameLookupResult::FoundType;
188 case UnqualifiedTypeNameLookupResult::FoundType:
189 FoundTypeDecl = UnqualifiedTypeNameLookupResult::FoundType;
217 if (FoundTypeDecl != UnqualifiedTypeNameLookupResult::FoundType)
    [all...]
SemaDeclCXX.cpp     [all...]

Completed in 1095 milliseconds