Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c199 …{ compat(AS(ofreebsd32_truncate_args),freebsd32_truncate), .sy_auevent = AUE_TRUNCATE, .sy_flags =…
270 …{ compat6(AS(freebsd6_freebsd32_truncate_args),freebsd32_truncate), .sy_auevent = AUE_TRUNCATE, .s…
549 …{ .sy_narg = AS(freebsd32_truncate_args), .sy_call = (sy_call_t *)freebsd32_truncate, .sy_auevent …
H A Dfreebsd32_proto.h782 int freebsd32_truncate(struct thread *, struct freebsd32_truncate_args *);
H A Dfreebsd32_misc.c2060 freebsd32_truncate(struct thread *td, struct freebsd32_truncate_args *uap) in freebsd32_truncate() function