Home | History | Annotate | Download | only in Library

Lines Matching full:specified

30   Examines a GUIDed section specified by InputSection.  

48 if the buffer specified by InputSection were decoded.
50 if the buffer specified by InputSection were decoded.
55 @retval RETURN_UNSUPPORTED The section specified by InputSection does not match the GUID this handler supports.
56 @retval RETURN_INVALID_PARAMETER The information can not be retrieved from the section specified by InputSection.
71 Decodes the GUIDed section specified by InputSection.
75 is decoded into the buffer specified by OutputBuffer and the authentication status of this
78 the decoded data will be placed in caller allocated buffer specified by OutputBuffer.
96 @retval RETURN_SUCCESS The buffer specified by InputSection was decoded.
97 @retval RETURN_UNSUPPORTED The section specified by InputSection does not match the GUID this handler supports.
98 @retval RETURN_INVALID_PARAMETER The section specified by InputSection can not be decoded.
114 Registers the handlers specified by GetInfoHandler and DecodeHandler with the GUID specified by SectionGuid.
115 If the GUID value specified by SectionGuid has already been registered, then return RETURN_ALREADY_STARTED.
168 Examines a GUIDed section specified by InputSection.
183 specified by InputSection were decoded.
184 @param[out] ScratchBufferSize A pointer to the size, in bytes, required as scratch space if the buffer specified by
190 @retval RETURN_UNSUPPORTED The GUID from the section specified by InputSection does not match any of
193 the section specified by InputSection.
211 Decodes the GUIDed section specified by InputSection.
216 is used to decode InputSection into the buffer specified by OutputBuffer and the authentication status of this
219 allocated buffer specified by OutputBuffer. This function is responsible for computing the EFI_AUTH_STATUS_PLATFORM_OVERRIDE
235 @retval RETURN_SUCCESS The buffer specified by InputSection was decoded.
236 @retval RETURN_UNSUPPORTED The section specified by InputSection does not match the GUID this handler supports.
237 @retval RETURN_INVALID_PARAMETER The section specified by InputSection can not be decoded.
256 If the GUID value specified by SectionGuid has not been registered, then
273 @retval RETURN_NOT_FOUND No handlers have been registered with the specified GUID.