Home | History | Annotate | Download | only in DiskIoDxe

Lines Matching defs:Write

76   BOOLEAN                         Write;

206 Writes may require a read modify write to support writes that are not
208 UnderRun - The first byte is not on a sector boundary or the write request
209 is less than a sector in length. Read modify write is required.
210 Aligned - A write of N contiguous sectors.
211 OverRun - The last byte is not on a sector boundary. Read modified write
222 @retval EFI_DEVICE_ERROR The device reported an error while performing the write.
225 @retval EFI_INVALID_PARAMETER The write request contains device addresses that are not
270 @retval EFI_DEVICE_ERROR The device reported an error while performing the write.
293 @param Offset The starting byte offset on the logical block I/O device to write to.
296 @param BufferSize The size in bytes of Buffer. The number of bytes to write to the device.
303 @retval EFI_DEVICE_ERROR The device reported an error while performing the write operation.
306 @retval EFI_INVALID_PARAMETER The write request contains device addresses that are not valid for the device.
332 @retval EFI_DEVICE_ERROR The device reported an error while performing the write operation.