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