HomeSort by: relevance | last modified time | path
    Searched defs:aiocbp_uptr (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
sys_aio.c 1738 struct aiocb *aiocbp_uptr; local in function:sys_aio_cancel
1766 aiocbp_uptr = (struct aiocb *)SCARG(uap, aiocbp);
1783 * if aiocbp_uptr != NULL, then just cancel the job associated with that
1785 * if aiocbp_uptr == NULL, then cancel all jobs associated with fildes.
1787 if (aiocbp_uptr) {
1788 error = aiocbp_lookup_job(aiosp, aiocbp_uptr, &job);

Completed in 12 milliseconds