Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/compat/linux/
HDlinux_file.c459 error = kern_getdirentries(td, args->fd, buf, buflen, in linux_getdents()
535 error = kern_getdirentries(td, args->fd, buf, buflen, in linux_getdents64()
605 error = kern_getdirentries(td, args->fd, buf, buflen, in linux_readdir()
/freebsd-13-stable/sys/sys/
HDsyscallsubr.h160 int kern_getdirentries(struct thread *td, int fd, char *buf, size_t count,
/freebsd-13-stable/sys/kern/
HDvfs_syscalls.c3990 error = kern_getdirentries(td, fd, dirbuf, count, &base, &resid, in freebsd11_kern_getdirentries()
4157 error = kern_getdirentries(td, uap->fd, uap->buf, uap->count, &base, in sys_getdirentries()
4167 kern_getdirentries(struct thread *td, int fd, char *buf, size_t count, in kern_getdirentries() function