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