Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsysproto.h2514 struct freebsd6_truncate_args { struct
2540 int freebsd6_truncate(struct thread *, struct freebsd6_truncate_args *); argument
/f-stack/freebsd/kern/
H A Dinit_sysent.c258 …{ compat6(AS(freebsd6_truncate_args),truncate), .sy_auevent = AUE_TRUNCATE, .sy_flags = 0, .sy_thr…
H A Dvfs_syscalls.c3447 freebsd6_truncate(struct thread *td, struct freebsd6_truncate_args *uap) in freebsd6_truncate()