Home | History | Annotate | Download | only in Protocol

Lines Matching defs:Read

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

147 the Read() function must return the status code
149 buffer. The Read() function must also prevent spanning block
150 boundaries. If a read is requested that would span a block
151 boundary, the read must read up to the boundary but not
153 indicate the number of bytes actually read. The caller must be
154 aware that a read may be partially completed.
159 from which to read.
166 bytes read.
169 be used to hold the data that is read.
171 @retval EFI_SUCCESS The firmware volume was read successfully
174 @retval EFI_BAD_BUFFER_SIZE A read was attempted across an LBA
184 not be read.
342 FRAMEWORK_EFI_FVB_READ Read;