Searched refs:freebsd11_stat_args (Results 1 – 3 of 3) sorted by relevance
2658 struct freebsd11_stat_args { struct2736 int freebsd11_stat(struct thread *, struct freebsd11_stat_args *);
257 …{ compat11(AS(freebsd11_stat_args),stat), .sy_auevent = AUE_STAT, .sy_flags = 0, .sy_thrcnt = SY_T…
2419 freebsd11_stat(struct thread *td, struct freebsd11_stat_args* uap) in freebsd11_stat()