Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h454 struct freebsd32_truncate_args { struct
782 int freebsd32_truncate(struct thread *, struct freebsd32_truncate_args *);
H A Dfreebsd32_sysent.c549 …{ .sy_narg = AS(freebsd32_truncate_args), .sy_call = (sy_call_t *)freebsd32_truncate, .sy_auevent …
H A Dfreebsd32_misc.c2001 freebsd32_truncate(struct thread *td, struct freebsd32_truncate_args *uap) in freebsd32_truncate()
H A Dfreebsd32_systrace_args.c2409 struct freebsd32_truncate_args *p = params; in systrace_args()