Searched refs:linux_readdir (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_file.c262 * Note that linux_readdir(2) is a special case of linux_getdents(2)
265 * Note that linux_readdir(2) can't be implemented by means of linux_getdents(2)
490 linux_readdir(struct thread *td, struct linux_readdir_args *args) function
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_sysent.c110 { AS(linux_readdir_args), (sy_call_t *)linux_readdir, AUE_GETDIRENTRIES, NULL, 0, 0, 0, SY_THR_STATIC }, /* 89 = linux_readdir */
H A Dlinux32_proto.h1576 int linux_readdir(struct thread *, struct linux_readdir_args *);
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_sysent.c109 { AS(linux_readdir_args), (sy_call_t *)linux_readdir, AUE_GETDIRENTRIES, NULL, 0, 0, 0, SY_THR_STATIC }, /* 89 = linux_readdir */
H A Dlinux_proto.h1593 int linux_readdir(struct thread *, struct linux_readdir_args *);

Completed in 105 milliseconds