Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h832 struct ofreebsd32_lstat_args { struct
894 int ofreebsd32_lstat(struct thread *, struct ofreebsd32_lstat_args *);
H A Dfreebsd32_sysent.c110 …{ compat(AS(ofreebsd32_lstat_args),freebsd32_lstat), .sy_auevent = AUE_LSTAT, .sy_flags = 0, .sy_t…
H A Dfreebsd32_misc.c2357 ofreebsd32_lstat(struct thread *td, struct ofreebsd32_lstat_args *uap) in ofreebsd32_lstat()