Home
last modified time | relevance | path

Searched refs:posix_fadvise_args (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dsysproto.h1601 struct posix_fadvise_args { struct
2197 int sys_posix_fadvise(struct thread *, struct posix_fadvise_args *);
/f-stack/freebsd/kern/
H A Dinit_sysent.c589 …{ .sy_narg = AS(posix_fadvise_args), .sy_call = (sy_call_t *)sys_posix_fadvise, .sy_auevent = AUE_…
H A Dsystrace_args.c2967 struct posix_fadvise_args *p = params; in systrace_args()
H A Dvfs_syscalls.c4774 sys_posix_fadvise(struct thread *td, struct posix_fadvise_args *uap) in sys_posix_fadvise()