Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h873 struct ofreebsd32_ftruncate_args { struct
898 int ofreebsd32_ftruncate(struct thread *, struct ofreebsd32_ftruncate_args *); argument
H A Dfreebsd32_sysent.c194 …{ compat(AS(ofreebsd32_ftruncate_args),freebsd32_ftruncate), .sy_auevent = AUE_FTRUNCATE, .sy_flag…
H A Dfreebsd32_misc.c2023 ofreebsd32_ftruncate(struct thread *td, struct ofreebsd32_ftruncate_args *uap) in ofreebsd32_ftruncate()