Home
last modified time | relevance | path

Searched refs:freebsd11_getdirentries (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libc/include/
H A Dcompat.h58 __sym_compat(getdirentries, freebsd11_getdirentries, FBSD_1.0);
/freebsd/sys/sys/
H A Dsyscall.mk130 freebsd11_getdirentries.o \
H A Dsysproto.h2734 int freebsd11_getdirentries(struct thread *, struct freebsd11_getdirentries_args *);
/freebsd/sys/kern/
H A Dvfs_syscalls.c4131 freebsd11_getdirentries(struct thread *td, in freebsd11_getdirentries() function
4154 return (freebsd11_getdirentries(td, &ap)); in freebsd11_getdents()