Home
last modified time | relevance | path

Searched refs:linux_getdents_args (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/sys/amd64/linux/
H A Dlinux_sysent.c98 …{ AS(linux_getdents_args), (sy_call_t *)linux_getdents, AUE_GETDIRENTRIES, NULL, 0, 0, 0, SY_THR_S…
H A Dlinux_proto.h357 struct linux_getdents_args { struct
1310 int linux_getdents(struct thread *, struct linux_getdents_args *);
H A Dlinux_systrace_args.c692 struct linux_getdents_args *p = params; in systrace_args()
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_sysent.c161 …{ AS(linux_getdents_args), (sy_call_t *)linux_getdents, AUE_GETDIRENTRIES, NULL, 0, 0, 0, SY_THR_S…
H A Dlinux32_proto.h439 struct linux_getdents_args { struct
1614 int linux_getdents(struct thread *, struct linux_getdents_args *);
H A Dlinux32_systrace_args.c934 struct linux_getdents_args *p = params; in systrace_args()
/freebsd-12.1/sys/i386/linux/
H A Dlinux_sysent.c161 …{ AS(linux_getdents_args), (sy_call_t *)linux_getdents, AUE_GETDIRENTRIES, NULL, 0, 0, 0, SY_THR_S…
H A Dlinux_proto.h447 struct linux_getdents_args { struct
1634 int linux_getdents(struct thread *, struct linux_getdents_args *);
H A Dlinux_systrace_args.c972 struct linux_getdents_args *p = params; in systrace_args()
/freebsd-12.1/sys/compat/linux/
H A Dlinux_file.c317 linux_getdents(struct thread *td, struct linux_getdents_args *args) in linux_getdents()