Lines Matching full:by

39  * be modified by aio_cancel().
65 * aiocb structure referenced by the aiocbp argument. The error status for an
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
82 * the file indicated by the file descriptor aio_fildes member of the aiocb
83 * structure referenced by the aiocbp argument and queued at the time of the
89 * as if by a call to fdatasync(); that is, as defined for synchronized I/O data
93 * as if by a call to fsync(); that is, as defined for synchronized I/O file integrity
94 * completion. If the aio_fsync() function fails, or if the operation queued by
113 * other members of the structure referenced by aiocbp are ignored. If the control
114 * block referenced by aiocbp becomes an illegal address prior to asynchronous
181 * with aiocbp->aio_fildes into the buffer pointed to by aiocbp->aio_buf. The
197 * absolute position in the file as given by aio_offset, as if lseek() were called
205 * The aiocbp->aio_lio_opcode field shall be ignored by aio_read().
207 * The aiocbp argument points to an aiocb structure. If the buffer pointed to by
208 * aiocbp->aio_buf or the control block pointed to by aiocbp becomes an illegal
246 * aiocb structure referenced by the aiocbp argument. The return status for an
247 * asynchronous I/O operation is the value that would be returned by the corresponding
253 * When the aiocb structure referred to by aiocbp is used to submit another asynchronous
272 * one of the asynchronous I/O operations referenced by the list argument has
274 * until the time interval specified by timeout has passed. If any of the aiocb
286 * If the time interval indicated in the timespec structure pointed to by timeout
287 * passes before any of the I/O operations referenced by list are completed, then
327 * with aiocbp->aio_fildes from the buffer pointed to by aiocbp->aio_buf. The
335 * The aiocbp argument points to an aiocb structure. If the buffer pointed to by
336 * aiocbp->aio_buf or the control block pointed to by aiocbp becomes an illegal
340 * operation shall take place at the absolute position in the file as given by
352 * The aiocbp->aio_lio_opcode field shall be ignored by aio_write().
403 * The I/O requests enumerated by list are submitted in an unspecified order.
408 * If the buffer pointed to by list or the aiocb structures pointed to by the
411 * undefined. If the buffers pointed to by the aio_buf member of the aiocb structure
412 * pointed to by the elements of the array list become illegal addresses prior to
420 * is submitted as if by a call to aio_read() with the aiocbp equal to the address
422 * an I/O operation is submitted as if by a call to aio_write() with the aiocbp equal
435 * when used by the aio_read() and aio_write() functions.
448 * non-null pointer and the block pointed to by this pointer becomes an illegal