Searched defs:GetInfoHandler (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseExtractGuidedSectionLib/
H A DBaseExtractGuidedSectionLib.c145 Registers the handlers specified by GetInfoHandler and DecodeHandler with the GUID specified by SectionGuid.
150 If GetInfoHandler is NULL, then ASSERT().
155 @param[in] GetInfoHandler The pointer to a function that examines a GUIDed section and returns the
169 IN EXTRACT_GUIDED_SECTION_GET_INFO_HANDLER GetInfoHandler,
181 ASSERT (GetInfoHandler != NULL);
202 HandlerInfo->ExtractGetInfoHandlerTable [Index] = GetInfoHandler;
219 HandlerInfo->ExtractGetInfoHandlerTable [HandlerInfo->NumberOfExtractHandler++] = GetInfoHandler;
417 GetInfoHandler and DecodeHandler.
426 @param[out] GetInfoHandler Pointer to a function that examines a GUIDed section and returns
443 OUT EXTRACT_GUIDED_SECTION_GET_INFO_HANDLER *GetInfoHandler, OPTIONA
167 ExtractGuidedSectionRegisterHandlers( IN CONST GUID *SectionGuid, IN EXTRACT_GUIDED_SECTION_GET_INFO_HANDLER GetInfoHandler, IN EXTRACT_GUIDED_SECTION_DECODE_HANDLER DecodeHandler ) argument
441 ExtractGuidedSectionGetHandlers( IN CONST GUID *SectionGuid, OUT EXTRACT_GUIDED_SECTION_GET_INFO_HANDLER *GetInfoHandler, OPTIONAL OUT EXTRACT_GUIDED_SECTION_DECODE_HANDLER *DecodeHandler OPTIONAL ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeExtractGuidedSectionLib/
H A DDxeExtractGuidedSectionLib.c149 Registers the handlers specified by GetInfoHandler and DecodeHandler with the GUID specified by SectionGuid.
154 If GetInfoHandler is NULL, then ASSERT().
159 @param[in] GetInfoHandler The pointer to a function that examines a GUIDed section and returns the
173 IN EXTRACT_GUIDED_SECTION_GET_INFO_HANDLER GetInfoHandler,
182 ASSERT (GetInfoHandler != NULL);
194 mExtractGetInfoHandlerTable [Index] = GetInfoHandler;
213 mExtractGetInfoHandlerTable [mNumberOfExtractHandler++] = GetInfoHandler;
386 GetInfoHandler and DecodeHandler.
395 @param[out] GetInfoHandler Pointer to a function that examines a GUIDed section and returns
412 OUT EXTRACT_GUIDED_SECTION_GET_INFO_HANDLER *GetInfoHandler, OPTIONA
171 ExtractGuidedSectionRegisterHandlers( IN CONST GUID *SectionGuid, IN EXTRACT_GUIDED_SECTION_GET_INFO_HANDLER GetInfoHandler, IN EXTRACT_GUIDED_SECTION_DECODE_HANDLER DecodeHandler ) argument
410 ExtractGuidedSectionGetHandlers( IN CONST GUID *SectionGuid, OUT EXTRACT_GUIDED_SECTION_GET_INFO_HANDLER *GetInfoHandler, OPTIONAL OUT EXTRACT_GUIDED_SECTION_DECODE_HANDLER *DecodeHandler OPTIONAL ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiExtractGuidedSectionLib/
H A DPeiExtractGuidedSectionLib.c168 Registers the handlers specified by GetInfoHandler and DecodeHandler with the GUID specified by SectionGuid.
173 If GetInfoHandler is NULL, then ASSERT().
178 @param[in] GetInfoHandler The pointer to a function that examines a GUIDed section and returns the
192 IN EXTRACT_GUIDED_SECTION_GET_INFO_HANDLER GetInfoHandler,
204 ASSERT (GetInfoHandler != NULL);
227 HandlerInfo->ExtractGetInfoHandlerTable [Index] = GetInfoHandler;
244 HandlerInfo->ExtractGetInfoHandlerTable [HandlerInfo->NumberOfExtractHandler++] = GetInfoHandler;
442 GetInfoHandler and DecodeHandler.
451 @param[out] GetInfoHandler Pointer to a function that examines a GUIDed section and returns
468 OUT EXTRACT_GUIDED_SECTION_GET_INFO_HANDLER *GetInfoHandler, OPTIONA
190 ExtractGuidedSectionRegisterHandlers( IN CONST GUID *SectionGuid, IN EXTRACT_GUIDED_SECTION_GET_INFO_HANDLER GetInfoHandler, IN EXTRACT_GUIDED_SECTION_DECODE_HANDLER DecodeHandler ) argument
466 ExtractGuidedSectionGetHandlers( IN CONST GUID *SectionGuid, OUT EXTRACT_GUIDED_SECTION_GET_INFO_HANDLER *GetInfoHandler, OPTIONAL OUT EXTRACT_GUIDED_SECTION_DECODE_HANDLER *DecodeHandler OPTIONAL ) argument
[all...]

Completed in 45 milliseconds