Searched refs:aiocbp (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Daio.h189 * against file descriptor fd. The aiocbp argument points to the asynchronous I/O
190 * control block for a particular request to be canceled. If aiocbp is NULL, then
194 struct aiocb * aiocbp );
198 * aiocbp argument. The error status for an asynchronous I/O operation is the errno
203 int aio_error( const struct aiocb * aiocbp );
208 * aiocbp argument and queued at the time of the call to aio_fsync() to the
212 * The aiocbp argument refers to an asynchronous I/O control block. The aiocbp
221 struct aiocb * aiocbp );
224 * Read aiocbp
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_aio.c177 static boolean_t is_already_queued(proc_t procp, user_addr_t aiocbp );
178 static boolean_t should_cancel(aio_workq_entry *entryp, user_addr_t aiocbp, int fd);
205 static int aio_queue_async_request(proc_t procp, user_addr_t aiocbp, int kindOfIO );
210 static int do_aio_cancel_locked(proc_t p, int fd, user_addr_t aiocbp, int wait_for_completion, boolean_t disable_notification );
218 user_addr_t aiocbp,
222 user_addr_t aiocbp,
498 * outstanding against file descriptor uap->fd. If uap->aiocbp is not
499 * NULL then only one specific IO is cancelled (if possible). If uap->aiocbp
510 (int)p, (int)uap->aiocbp, 0, 0, 0 );
520 if ( uap->aiocbp !
953 should_cancel(aio_workq_entry *entryp, user_addr_t aiocbp, int fd) argument
981 do_aio_cancel_locked(proc_t p, int fd, user_addr_t aiocbp, int wait_for_completion, boolean_t disable_notification ) argument
1173 user_addr_t aiocbp; local
1852 aio_create_queue_entry(proc_t procp, user_addr_t aiocbp, void *group_tag, int kindOfIO) argument
1917 aio_queue_async_request(proc_t procp, user_addr_t aiocbp, int kindOfIO ) argument
2006 lio_create_entry(proc_t procp, user_addr_t aiocbp, void *group_tag, aio_workq_entry **entrypp ) argument
[all...]

Completed in 21 milliseconds