Lines Matching +full:blocking +full:- +full:io
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.
107 when the media is write-protected.
215 @retval EFI_WRITE_PROTECTED The file or medium is write-protected.
312 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.
362 // If Event is NULL, then blocking I/O is performed.
363 // If Event is not NULL and non-blocking I/O is supported, then non-blocking I/O is performed,
401 @param FileName The Null-terminated string of the name of the file to be opened.
410 @retval EFI_SUCCESS If Event is NULL (blocking I/O): The data was read successfully.
420 when the media is write-protected.
443 @retval EFI_SUCCESS If Event is NULL (blocking I/O): The data was read successfully.
466 @retval EFI_SUCCESS If Event is NULL (blocking I/O): The data was read successfully.
474 @retval EFI_WRITE_PROTECTED The file or medium is write-protected.
493 @retval EFI_SUCCESS If Event is NULL (blocking I/O): The data was read successfully.
499 @retval EFI_WRITE_PROTECTED The file or medium is write-protected.
500 @retval EFI_ACCESS_DENIED The file was opened read-only.
522 /// The EFI_FILE_PROTOCOL provides file IO access to supported file systems.