Searched refs:freebsd32_truncate (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_sysent.c | 199 …{ 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 D | freebsd32_proto.h | 782 int freebsd32_truncate(struct thread *, struct freebsd32_truncate_args *);
|
H A D | freebsd32_misc.c | 2060 freebsd32_truncate(struct thread *td, struct freebsd32_truncate_args *uap) in freebsd32_truncate() function
|