Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsysproto.h2651 struct freebsd11_fhstatfs_args { struct
2682 int freebsd11_fhstatfs(struct thread *, struct freebsd11_fhstatfs_args *);
/f-stack/freebsd/kern/
H A Dinit_sysent.c456 …{ compat11(AS(freebsd11_fhstatfs_args),fhstatfs), .sy_auevent = AUE_FHSTATFS, .sy_flags = 0, .sy_t…
H A Dvfs_syscalls.c823 freebsd11_fhstatfs(struct thread *td, struct freebsd11_fhstatfs_args *uap) in freebsd11_fhstatfs()