Searched refs:ofreebsd32_fstat_args (Results 1 – 3 of 3) sorted by relevance
835 struct ofreebsd32_fstat_args { struct890 int ofreebsd32_fstat(struct thread *, struct ofreebsd32_fstat_args *);
126 …{ compat(AS(ofreebsd32_fstat_args),freebsd32_fstat), .sy_auevent = AUE_FSTAT, .sy_flags = SYF_CAPE…
2322 ofreebsd32_fstat(struct thread *td, struct ofreebsd32_fstat_args *uap) in ofreebsd32_fstat()