Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h875 struct ofreebsd32_truncate_args { struct
903 int ofreebsd32_truncate(struct thread *, struct ofreebsd32_truncate_args *);
H A Dfreebsd32_sysent.c199 …{ compat(AS(ofreebsd32_truncate_args),freebsd32_truncate), .sy_auevent = AUE_TRUNCATE, .sy_flags =…
H A Dfreebsd32_misc.c2010 ofreebsd32_truncate(struct thread *td, struct ofreebsd32_truncate_args *uap) in ofreebsd32_truncate()