sys_aio.c | 842 aio_suspend1(struct lwp *l, struct aiocb **aiocbp_list, int nent, 868 if (aiocbp_list[i] == NULL) 874 if (a_job->aiocb_uptr == aiocbp_list[i]) 880 if (a_job->aiocb_uptr == aiocbp_list[i]) 889 error = copyin(aiocbp_list[i], &aiocbp, 934 struct aiocb **aiocbp_list; local in function:sys_lio_listio 989 aiocbp_list = kmem_alloc(nent * sizeof(*aiocbp_list), KM_SLEEP); 990 error = copyin(SCARG(uap, list), aiocbp_list, 991 nent * sizeof(*aiocbp_list)); [all...] |