Searched refs:linux_getdents64 (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_sysent.c237 { AS(linux_getdents64_args), (sy_call_t *)linux_getdents64, AUE_GETDIRENTRIES, NULL, 0, 0, 0, SY_THR_STATIC }, /* 217 = linux_getdents64 */
H A Dlinux_proto.h1396 int linux_getdents64(struct thread *, struct linux_getdents64_args *);
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_file.c259 * Note that linux_getdents(2) and linux_getdents64(2) have the same
411 linux_getdents64(struct thread *td, struct linux_getdents64_args *args) function
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_sysent.c241 { AS(linux_getdents64_args), (sy_call_t *)linux_getdents64, AUE_GETDIRENTRIES, NULL, 0, 0, 0, SY_THR_STATIC }, /* 220 = linux_getdents64 */
H A Dlinux32_proto.h1668 int linux_getdents64(struct thread *, struct linux_getdents64_args *);
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_sysent.c240 { AS(linux_getdents64_args), (sy_call_t *)linux_getdents64, AUE_GETDIRENTRIES, NULL, 0, 0, 0, SY_THR_STATIC }, /* 220 = linux_getdents64 */
H A Dlinux_proto.h1687 int linux_getdents64(struct thread *, struct linux_getdents64_args *);

Completed in 143 milliseconds