Searched refs:freebsd32_truncate_args (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_proto.h461 struct freebsd32_truncate_args { struct
503 struct freebsd32_truncate_args { struct
789 int freebsd32_truncate(struct thread *, struct freebsd32_truncate_args *);
796 int freebsd32_truncate(struct thread *, struct freebsd32_truncate_args *);
H A Dfreebsd32_sysent.c535 { AS(freebsd32_truncate_args), (sy_call_t *)freebsd32_truncate, AUE_TRUNCATE, NULL, 0, 0, 0, SY_THR_STATIC }, /* 479 = freebsd32_truncate */
542 { AS(freebsd32_truncate_args), (sy_call_t *)freebsd32_truncate, AUE_TRUNCATE, NULL, 0, 0, 0, SY_THR_STATIC }, /* 479 = freebsd32_truncate */
H A Dfreebsd32_systrace_args.c2565 struct freebsd32_truncate_args *p = params;
2631 struct freebsd32_truncate_args *p = params;
H A Dfreebsd32_misc.c1572 freebsd32_truncate(struct thread *td, struct freebsd32_truncate_args *uap)

Completed in 106 milliseconds