Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h841 struct ofreebsd32_fstat_args { struct
896 int ofreebsd32_fstat(struct thread *, struct ofreebsd32_fstat_args *);
H A Dfreebsd32_sysent.c132 …{ compat(AS(ofreebsd32_fstat_args),freebsd32_fstat), .sy_auevent = AUE_FSTAT, .sy_flags = SYF_CAPE…
H A Dfreebsd32_misc.c2325 ofreebsd32_fstat(struct thread *td, struct ofreebsd32_fstat_args *uap) in ofreebsd32_fstat()