Home
last modified time | relevance | path

Searched refs:freebsd6_freebsd32_truncate_args (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h988 struct freebsd6_freebsd32_truncate_args { struct
1016 int freebsd6_freebsd32_truncate(struct thread *, struct freebsd6_freebsd32_truncate_args *);
H A Dfreebsd32_sysent.c264 …{ compat6(AS(freebsd6_freebsd32_truncate_args),freebsd32_truncate), .sy_auevent = AUE_TRUNCATE, .s…
H A Dfreebsd32_misc.c2105 freebsd6_freebsd32_truncate(struct thread *td, struct freebsd6_freebsd32_truncate_args *uap) in freebsd6_freebsd32_truncate()