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

/xnu-2422.115.4/bsd/sys/
H A Daio.h175 * against file descriptor fd. The aiocbp argument points to the asynchronous I/O
176 * control block for a particular request to be canceled. If aiocbp is NULL, then
180 struct aiocb * aiocbp );
184 * aiocbp argument. The error status for an asynchronous I/O operation is the errno
189 int aio_error( const struct aiocb * aiocbp );
194 * aiocbp argument and queued at the time of the call to aio_fsync() to the
198 * The aiocbp argument refers to an asynchronous I/O control block. The aiocbp
207 struct aiocb * aiocbp );
210 * Read aiocbp
[all...]
/xnu-2422.115.4/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 !
952 should_cancel(aio_workq_entry *entryp, user_addr_t aiocbp, int fd) argument
980 do_aio_cancel_locked(proc_t p, int fd, user_addr_t aiocbp, int wait_for_completion, boolean_t disable_notification ) argument
1172 user_addr_t aiocbp; local
1851 aio_create_queue_entry(proc_t procp, user_addr_t aiocbp, void *group_tag, int kindOfIO) argument
1927 aio_queue_async_request(proc_t procp, user_addr_t aiocbp, int kindOfIO ) argument
2016 lio_create_entry(proc_t procp, user_addr_t aiocbp, void *group_tag, aio_workq_entry **entrypp ) argument
[all...]

Completed in 13 milliseconds