Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/compat/freebsd32/
HDfreebsd32_sysent.c264 …{ compat6(AS(freebsd6_freebsd32_truncate_args),freebsd32_truncate), .sy_auevent = AUE_TRUNCATE, .s…
544 …{ .sy_narg = AS(freebsd32_truncate_args), .sy_call = (sy_call_t *)freebsd32_truncate, .sy_auevent …
551 …{ .sy_narg = AS(freebsd32_truncate_args), .sy_call = (sy_call_t *)freebsd32_truncate, .sy_auevent …
HDfreebsd32_proto.h835 int freebsd32_truncate(struct thread *, struct freebsd32_truncate_args *);
842 int freebsd32_truncate(struct thread *, struct freebsd32_truncate_args *);
HDfreebsd32_misc.c1956 freebsd32_truncate(struct thread *td, struct freebsd32_truncate_args *uap) in freebsd32_truncate() function