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

/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_file.c273 struct linux_getdents_args lda;
533 linux_getdents(struct thread *td, struct linux_getdents_args *args)
/freebsd-9.3-release/sys/i386/linux/
H A Dlinux_proto.h448 struct linux_getdents_args { struct
1226 int linux_getdents(struct thread *, struct linux_getdents_args *);
H A Dlinux_sysent.c162 { AS(linux_getdents_args), (sy_call_t *)linux_getdents, AUE_GETDIRENTRIES, NULL, 0, 0, 0, SY_THR_STATIC }, /* 141 = linux_getdents */
H A Dlinux_systrace_args.c982 struct linux_getdents_args *p = params;
/freebsd-9.3-release/sys/amd64/linux32/
H A Dlinux32_proto.h440 struct linux_getdents_args { struct
1205 int linux_getdents(struct thread *, struct linux_getdents_args *);
H A Dlinux32_sysent.c163 { AS(linux_getdents_args), (sy_call_t *)linux_getdents, AUE_GETDIRENTRIES, NULL, 0, 0, 0, SY_THR_STATIC }, /* 141 = linux_getdents */
H A Dlinux32_systrace_args.c944 struct linux_getdents_args *p = params;

Completed in 139 milliseconds