Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h1092 struct freebsd11_freebsd32_nlstat_args { struct
1125 int freebsd11_freebsd32_nlstat(struct thread *, struct freebsd11_freebsd32_nlstat_args *);
H A Dfreebsd32_sysent.c344 …{ compat11(AS(freebsd11_freebsd32_nlstat_args),freebsd32_nlstat), .sy_auevent = AUE_LSTAT, .sy_fla…
H A Dfreebsd32_misc.c2616 struct freebsd11_freebsd32_nlstat_args *uap) in freebsd11_freebsd32_nlstat()