Home | History | Annotate | Download | only in PrePi

Lines Matching full:specified

22   Examines a GUIDed section specified by InputSection.

40 if the buffer specified by InputSection were decoded.
42 if the buffer specified by InputSection were decoded.
47 @retval RETURN_UNSUPPORTED The section specified by InputSection does not match the GUID this handler supports.
48 @retval RETURN_INVALID_PARAMETER The information can not be retrieved from the section specified by InputSection.
63 Decodes the GUIDed section specified by InputSection.
67 is decoded into the buffer specified by OutputBuffer and the authentication status of this
70 the decoded data will be placed in caller allocated buffer specified by OutputBuffer.
88 @retval RETURN_SUCCESS The buffer specified by InputSection was decoded.
89 @retval RETURN_UNSUPPORTED The section specified by InputSection does not match the GUID this handler supports.
90 @retval RETURN_INVALID_PARAMETER The section specified by InputSection can not be decoded.