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

/freebsd-10-stable/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c249 { compat6(AS(freebsd6_freebsd32_truncate_args),freebsd32_truncate), AUE_TRUNCATE, NULL, 0, 0, 0, SY_THR_STATIC }, /* 200 = freebsd6 freebsd32_truncate */
529 { AS(freebsd32_truncate_args), (sy_call_t *)freebsd32_truncate, AUE_TRUNCATE, NULL, 0, 0, 0, SY_THR_STATIC }, /* 479 = freebsd32_truncate */
536 { AS(freebsd32_truncate_args), (sy_call_t *)freebsd32_truncate, AUE_TRUNCATE, NULL, 0, 0, 0, SY_THR_STATIC }, /* 479 = freebsd32_truncate */
H A Dfreebsd32_proto.h805 int freebsd32_truncate(struct thread *, struct freebsd32_truncate_args *);
812 int freebsd32_truncate(struct thread *, struct freebsd32_truncate_args *);
H A Dfreebsd32_misc.c1606 freebsd32_truncate(struct thread *td, struct freebsd32_truncate_args *uap) function

Completed in 534 milliseconds