Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h462 struct freebsd32_ftruncate_args { struct
783 int freebsd32_ftruncate(struct thread *, struct freebsd32_ftruncate_args *);
H A Dfreebsd32_sysent.c550 …{ .sy_narg = AS(freebsd32_ftruncate_args), .sy_call = (sy_call_t *)freebsd32_ftruncate, .sy_aueven…
H A Dfreebsd32_misc.c2017 freebsd32_ftruncate(struct thread *td, struct freebsd32_ftruncate_args *uap) in freebsd32_ftruncate()
H A Dfreebsd32_systrace_args.c2421 struct freebsd32_ftruncate_args *p = params; in systrace_args()