Lines Matching full:with
42 * descriptor with which the asynchronous operation was initiated, unspecified results occur.
64 * The aio_error() function shall return the error status associated with the
81 * operation, as specified by the op argument, for I/O operations associated with
181 * with aiocbp->aio_fildes into the buffer pointed to by aiocbp->aio_buf. The
198 * immediately prior to the operation with an offset equal to aio_offset and a
214 * If synchronized I/O is enabled on the file associated with aiocbp->aio_fildes,
223 * established in the open file description associated with aiocbp->aio_fildes.
245 * The aio_return() function shall return the return status associated with the
288 * aio_suspend() shall return with an error.
327 * with aiocbp->aio_fildes from the buffer pointed to by aiocbp->aio_buf. The
341 * aio_offset, as if lseek() were called immediately prior to the operation with
343 * set for the file descriptor, or if aio_fildes is associated with a device that
357 * If synchronized I/O is enabled on the file associated with aiocbp->aio_fildes,
362 * in the open file description associated with aiocbp->aio_fildes.
388 * The lio_listio() function shall initiate a list of I/O requests with a single
413 * the asynchronous I/O associated with that aiocb structure being completed, the
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
442 * synchronized I/O is enabled on the file associated with aio_fildes.
445 * in the open file description associated with aiocbp->aio_fildes.