/src/share/examples/puffs/icfs/ |
icfs.c | 234 int *eofflag, off_t *cookies, size_t *ncookies) 244 eofflag, cookies, ncookies);
|
/src/sys/kern/ |
vfs_getcwd.c | 97 int eofflag; local in function:getcwd_scandir 183 eofflag = 0; 185 error = VOP_READDIR(uvp, &uio, cred, &eofflag, 0, 0); 244 } while (!eofflag);
|
/src/share/examples/puffs/rot13fs/ |
rot13fs.c | 194 int *eofflag, off_t *cookies, size_t *ncookies) 204 eofflag, cookies, ncookies);
|
/src/sys/compat/linux32/common/ |
linux32_dirent.c | 113 int buflen, error, eofflag, nbytes, oldcall; local in function:linux32_sys_getdents 167 error = VOP_READDIR(vp, &auio, fp->f_cred, &eofflag, &cookiebuf,
|
/src/sys/compat/common/ |
vfs_syscalls_12.c | 130 int buflen, error, eofflag, nbytes; local in function:compat_12_sys_getdirentries 179 error = VOP_READDIR(vp, &auio, fp->f_cred, &eofflag, &cookiebuf,
|
vfs_syscalls_30.c | 219 int buflen, error, eofflag; local in function:compat_30_sys_getdents 256 error = VOP_READDIR(vp, &auio, fp->f_cred, &eofflag, &cookiebuf,
|
vfs_syscalls_43.c | 348 int buflen, error, eofflag, nbytes; local in function:compat_43_sys_getdirentries 397 error = VOP_READDIR(vp, &auio, fp->f_cred, &eofflag, &cookiebuf,
|
/src/sys/rump/kern/lib/libsys_sunos/ |
rump_sunos_compat.c | 270 int buflen, error, eofflag; local in function:rump_sunos_sys_getdents 305 error = VOP_READDIR(vp, &auio, fp->f_cred, &eofflag, &cookiebuf,
|
/src/sys/fs/cd9660/ |
cd9660_vnops.c | 80 int eofflag; member in struct:isoreaddir 306 idp->eofflag = 0; 312 idp->eofflag = 0; 434 idp->eofflag = 1; 571 *ap->a_eofflag = idp->eofflag;
|
/src/lib/libpuffs/ |
null.c | 568 const struct puffs_cred *pcred, int *eofflag, off_t *cookies, 595 *eofflag = 1; 606 *eofflag = 1;
|
/src/sys/compat/linux/common/ |
linux_file64.c | 414 int buflen, error, eofflag, nbytes; local in function:linux_sys_getdents64 461 error = VOP_READDIR(vp, &auio, fp->f_cred, &eofflag, &cookiebuf,
|
/src/share/examples/puffs/pgfs/ |
pgfs_puffs.c | 121 const struct puffs_cred *pcr, int *eofflag, off_t *cookies, 175 *eofflag = 1; 219 *eofflag = 1; 249 *eofflag = 0;
|
/src/sys/fs/union/ |
union_subr.c | 1116 int dirlen, eofflag, error; local in function:union_check_rmdir 1146 eofflag = 0; 1156 error = VOP_READDIR(un->un_lowervp, &auio, cred, &eofflag, 1187 } while (error == 0 && !eofflag);
|
/src/sys/fs/unionfs/ |
unionfs_subr.c | 795 int eofflag; local in function:unionfs_check_rmdir 813 eofflag = 0; 833 while (!error && !eofflag) { 840 error = VOP_READDIR(lvp, &uio, cred, &eofflag, NULL, NULL);
|
unionfs_vnops.c | 1370 int eofflag; local in function:unionfs_readdir 1384 eofflag = 0; 1443 error = VOP_READDIR(uvp, uio, ap->a_cred, &eofflag, 1446 if (error != 0 || eofflag == 0)
|
/src/tests/fs/puffs/h_dtfs/ |
dtfs_vnops.c | 239 int *eofflag, off_t *cookies, size_t *ncookies) 262 *eofflag = 1;
|
/src/usr.sbin/puffs/mount_sysctlfs/ |
sysctlfs.c | 640 const struct puffs_cred *pcr, int *eofflag, 704 *eofflag = 1;
|
/src/sys/rump/librump/rumpvfs/ |
rumpvnode_if.c | 477 int *eofflag, 484 error = VOP_READDIR(vp, uio, cred, eofflag, cookies, ncookies);
|
/src/usr.sbin/puffs/mount_9p/ |
node.c | 167 int *eofflag, off_t *cookies, size_t *ncookies) 202 *eofflag = 1;
|
/src/sys/fs/nfs/server/ |
nfs_nfsdport.c | 1581 int siz, cnt, fullsiz, eofflag, ncookies; local in function:nfsrvd_readdir 1644 eofflag = 0; 1659 nd->nd_repstat = VOP_READDIR(vp, &io, nd->nd_cred, &eofflag, &ncookies, 1762 eofflag = 0; 1793 eofflag = 0; 1796 if (eofflag) 1829 int siz, cnt, fullsiz, eofflag, ncookies, entrycnt; local in function:nfsrvd_readdirplus 1922 eofflag = 0; 1937 nd->nd_repstat = VOP_READDIR(vp, &io, nd->nd_cred, &eofflag, &ncookies, 2301 eofflag = 0 [all...] |
/src/sys/nfs/ |
nfs_serv.c | 2689 int siz, cnt, fullsiz, eofflag, rdonly, cache = 0, ncookies; local in function:nfsrv_readdir 2759 eofflag = 0; 2762 error = VOP_READDIR(vp, &io, cred, &eofflag, &cookies, &ncookies); 2853 eofflag = 0; 2915 if (eofflag) 2954 int siz, cnt, fullsiz, eofflag, rdonly, cache = 0, dirlen, ncookies; local in function:nfsrv_readdirplus 3018 eofflag = 0; 3022 error = VOP_READDIR(vp, &io, cred, &eofflag, &cookies, &ncookies); 3149 eofflag = 0; 3243 if (eofflag) [all...] |
/src/lib/libp2k/ |
p2k.c | 1146 const struct puffs_cred *pcr, int *eofflag, 1160 rv = RUMP_VOP_READDIR(vp, uio, cred, eofflag, 1166 rv = RUMP_VOP_READDIR(vp, uio, cred, eofflag, NULL, NULL);
|
/src/sys/fs/tmpfs/ |
tmpfs_vnops.c | 978 int *eofflag = ap->a_eofflag; local in function:tmpfs_readdir 1004 if (eofflag != NULL) { 1005 *eofflag = !error && uio->uio_offset == TMPFS_DIRSEQ_EOF;
|
/src/sys/ufs/lfs/ |
ulfs_extattr.c | 526 int error, eofflag = 0; local in function:ulfs_extattr_iterate_directory 543 vargs.a_eofflag = &eofflag; 547 while (!eofflag) {
|
/src/sys/ufs/ufs/ |
ufs_extattr.c | 522 int error, eofflag = 0; local in function:ufs_extattr_iterate_directory 539 vargs.a_eofflag = &eofflag; 543 while (!eofflag) {
|