Searched refs:getdirentries (Results 1 - 13 of 13) sorted by relevance

/freebsd-12-stable/lib/libc/sys/
H A Dgetdirentries.c76 #undef getdirentries macro
77 __weak_reference(_getdirentries, getdirentries);
H A DMakefile.inc43 SRCS+= getdirentries.c
44 NOASM+= getdirentries.o
193 getdirentries.2 \
401 MLINKS+=getdirentries.2 getdents.2
/freebsd-12-stable/lib/libc/include/
H A Dcompat.h60 __sym_compat(getdirentries, freebsd11_getdirentries, FBSD_1.0);
H A Dnamespace.h75 #define getdirentries _getdirentries macro
H A Dun-namespace.h56 #undef getdirentries macro
/freebsd-12-stable/include/
H A Ddirent.h40 * the getdirentries(2) system call.
114 ssize_t getdirentries(int, char *, size_t, off_t *);
/freebsd-12-stable/tests/sys/fs/fusefs/
H A Dreaddir.cc152 * getdirentries(2) can use a larger buffer size than readdir(3). It also has
181 r = getdirentries(fd, buf, sizeof(buf), 0);
189 * that getdirentries will return the subsequent dirent.
227 r = getdirentries(fd, buf, sizeof(buf), 0);
237 r = getdirentries(fd, buf, sizeof(buf), 0);
244 * Nothing bad should happen if getdirentries is called on two file descriptors
279 r = getdirentries(fd0, buf, sizeof(buf), 0);
284 r = getdirentries(fd1, buf, sizeof(buf), 0);
335 * use enough entries to be > 4096 bytes, so getdirentries must be
H A Dnfs.cc294 TEST_F(Readdir, getdirentries)
342 r = getdirentries(fd, buf, sizeof(buf), 0);
/freebsd-12-stable/sys/kern/
H A Dcapabilities.conf259 getdirentries
H A Dinit_sysent.c208 { compat(AS(ogetdirentries_args),getdirentries), AUE_GETDIRENTRIES, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 156 = old getdirentries */
248 { compat11(AS(freebsd11_getdirentries_args),getdirentries), AUE_GETDIRENTRIES, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 196 = freebsd11 getdirentries */
606 { AS(getdirentries_args), (sy_call_t *)sys_getdirentries, AUE_GETDIRENTRIES, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 554 = getdirentries */
/freebsd-12-stable/sys/sys/
H A Dsyscall.mk398 getdirentries.o \
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp740 return internal_syscall(SYSCALL(getdirentries), fd, (uptr)dirp, count, NULL);
/freebsd-12-stable/
H A DMakefile.inc1915 # 20170624 r320278 fstat fstatat fstatfs getdirentries getfsstat statfs
922 .for f in brk exect fstat fstatat fstatfs getdirentries getfsstat sbrk setlogin shmat sigreturn statfs vadvise

Completed in 108 milliseconds