Home
last modified time | relevance | path

Searched refs:linux_getdents64_args (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/sys/arm64/linux/
H A Dlinux_sysent.c81 …{ AS(linux_getdents64_args), (sy_call_t *)linux_getdents64, AUE_GETDIRENTRIES, NULL, 0, 0, 0, SY_T…
H A Dlinux_proto.h231 struct linux_getdents64_args { struct
1102 int linux_getdents64(struct thread *, struct linux_getdents64_args *);
H A Dlinux_systrace_args.c409 struct linux_getdents64_args *p = params; in systrace_args()
/freebsd-12.1/sys/amd64/linux/
H A Dlinux_sysent.c237 …{ AS(linux_getdents64_args), (sy_call_t *)linux_getdents64, AUE_GETDIRENTRIES, NULL, 0, 0, 0, SY_T…
H A Dlinux_proto.h691 struct linux_getdents64_args { struct
1397 int linux_getdents64(struct thread *, struct linux_getdents64_args *);
H A Dlinux_systrace_args.c1543 struct linux_getdents64_args *p = params; in systrace_args()
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_sysent.c240 …{ AS(linux_getdents64_args), (sy_call_t *)linux_getdents64, AUE_GETDIRENTRIES, NULL, 0, 0, 0, SY_T…
H A Dlinux32_proto.h683 struct linux_getdents64_args { struct
1669 int linux_getdents64(struct thread *, struct linux_getdents64_args *);
H A Dlinux32_systrace_args.c1530 struct linux_getdents64_args *p = params; in systrace_args()
/freebsd-12.1/sys/i386/linux/
H A Dlinux_sysent.c240 …{ AS(linux_getdents64_args), (sy_call_t *)linux_getdents64, AUE_GETDIRENTRIES, NULL, 0, 0, 0, SY_T…
H A Dlinux_proto.h684 struct linux_getdents64_args { struct
1688 int linux_getdents64(struct thread *, struct linux_getdents64_args *);
H A Dlinux_systrace_args.c1573 struct linux_getdents64_args *p = params; in systrace_args()
/freebsd-12.1/sys/compat/linux/
H A Dlinux_file.c398 linux_getdents64(struct thread *td, struct linux_getdents64_args *args) in linux_getdents64()