Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h546 struct freebsd32_posix_fallocate_args { struct
796 int freebsd32_posix_fallocate(struct thread *, struct freebsd32_posix_fallocate_args *);
H A Dfreebsd32_sysent.c600 …{ .sy_narg = AS(freebsd32_posix_fallocate_args), .sy_call = (sy_call_t *)freebsd32_posix_fallocate…
H A Dfreebsd32_misc.c3792 struct freebsd32_posix_fallocate_args *uap) in freebsd32_posix_fallocate()
H A Dfreebsd32_systrace_args.c2827 struct freebsd32_posix_fallocate_args *p = params; in systrace_args()