Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsysproto.h2578 struct freebsd6_ftruncate_args { struct
2600 int freebsd6_ftruncate(struct thread *, struct freebsd6_ftruncate_args *); argument
/freebsd/sys/kern/
H A Dinit_sysent.c270 …{ compat6(AS(freebsd6_ftruncate_args),ftruncate), .sy_auevent = AUE_FTRUNCATE, .sy_flags = SYF_CAP…
H A Dvfs_syscalls.c3610 freebsd6_ftruncate(struct thread *td, struct freebsd6_ftruncate_args *uap) in freebsd6_ftruncate()