HomeSort by: relevance | last modified time | path
    Searched defs:eofflag (Results 1 - 25 of 48) sorted by relevancy

1 2

  /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_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,
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/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,
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/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);
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);
vfs_vnops.c 583 int error, eofflag; local in function:vn_readdir
607 error = VOP_READDIR(vp, &auio, fp->f_cred, &eofflag, cookies,
  /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_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);
  /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,
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/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,
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/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;
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/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);
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/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;
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/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) {

Completed in 41 milliseconds

1 2