Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h589 struct freebsd32_aio_mlock_args { struct
801 int freebsd32_aio_mlock(struct thread *, struct freebsd32_aio_mlock_args *);
H A Dfreebsd32_sysent.c613 …{ .sy_narg = AS(freebsd32_aio_mlock_args), .sy_call = (sy_call_t *)freebsd32_aio_mlock, .sy_aueven…
H A Dfreebsd32_systrace_args.c2962 struct freebsd32_aio_mlock_args *p = params; in systrace_args()
/freebsd/sys/kern/
H A Dvfs_aio.c2992 freebsd32_aio_mlock(struct thread *td, struct freebsd32_aio_mlock_args *uap) in freebsd32_aio_mlock()