Searched refs:kern_lio_listio (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | vfs_aio.c | 2216 kern_lio_listio(struct thread *td, int mode, struct aiocb * const *uacb_list, in kern_lio_listio() function 2389 error = kern_lio_listio(td, uap->mode, in freebsd6_lio_listio() 2423 error = kern_lio_listio(td, uap->mode, uap->acb_list, acb_list, in sys_lio_listio() 3097 error = kern_lio_listio(td, uap->mode, in freebsd6_freebsd32_lio_listio() 3143 error = kern_lio_listio(td, uap->mode, in freebsd32_lio_listio()
|