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

/vbox/src/VBox/Devices/EFI/Firmware/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...]
/vbox/src/VBox/Devices/EFI/Firmware/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)) {
625 @param SearchType Specifies which handle(s) are to be returned.
627 parameter is only valid for SearchType
630 SearchType.
645 IN EFI_LOCATE_SEARCH_TYPE SearchType,
667 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
644 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...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiServicesLib/
H A DPeiServicesLib.c261 @param SearchType A filter to find files only of this type.
275 IN EFI_FV_FILETYPE SearchType,
283 return (*PeiServices)->FfsFindNextFile (PeiServices, SearchType, VolumeHandle, FileHandle);
274 PeiServicesFfsFindNextFile( IN EFI_FV_FILETYPE SearchType, IN EFI_PEI_FV_HANDLE VolumeHandle, IN OUT EFI_PEI_FILE_HANDLE *FileHandle ) argument
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IpsecConfig/
H A DIpSecConfig.c405 @param[in] SearchType Specifies which handle(s) are to be returned.
407 This parameter is only valid for SearchType ByProtocol.
409 @param[in] SearchKey Supplies the search key depending on the SearchType.
419 IN EFI_LOCATE_SEARCH_TYPE SearchType,
444 SearchType,
418 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
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
H A DSectionExtraction.c441 @param SearchType Indicates the type of section to check against for
453 IN EFI_SECTION_TYPE SearchType,
459 if (SearchType == EFI_SECTION_ALL) {
462 if (Child->Type != SearchType) {
465 if ((SearchType != EFI_SECTION_GUID_DEFINED) || (SectionDefinitionGuid == NULL)) {
980 @param SearchType Indicates the type of section to search for.
1001 IN EFI_SECTION_TYPE SearchType,
1048 if (ChildIsType (SourceStream, CurrentChildNode, SearchType, SectionDefinitionGuid)) {
1071 SearchType,
1090 } else if ((CurrentChildNode->Type == EFI_SECTION_GUID_DEFINED) && (SearchType !
450 ChildIsType( IN FRAMEWORK_SECTION_STREAM_NODE *Stream, IN FRAMEWORK_SECTION_CHILD_NODE *Child, IN EFI_SECTION_TYPE SearchType, IN EFI_GUID *SectionDefinitionGuid ) argument
999 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...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/SectionExtraction/
H A DCoreSectionExtraction.c453 @param SearchType Indicates the type of section to check against
466 IN EFI_SECTION_TYPE SearchType,
472 if (SearchType == EFI_SECTION_ALL) {
475 if (Child->Type != SearchType) {
478 if ((SearchType != EFI_SECTION_GUID_DEFINED) || (SectionDefinitionGuid == NULL)) {
903 @param SearchType Indicates the type of section to search for.
926 IN EFI_SECTION_TYPE SearchType,
974 if (ChildIsType (SourceStream, CurrentChildNode, SearchType, SectionDefinitionGuid)) {
996 SearchType,
1015 } else if ((CurrentChildNode->Type == EFI_SECTION_GUID_DEFINED) && (SearchType !
463 ChildIsType( IN CORE_SECTION_STREAM_NODE *Stream, IN CORE_SECTION_CHILD_NODE *Child, IN EFI_SECTION_TYPE SearchType, IN EFI_GUID *SectionDefinitionGuid ) argument
924 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...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/FwVol/
H A DFwVol.c206 FFS volume as defined by SearchType. The search starts from FileHeader inside
208 If SearchType is EFI_FV_FILETYPE_ALL, the first FFS file will return without check its file type.
209 If SearchType is PEI_CORE_INTERNAL_FFS_FILE_DISPATCH_TYPE,
214 @param SearchType Filter to find only files of this type.
227 IN EFI_FV_FILETYPE SearchType,
359 } else if (SearchType == PEI_CORE_INTERNAL_FFS_FILE_DISPATCH_TYPE) {
373 } else if (((SearchType == FfsFileHeader->Type) || (SearchType == EFI_FV_FILETYPE_ALL)) &&
818 @param SearchType Filter to find only files of this type.
834 IN UINT8 SearchType,
224 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_FV_HANDLE *AprioriFile OPTIONAL ) argument
832 PeiFfsFindNextFile( IN CONST EFI_PEI_SERVICES **PeiServices, IN UINT8 SearchType, IN EFI_PEI_FV_HANDLE FvHandle, IN OUT EFI_PEI_FILE_HANDLE *FileHandle ) argument
1217 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
1464 PeiFfsFvPpiFindSectionByType( IN CONST EFI_PEI_FIRMWARE_VOLUME_PPI *This, IN EFI_SECTION_TYPE SearchType, IN EFI_PEI_FILE_HANDLE FileHandle, OUT VOID **SectionData ) argument
[all...]

Completed in 59 milliseconds