Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsysproto.h2682 struct freebsd11_fhstat_args { struct
2733 int freebsd11_fhstat(struct thread *, struct freebsd11_fhstat_args *);
/freebsd/sys/kern/
H A Dinit_sysent.c362 …{ compat11(AS(freebsd11_fhstat_args),fhstat), .sy_auevent = AUE_FHSTAT, .sy_flags = 0, .sy_thrcnt …
H A Dvfs_syscalls.c2395 freebsd11_fhstat(struct thread *td, struct freebsd11_fhstat_args* uap) in freebsd11_fhstat()