Searched defs:SectionGuid (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.
146 If the GUID value specified by SectionGuid has already been registered, then return RETURN_ALREADY_STARTED.
149 If SectionGuid is NULL, then ASSERT().
153 @param[in] SectionGuid A pointer to the GUID associated with the the handlers
168 IN CONST GUID *SectionGuid,
180 ASSERT (SectionGuid != NULL);
197 if (CompareGuid (HandlerInfo->ExtractHandlerGuidTable + Index, SectionGuid)) {
217 CopyGuid (HandlerInfo->ExtractHandlerGuidTable + HandlerInfo->NumberOfExtractHandler, SectionGuid);
416 Retrieves the handlers associated with SectionGuid and returns them in
419 If the GUID value specified by SectionGuid ha
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.
150 If the GUID value specified by SectionGuid has already been registered, then return RETURN_ALREADY_STARTED.
153 If SectionGuid is NULL, then ASSERT().
157 @param[in] SectionGuid A pointer to the GUID associated with the the handlers
172 IN CONST GUID *SectionGuid,
181 ASSERT (SectionGuid != NULL);
189 if (CompareGuid (&mExtractHandlerGuidTable[Index], SectionGuid)) {
211 CopyGuid (&mExtractHandlerGuidTable [mNumberOfExtractHandler], SectionGuid);
385 Retrieves the handlers associated with SectionGuid and returns them in
388 If the GUID value specified by SectionGuid ha
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.
169 If the GUID value specified by SectionGuid has already been registered, then return RETURN_ALREADY_STARTED.
172 If SectionGuid is NULL, then ASSERT().
176 @param[in] SectionGuid A pointer to the GUID associated with the the handlers
191 IN CONST GUID *SectionGuid,
203 ASSERT (SectionGuid != NULL);
222 if (CompareGuid (HandlerInfo->ExtractHandlerGuidTable + Index, SectionGuid)) {
242 CopyGuid (HandlerInfo->ExtractHandlerGuidTable + HandlerInfo->NumberOfExtractHandler, SectionGuid);
441 Retrieves the handlers associated with SectionGuid and returns them in
444 If the GUID value specified by SectionGuid ha
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 47 milliseconds