Home
last modified time | relevance | path

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

/src/sys/compat/freebsd32/
H A Dfreebsd32_proto.h836 struct ofreebsd32_stat_args { struct
901 int ofreebsd32_stat(struct thread *, struct ofreebsd32_stat_args *);
H A Dfreebsd32_sysent.c108 …{ compat(AS(ofreebsd32_stat_args),freebsd32_stat), .sy_auevent = AUE_STAT, .sy_flags = 0, .sy_thrc…
H A Dfreebsd32_misc.c2333 ofreebsd32_stat(struct thread *td, struct ofreebsd32_stat_args *uap) in ofreebsd32_stat()