Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h822 struct ofreebsd32_stat_args { struct
887 int ofreebsd32_stat(struct thread *, struct ofreebsd32_stat_args *);
H A Dfreebsd32_sysent.c102 …{ compat(AS(ofreebsd32_stat_args),freebsd32_stat), .sy_auevent = AUE_STAT, .sy_flags = 0, .sy_thrc…
H A Dfreebsd32_misc.c2290 ofreebsd32_stat(struct thread *td, struct ofreebsd32_stat_args *uap) in ofreebsd32_stat()