Lines Matching full:operation

42  * descriptor with which the asynchronous operation was initiated, unspecified results occur.
66 * asynchronous I/O operation is the errno value that would be set by the corresponding
81 * operation, as specified by the op argument, for I/O operations associated with
94 * completion. If the aio_fsync() function fails, or if the operation queued by
106 * operation while it is proceeding. When the request is queued, the error status
107 * for the operation is [EINPROGRESS]. When all data has been successfully transferred,
108 * the error status shall be reset to reflect the success or failure of the operation.
109 * If the operation does not complete successfully, the error status for the
110 * operation shall be set to indicate the error. The aio_sigevent member determines
185 * If prioritized I/O is supported for this file, then the asynchronous operation
194 * the asynchronous operation while it is proceeding. If an error condition is
196 * initiated or queued the request. The requested operation takes place at the
198 * immediately prior to the operation with an offset equal to aio_offset and a
200 * I/O operation, the value of the file offset for the file is unspecified.
247 * asynchronous I/O operation is the value that would be returned by the corresponding
248 * read(), write(), or fsync() function call. If the error status for the operation
249 * is equal to [EINPROGRESS], then the return status for the operation is undefined.
251 * status of a given asynchronous operation; thereafter, if the same aiocb structure
254 * operation, then aio_return() may be successfully used to retrieve the return
255 * status of that operation.
276 * (that is, the error status for the operation is not equal to [EINPROGRESS])
333 * asynchronous operation while it is proceeding.
340 * operation shall take place at the absolute position in the file as given by
341 * aio_offset, as if lseek() were called immediately prior to the operation with
346 * I/O. After a successful call to enqueue an asynchronous I/O operation, the value
416 * The aio_lio_opcode field of each aiocb structure specifies the operation to be
418 * symbols are defined in <aio.h>. The LIO_NOP operation causes the list entry to
419 * be ignored. If the aio_lio_opcode element is equal to LIO_READ, then an I/O operation
422 * an I/O operation is submitted as if by a call to aio_write() with the aiocbp equal
425 * The aio_fildes member specifies the file descriptor on which the operation is to
433 * The members of the aiocb structure further describe the I/O operation to be