Searched defs:SearchType (Results 1 - 15 of 15) sorted by relevance

/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformHelperLib/
H A DPlatformHelperPei.c63 EFI_SECTION_TYPE SearchType; local
73 SearchType = EFI_SECTION_RAW;
95 Status = PeiServicesFfsFindSectionData (SearchType, FileHandle, SectionData);
/device/linaro/bootloader/edk2/EmulatorPkg/Library/SecPeiServicesLib/
H A DFwVol.c107 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.
106 SecFfsFindNextFile( IN EFI_FV_FILETYPE SearchType, IN EFI_PEI_FV_HANDLE FvHandle, IN OUT EFI_PEI_FILE_HANDLE *FileHandle ) argument
H A DPeiServicesLib.c26 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);
284 PeiServicesFfsFindNextFile( IN EFI_FV_FILETYPE SearchType, IN EFI_PEI_FV_HANDLE VolumeHandle, IN OUT EFI_PEI_FILE_HANDLE *FileHandle ) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
H A DLocate.c260 @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,
277 SmmLocateHandle( IN EFI_LOCATE_SEARCH_TYPE SearchType, IN EFI_GUID *Protocol OPTIONAL, IN VOID *SearchKey OPTIONAL, IN OUT UINTN *BufferSize, OUT EFI_HANDLE *Buffer ) argument
438 SmmLocateHandleBuffer( IN EFI_LOCATE_SEARCH_TYPE SearchType, IN EFI_GUID *Protocol OPTIONAL, IN VOID *SearchKey OPTIONAL, IN OUT UINTN *NumberHandles, OUT EFI_HANDLE **Buffer ) argument
[all...]
/device/linaro/bootloader/edk2/Nt32Pkg/Sec/
H A DFwVol.c111 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; local
303 SearchType = EFI_FV_FILETYPE_PEI_CORE;
306 Status = SecFfsFindNextFile (SearchType, FwVolHeader, &FileHeader);
110 SecFfsFindNextFile( IN EFI_FV_FILETYPE SearchType, IN EFI_FIRMWARE_VOLUME_HEADER *FwVolHeader, IN OUT EFI_FFS_FILE_HEADER **FileHeader ) argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiServicesLib/
H A DPeiServicesLib.c247 @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.
259 PeiServicesFfsFindNextFile( IN EFI_FV_FILETYPE SearchType, IN EFI_FIRMWARE_VOLUME_HEADER *FwVolHeader, IN OUT EFI_FFS_FILE_HEADER **FileHeader ) argument
/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
H A DDir.c80 EFI_FV_FILETYPE SearchType; local
115 SearchType = EFI_FV_FILETYPE_ALL;
133 SearchType = Index;
140 SearchType = Index;
145 SearchType = EFI_FV_FILETYPE_ALL;
155 Type = SearchType;
215 if (SearchType == EFI_FV_FILETYPE_ALL) {
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
H A DLocate.c97 @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)) {
629 @param SearchType Specifies which handle(s) are to be returned.
631 parameter is only valid for SearchType
634 SearchType.
649 IN EFI_LOCATE_SEARCH_TYPE SearchType,
671 SearchType,
114 CoreLocateHandle( IN EFI_LOCATE_SEARCH_TYPE SearchType, IN EFI_GUID *Protocol OPTIONAL, IN VOID *SearchKey OPTIONAL, IN OUT UINTN *BufferSize, OUT EFI_HANDLE *Buffer ) argument
648 CoreLocateHandleBuffer( IN EFI_LOCATE_SEARCH_TYPE SearchType, IN EFI_GUID *Protocol OPTIONAL, IN VOID *SearchKey OPTIONAL, IN OUT UINTN *NumberHandles, OUT EFI_HANDLE **Buffer ) argument
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
H A DPeiLib.c385 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.
384 PeiLibFfsFindNextFile( IN EFI_FV_FILETYPE SearchType, IN EFI_PEI_FV_HANDLE FvHandle, IN OUT EFI_PEI_FILE_HANDLE *FileHandle ) argument
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiLib/
H A DFwVol.c154 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);
163 FindFileEx( IN CONST EFI_PEI_FV_HANDLE FvHandle, IN CONST EFI_GUID *FileName, OPTIONAL IN EFI_FV_FILETYPE SearchType, IN OUT EFI_PEI_FILE_HANDLE *FileHandle ) argument
480 FfsFindNextFile( IN UINT8 SearchType, IN EFI_PEI_FV_HANDLE VolumeHandle, IN OUT EFI_PEI_FILE_HANDLE *FileHandle ) argument
/device/linaro/bootloader/edk2/MdePkg/Library/PeiServicesLib/
H A DPeiServicesLib.c253 @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);
266 PeiServicesFfsFindNextFile( IN EFI_FV_FILETYPE SearchType, IN EFI_PEI_FV_HANDLE VolumeHandle, IN OUT EFI_PEI_FILE_HANDLE *FileHandle ) argument
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
H A DIpSecConfig.c409 @param[in] SearchType Specifies which handle(s) are to be returned.
411 This parameter is only valid for SearchType ByProtocol.
413 @param[in] SearchKey Supplies the search key depending on the SearchType.
423 IN EFI_LOCATE_SEARCH_TYPE SearchType,
448 SearchType,
422 LocateHandle( IN EFI_LOCATE_SEARCH_TYPE SearchType, IN EFI_GUID *Protocol OPTIONAL, IN VOID *SearchKey OPTIONAL, IN OUT UINTN *NoHandles, OUT EFI_HANDLE **Buffer ) argument
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
H A DSectionExtraction.c446 @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)) {
1032 @param SearchType Indicates the type of section to search for.
1053 IN EFI_SECTION_TYPE SearchType,
1101 if (ChildIsType (SourceStream, CurrentChildNode, SearchType, SectionDefinitionGuid)) {
1123 SearchType,
1142 } else if ((CurrentChildNode->Type == EFI_SECTION_GUID_DEFINED) && (SearchType !
455 ChildIsType( IN FRAMEWORK_SECTION_STREAM_NODE *Stream, IN FRAMEWORK_SECTION_CHILD_NODE *Child, IN EFI_SECTION_TYPE SearchType, IN EFI_GUID *SectionDefinitionGuid ) argument
1051 FindChildNode( IN FRAMEWORK_SECTION_STREAM_NODE *SourceStream, IN EFI_SECTION_TYPE SearchType, IN OUT UINTN *SectionInstance, IN EFI_GUID *SectionDefinitionGuid, OUT FRAMEWORK_SECTION_CHILD_NODE **FoundChild, OUT FRAMEWORK_SECTION_STREAM_NODE **FoundStream, OUT UINT32 *AuthenticationStatus ) argument
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/SectionExtraction/
H A DCoreSectionExtraction.c457 @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)) {
959 @param SearchType Indicates the type of section to search for.
982 IN EFI_SECTION_TYPE SearchType,
1030 if (ChildIsType (SourceStream, CurrentChildNode, SearchType, SectionDefinitionGuid)) {
1052 SearchType,
1071 } else if ((CurrentChildNode->Type == EFI_SECTION_GUID_DEFINED) && (SearchType !
467 ChildIsType( IN CORE_SECTION_STREAM_NODE *Stream, IN CORE_SECTION_CHILD_NODE *Child, IN EFI_SECTION_TYPE SearchType, IN EFI_GUID *SectionDefinitionGuid ) argument
980 FindChildNode( IN CORE_SECTION_STREAM_NODE *SourceStream, IN EFI_SECTION_TYPE SearchType, IN OUT UINTN *SectionInstance, IN EFI_GUID *SectionDefinitionGuid, OUT CORE_SECTION_CHILD_NODE **FoundChild, OUT CORE_SECTION_STREAM_NODE **FoundStream, OUT UINT32 *AuthenticationStatus ) argument
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/FwVol/
H A DFwVol.c240 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)) &&
1046 @param SearchType Filter to find only files of this type.
1062 IN UINT8 SearchType,
258 FindFileEx( IN CONST EFI_PEI_FV_HANDLE FvHandle, IN CONST EFI_GUID *FileName, OPTIONAL IN EFI_FV_FILETYPE SearchType, IN OUT EFI_PEI_FILE_HANDLE *FileHandle, IN OUT EFI_PEI_FILE_HANDLE *AprioriFile OPTIONAL ) argument
1060 PeiFfsFindNextFile( IN CONST EFI_PEI_SERVICES **PeiServices, IN UINT8 SearchType, IN EFI_PEI_FV_HANDLE FvHandle, IN OUT EFI_PEI_FILE_HANDLE *FileHandle ) argument
1526 PeiFfsFvPpiFindFileByType( IN CONST EFI_PEI_FIRMWARE_VOLUME_PPI *This, IN EFI_FV_FILETYPE SearchType, IN EFI_PEI_FV_HANDLE FvHandle, IN OUT EFI_PEI_FILE_HANDLE *FileHandle ) argument
1823 PeiFfsFvPpiFindSectionByType( IN CONST EFI_PEI_FIRMWARE_VOLUME_PPI *This, IN EFI_SECTION_TYPE SearchType, IN EFI_PEI_FILE_HANDLE FileHandle, OUT VOID **SectionData ) argument
1859 PeiFfsFvPpiFindSectionByType2( IN CONST EFI_PEI_FIRMWARE_VOLUME_PPI *This, IN EFI_SECTION_TYPE SearchType, IN UINTN SearchInstance, IN EFI_PEI_FILE_HANDLE FileHandle, OUT VOID **SectionData, OUT UINT32 *AuthenticationStatus ) argument
[all...]

Completed in 161 milliseconds