Home
last modified time | relevance | path

Searched refs:freebsd32_getfsstat_args (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h632 struct freebsd32_getfsstat_args { struct
809 int freebsd32_getfsstat(struct thread *, struct freebsd32_getfsstat_args *);
H A Dfreebsd32_sysent.c627 …{ .sy_narg = AS(freebsd32_getfsstat_args), .sy_call = (sy_call_t *)freebsd32_getfsstat, .sy_aueven…
H A Dfreebsd32_misc.c315 freebsd32_getfsstat(struct thread *td, struct freebsd32_getfsstat_args *uap) in freebsd32_getfsstat()
H A Dfreebsd32_systrace_args.c3070 struct freebsd32_getfsstat_args *p = params; in systrace_args()