Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/compat/freebsd32/
HDfreebsd32_proto.h851 struct ofreebsd32_lstat_args { struct
912 int ofreebsd32_lstat(struct thread *, struct ofreebsd32_lstat_args *);
HDfreebsd32_sysent.c95 …{ compat(AS(ofreebsd32_lstat_args),freebsd32_lstat), AUE_LSTAT, NULL, 0, 0, 0, SY_THR_STATIC }, /*…
HDfreebsd32_misc.c1926 ofreebsd32_lstat(struct thread *td, struct ofreebsd32_lstat_args *uap) in ofreebsd32_lstat()