Home | History | Annotate | Download | only in Protocol

Lines Matching defs:Write

101                      file may be opened with are: Read, Read/Write, or Create/Read/Write.

112 @retval EFI_WRITE_PROTECTED An attempt was made to create a file, or open a file for write
113 when the media is write-protected.
210 handle to write data to.
213 @param Buffer The buffer of data to write.
219 @retval EFI_DEVICE_ERROR An attempt was made to write to a deleted file.
221 @retval EFI_WRITE_PROTECTED The file or medium is write-protected.
309 @param Buffer A pointer to the data buffer to write. The buffer's type is
355 @retval EFI_WRITE_PROTECTED The file or medium is write-protected.
394 // For WriteEx(): The buffer of data to write.
411 file may be opened with are: Read, Read/Write, or Create/Read/Write.
425 @retval EFI_WRITE_PROTECTED An attempt was made to create a file, or open a file for write
426 when the media is write-protected.
471 @param This A pointer to the EFI_FILE_PROTOCOL instance that is the file handle to write data to.
480 @retval EFI_DEVICE_ERROR An attempt was made to write to a deleted file.
482 @retval EFI_WRITE_PROTECTED The file or medium is write-protected.
507 @retval EFI_WRITE_PROTECTED The file or medium is write-protected.
547 EFI_FILE_WRITE Write;