Home | History | Annotate | Download | only in Protocol

Lines Matching defs:Read

152   The Read() function reads the requested number of bytes from the

156 the Read() function must return the status code
158 buffer. The Read() function must also prevent spanning block
159 boundaries. If a read is requested that would span a block
160 boundary, the read must read up to the boundary but not
162 indicate the number of bytes actually read. The caller must be
163 aware that a read may be partially completed.
168 from which to read.
175 bytes read.
178 be used to hold the data that is read.
180 @retval EFI_SUCCESS The firmware volume was read successfully,
183 @retval EFI_BAD_BUFFER_SIZE Read attempted across an LBA
193 not be read.
353 EFI_FVB_READ Read;