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

/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile64 getdirentries.2 \
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dinit_sysent.c246 {0, 0, 0, (sy_call_t *)nosys, NULL, NULL, _SYSCALL_RET_INT_T, 0}, /* 156 = nosys old getdirentries */
290 {AC(getdirentries_args), 0, 0, (sy_call_t *)getdirentries, munge_wwww, munge_dddd, _SYSCALL_RET_INT_T, 16}, /* 196 = getdirentries */
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h1860 int getdirentries(struct proc *, struct getdirentries_args *, int *);
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c4021 * Test getattrlist, getdirentries, getdirentriesattr, setattrlist system calls.
4103 my_result = getdirentries( my_fd, my_bufp, (1024 * 5), &my_base );
4125 printf( "getdirentries failed to find test file. \n" );
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c5718 getdirentries(__unused struct proc *p, struct getdirentries_args *uap, register_t *retval) function
6022 *retval = eofflag; /* similar to getdirentries */

Completed in 69 milliseconds