Home
last modified time | relevance | path

Searched refs:kern_getdirentries (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/compat/linux/
H A Dlinux_file.c419 error = kern_getdirentries(td, args->fd, buf, buflen, in linux_getdents()
495 error = kern_getdirentries(td, args->fd, buf, buflen, in linux_getdents64()
565 error = kern_getdirentries(td, args->fd, buf, buflen, in linux_readdir()
/freebsd/sys/sys/
H A Dsyscallsubr.h185 int kern_getdirentries(struct thread *td, int fd, char *buf, size_t count,
/freebsd/sys/kern/
H A Dvfs_syscalls.c4120 error = kern_getdirentries(td, fd, dirbuf, count, &base, &resid, in freebsd11_kern_getdirentries()
4287 error = kern_getdirentries(td, uap->fd, uap->buf, uap->count, &base, in sys_getdirentries()
4297 kern_getdirentries(struct thread *td, int fd, char *buf, size_t count, in kern_getdirentries() function