Lines Matching +full:write +full:- +full:only

10 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
11 SPDX-License-Identifier: BSD-2-Clause-Patent
91 @param FileName The Null-terminated string of the name of the file to be opened.
94 @param OpenMode The mode to open the file. The only valid combinations that the
95 file may be opened with are: Read, Read/Write, or Create/Read/Write.
96 @param Attributes Only valid for EFI_FILE_MODE_CREATE, in which case these are the
106 @retval EFI_WRITE_PROTECTED An attempt was made to create a file, or open a file for write
107 when the media is write-protected.
204 handle to write data to.
207 @param Buffer The buffer of data to write.
213 @retval EFI_DEVICE_ERROR An attempt was made to write to a deleted file.
215 @retval EFI_WRITE_PROTECTED The file or medium is write-protected.
216 @retval EFI_ACCESS_DENIED The file was opened read only.
303 @param Buffer A pointer to the data buffer to write. The buffer's type is
312 read-only.
314 and the media is read only.
316 and the media is read-only.
323 read-only and an attempt is being made to modify a field
349 @retval EFI_WRITE_PROTECTED The file or medium is write-protected.
350 @retval EFI_ACCESS_DENIED The file was opened read-only.
363 // If Event is not NULL and non-blocking I/O is supported, then non-blocking I/O is performed,
388 // For WriteEx(): The buffer of data to write.
401 @param FileName The Null-terminated string of the name of the file to be opened.
404 @param OpenMode The mode to open the file. The only valid combinations that the
405 file may be opened with are: Read, Read/Write, or Create/Read/Write.
406 @param Attributes Only valid for EFI_FILE_MODE_CREATE, in which case these are the
419 @retval EFI_WRITE_PROTECTED An attempt was made to create a file, or open a file for write
420 when the media is write-protected.
463 …@param This A pointer to the EFI_FILE_PROTOCOL instance that is the file handle to write da…
472 @retval EFI_DEVICE_ERROR An attempt was made to write to a deleted file.
474 @retval EFI_WRITE_PROTECTED The file or medium is write-protected.
475 @retval EFI_ACCESS_DENIED The file was opened read only.
499 @retval EFI_WRITE_PROTECTED The file or medium is write-protected.
500 @retval EFI_ACCESS_DENIED The file was opened read-only.
539 EFI_FILE_WRITE Write; member