Searched refs:posix_fadvise_args (Results 1 – 4 of 4) sorted by relevance
1601 struct posix_fadvise_args { struct2197 int sys_posix_fadvise(struct thread *, struct posix_fadvise_args *);
589 …{ .sy_narg = AS(posix_fadvise_args), .sy_call = (sy_call_t *)sys_posix_fadvise, .sy_auevent = AUE_…
2967 struct posix_fadvise_args *p = params; in systrace_args()
4774 sys_posix_fadvise(struct thread *td, struct posix_fadvise_args *uap) in sys_posix_fadvise()