Home
last modified time | relevance | path

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

/freebsd/lib/libc/include/
H A Dcompat.h57 __sym_compat(getdents, freebsd11_getdents, FBSD_1.0);
/freebsd/sys/sys/
H A Dsyscall.mk168 freebsd11_getdents.o \
H A Dsysproto.h2729 int freebsd11_getdents(struct thread *, struct freebsd11_getdents_args *);
/freebsd/sys/kern/
H A Dvfs_syscalls.c4145 freebsd11_getdents(struct thread *td, struct freebsd11_getdents_args *uap) in freebsd11_getdents() function