Home
last modified time | relevance | path

Searched refs:lio_listio_args (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dsysproto.h711 struct lio_listio_args { struct
2004 int sys_lio_listio(struct thread *, struct lio_listio_args *);
/f-stack/freebsd/kern/
H A Dvfs_aio.c2399 sys_lio_listio(struct thread *td, struct lio_listio_args *uap) in sys_lio_listio()
H A Dinit_sysent.c315 …{ .sy_narg = AS(lio_listio_args), .sy_call = (sy_call_t *)sys_lio_listio, .sy_auevent = AUE_LIO_LI…
H A Dsystrace_args.c1315 struct lio_listio_args *p = params; in systrace_args()