HomeSort by relevance Sort by last modified time
    Searched refs:SearchType (Results 1 - 25 of 43) sorted by null

1 2

  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
FwVol.c 111 IN EFI_FV_FILETYPE SearchType,
119 FFS volume as defined by SearchType. The search starts from FileHeader inside
123 SearchType - Filter to find only files of this type.
188 if ((SearchType == FfsFileHeader->Type) || (SearchType == EFI_FV_FILETYPE_ALL)) {
231 SearchType - Filter to find only sections of this type.
301 EFI_FV_FILETYPE SearchType;
303 SearchType = EFI_FV_FILETYPE_PEI_CORE;
306 Status = SecFfsFindNextFile (SearchType, FwVolHeader, &FileHeader);
SecMain.h 330 IN EFI_FV_FILETYPE SearchType,
342 SearchType - TODO: add argument description
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
FirmwareVolume.h 70 @param SearchType A filter to find only files of this type. Type
88 IN EFI_FV_FILETYPE SearchType,
213 @param SearchType A filter to find only sections of this
228 IN EFI_SECTION_TYPE SearchType,
241 @param SearchType A filter to find only sections of this
260 IN EFI_SECTION_TYPE SearchType,
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformHelperLib/
PlatformHelperPei.c 63 EFI_SECTION_TYPE SearchType;
75 SearchType = EFI_SECTION_RAW;
97 Status = PeiServicesFfsFindSectionData (SearchType, FileHandle, SectionData);
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/FwVol/
FwVol.h 77 @param SearchType A filter to find only files of this type. Type
95 IN EFI_FV_FILETYPE SearchType,
142 @param SearchType A filter to find only sections of this
157 IN EFI_SECTION_TYPE SearchType,
170 @param SearchType A filter to find only sections of this
189 IN EFI_SECTION_TYPE SearchType,
287 FFS volume as defined by SearchType. The search starts from FileHeader inside
293 @param SearchType Filter to find only files of this type.
306 IN EFI_FV_FILETYPE SearchType,
FwVol.c 240 FFS volume as defined by SearchType. The search starts from FileHeader inside
242 If SearchType is EFI_FV_FILETYPE_ALL, the first FFS file will return without check its file type.
243 If SearchType is PEI_CORE_INTERNAL_FFS_FILE_DISPATCH_TYPE,
248 @param SearchType Filter to find only files of this type.
261 IN EFI_FV_FILETYPE SearchType,
393 } else if (SearchType == PEI_CORE_INTERNAL_FFS_FILE_DISPATCH_TYPE) {
407 } else if (((SearchType == FfsFileHeader->Type) || (SearchType == EFI_FV_FILETYPE_ALL)) &&
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
Dir.c 80 EFI_FV_FILETYPE SearchType;
115 SearchType = EFI_FV_FILETYPE_ALL;
132 SearchType = Index;
139 SearchType = Index;
144 SearchType = EFI_FV_FILETYPE_ALL;
154 Type = SearchType;
214 if (SearchType == EFI_FV_FILETYPE_ALL) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/FirmwareVolume/
FirmwareVolume.h 70 IN EFI_FV_FILETYPE SearchType,
104 IN EFI_SECTION_TYPE SearchType,
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Locate.c 260 @param SearchType The type of search to perform to locate the
263 @param SearchKey Dependant on SearchType
278 IN EFI_LOCATE_SEARCH_TYPE SearchType,
318 switch (SearchType) {
400 if (SearchType == ByRegisterNotify && !EFI_ERROR(Status)) {
419 @param SearchType Specifies which handle(s) are to be returned.
421 parameter is only valid for SearchType
424 SearchType.
439 IN EFI_LOCATE_SEARCH_TYPE SearchType,
461 SearchType,
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/SecPeiServicesLib/
FwVol.c 107 IN EFI_FV_FILETYPE SearchType,
115 FFS volume as defined by SearchType. The search starts from FileHeader inside
119 SearchType - Filter to find only files of this type.
192 if ((SearchType == FfsFileHeader->Type) || (SearchType == EFI_FV_FILETYPE_ALL)) {
235 SearchType - Filter to find only sections of this type.
PeiServicesLib.c 26 IN EFI_FV_FILETYPE SearchType,
271 @param SearchType A filter to find files only of this type.
285 IN EFI_FV_FILETYPE SearchType,
290 return SecFfsFindNextFile (SearchType, VolumeHandle, FileHandle);
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
Locate.c 97 @param SearchType The type of search to perform to locate the
100 @param SearchKey Dependant on SearchType
115 IN EFI_LOCATE_SEARCH_TYPE SearchType,
160 switch (SearchType) {
245 if (SearchType == ByRegisterNotify && !EFI_ERROR(Status)) {
626 @param SearchType Specifies which handle(s) are to be returned.
628 parameter is only valid for SearchType
631 SearchType.
646 IN EFI_LOCATE_SEARCH_TYPE SearchType,
668 SearchType,
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
PeiCis.h 84 @param SearchType A filter to find files only of this type.
99 IN EFI_FV_FILETYPE SearchType,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiServicesLib/
PeiServicesLib.c 247 @param SearchType A filter to find files only of this type.
260 IN EFI_FV_FILETYPE SearchType,
268 return (*PeiServices)->FfsFindNextFile (PeiServices, SearchType, FwVolHeader, FileHeader);
274 @param SearchType The value of the section type to find.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGluePeiServicesLib.h 199 @param SearchType A filter to find files only of this type.
212 IN EFI_FV_FILETYPE SearchType,
220 @param SearchType The value of the section type to find.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
PeiLib.c 385 IN EFI_FV_FILETYPE SearchType,
397 SearchType - Filter to find only file of this type.
399 FileHandle - Pointer to the file matching SearchType in FwVolHeader.
410 return (*PeiServices)->FfsFindNextFile (PeiServices, SearchType, FvHandle, FileHandle);
462 SearchType - Filter to find only sections of this type.
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
SectionExtraction.c 446 @param SearchType Indicates the type of section to check against for
458 IN EFI_SECTION_TYPE SearchType,
464 if (SearchType == EFI_SECTION_ALL) {
467 if (Child->Type != SearchType) {
470 if ((SearchType != EFI_SECTION_GUID_DEFINED) || (SectionDefinitionGuid == NULL)) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/SectionExtraction/
CoreSectionExtraction.c 457 @param SearchType Indicates the type of section to check against
470 IN EFI_SECTION_TYPE SearchType,
476 if (SearchType == EFI_SECTION_ALL) {
479 if (Child->Type != SearchType) {
482 if ((SearchType != EFI_SECTION_GUID_DEFINED) || (SectionDefinitionGuid == NULL)) {
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiLib/
FwVol.c 154 FFS volume as defined by SearchType. The search starts from FileHeader inside
166 IN EFI_FV_FILETYPE SearchType,
247 } else if (((SearchType == FfsFileHeader->Type) || (SearchType == EFI_FV_FILETYPE_ALL)) &&
420 @param SearchType The value of the section type to find.
468 @param SearchType A filter to find files only of this type.
481 IN UINT8 SearchType,
486 return FindFileEx (VolumeHandle, NULL, SearchType, FileHandle);
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
PeiServicesLib.h 185 @param SearchType A filter to find files only of this type.
198 IN EFI_FV_FILETYPE SearchType,
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiServicesLib/
PeiServicesLib.c 253 @param SearchType A filter to find files only of this type.
267 IN EFI_FV_FILETYPE SearchType,
275 return (*PeiServices)->FfsFindNextFile (PeiServices, SearchType, VolumeHandle, FileHandle);
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
hand.c 59 IN EFI_LOCATE_SEARCH_TYPE SearchType,
87 SearchType,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
PeiApi.h 193 IN EFI_FV_FILETYPE SearchType,
363 IN EFI_FV_FILETYPE SearchType,
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/
PrePiLib.h 44 @param SearchType A filter to find files only of this type.
57 IN EFI_FV_FILETYPE SearchType,
66 @param SearchType The value of the section type to find.
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 932 template <typename SearchType>
933 inline int lsearch (const SearchType &x) const
1046 template <typename SearchType>
1047 inline int bsearch (const SearchType &x) const

Completed in 611 milliseconds

1 2