Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsysproto.h2599 struct freebsd6_truncate_args { struct
2625 int freebsd6_truncate(struct thread *, struct freebsd6_truncate_args *); argument
/freebsd/sys/kern/
H A Dinit_sysent.c269 …{ compat6(AS(freebsd6_truncate_args),truncate), .sy_auevent = AUE_TRUNCATE, .sy_flags = 0, .sy_thr…
H A Dvfs_syscalls.c3641 freebsd6_truncate(struct thread *td, struct freebsd6_truncate_args *uap) in freebsd6_truncate()