Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsysproto.h2519 struct freebsd6_ftruncate_args { struct
2541 int freebsd6_ftruncate(struct thread *, struct freebsd6_ftruncate_args *); argument
/f-stack/freebsd/kern/
H A Dinit_sysent.c259 …{ compat6(AS(freebsd6_ftruncate_args),ftruncate), .sy_auevent = AUE_FTRUNCATE, .sy_flags = SYF_CAP…
H A Dvfs_syscalls.c3454 freebsd6_ftruncate(struct thread *td, struct freebsd6_ftruncate_args *uap) in freebsd6_ftruncate()