Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h918 struct freebsd4_freebsd32_statfs_args { struct
949 int freebsd4_freebsd32_statfs(struct thread *, struct freebsd4_freebsd32_statfs_args *);
H A Dfreebsd32_sysent.c227 …{ compat4(AS(freebsd4_freebsd32_statfs_args),freebsd32_statfs), .sy_auevent = AUE_STATFS, .sy_flag…
H A Dfreebsd32_misc.c1902 freebsd4_freebsd32_statfs(struct thread *td, struct freebsd4_freebsd32_statfs_args *uap) in freebsd4_freebsd32_statfs()