Lines Matching full:was

46   @retval EFI_SUCCESS          The device was opened.
52 @retval EFI_OUT_OF_RESOURCES The volume was not opened due to lack of resources.
99 @retval EFI_SUCCESS The file was opened.
106 @retval EFI_WRITE_PROTECTED An attempt was made to create a file, or open a file for write
147 @retval EFI_SUCCESS The file was closed.
162 @retval EFI_SUCCESS The file was closed and deleted, and the handle was closed.
163 @retval EFI_WARN_DELETE_FAILURE The handle was closed, but the file was not deleted.
181 @retval EFI_SUCCESS Data was read.
184 @retval EFI_DEVICE_ERROR An attempt was made to read from a deleted file.
209 @retval EFI_SUCCESS Data was written.
213 @retval EFI_DEVICE_ERROR An attempt was made to write to a deleted file.
216 @retval EFI_ACCESS_DENIED The file was opened read only.
235 @retval EFI_SUCCESS The position was set.
238 @retval EFI_DEVICE_ERROR An attempt was made to set the position of a deleted file.
255 @retval EFI_SUCCESS The position was returned.
257 @retval EFI_DEVICE_ERROR An attempt was made to get the position from a deleted file.
278 @retval EFI_SUCCESS The information was returned.
306 @retval EFI_SUCCESS The information was set.
322 @retval EFI_ACCESS_DENIED InformationType is EFI_FILE_INFO_ID and the file was opened
345 @retval EFI_SUCCESS The data was flushed.
350 @retval EFI_ACCESS_DENIED The file was opened read-only.
410 @retval EFI_SUCCESS If Event is NULL (blocking I/O): The data was read successfully.
411 If Event is not NULL (asynchronous I/O): The request was successfully
419 @retval EFI_WRITE_PROTECTED An attempt was made to create a file, or open a file for write
443 @retval EFI_SUCCESS If Event is NULL (blocking I/O): The data was read successfully.
444 If Event is not NULL (asynchronous I/O): The request was successfully
448 @retval EFI_DEVICE_ERROR An attempt was made to read from a deleted file.
466 @retval EFI_SUCCESS If Event is NULL (blocking I/O): The data was read successfully.
467 If Event is not NULL (asynchronous I/O): The request was successfully
472 @retval EFI_DEVICE_ERROR An attempt was made to write to a deleted file.
475 @retval EFI_ACCESS_DENIED The file was opened read only.
493 @retval EFI_SUCCESS If Event is NULL (blocking I/O): The data was read successfully.
494 If Event is not NULL (asynchronous I/O): The request was successfully
500 @retval EFI_ACCESS_DENIED The file was opened read-only.