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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c5620 getdirentries_common(int fd, user_addr_t bufp, user_size_t bufsize, ssize_t *bytesread, function
5726 error = getdirentries_common(uap->fd, uap->buf, uap->count, &bytesread, &offset, 0);
5744 error = getdirentries_common(uap->fd, uap->buf, uap->bufsize, &bytesread, &offset, VNODE_READDIR_EXTENDED);

Completed in 22 milliseconds