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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_catalog.h313 int * eofflag);
H A Dhfs_vnops.c2971 int eofflag = 0; local
3005 eofflag = 1;
3068 eofflag = 1;
3137 error = cat_getdirentries(hfsmp, cp->c_entries, dirhint, uio, extended, &items, &eofflag);
3153 eofflag = 1;
3180 eofflag = 1;
3183 *ap->a_eofflag = eofflag;
H A Dhfs_catalog.c2984 uio_t uio, int extended, int * items, int * eofflag)
3150 *eofflag = 1;
2983 cat_getdirentries(struct hfsmount *hfsmp, int entrycnt, directoryhint_t *dirhint, uio_t uio, int extended, int * items, int * eofflag) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_vnops.c328 int eofflag; member in struct:isoreaddir
342 idp->eofflag = 0;
349 idp->eofflag = 0;
437 idp->eofflag = 1;
625 *ap->a_eofflag = idp->eofflag;
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c6521 int eofflag, siz = UIO_BUFF_SIZE, nentries = 0; local
6553 eofflag = 0;
6569 if((error = VNOP_READDIR(vp, auio, 0, &eofflag, &nentries, ctx)))
6583 eofflag = 1;
6608 * workaround for HFS/NFS setting eofflag before end of file
6611 eofflag=0;
6614 if (eofflag && !full_erase_flag) {
6616 eofflag = 0;
6619 else if (!eofflag && full_erase_flag)
6623 } while (!eofflag);
[all...]
H A Dvfs_syscalls.c5547 vnode_readdir64(struct vnode *vp, struct uio *uio, int flags, int *eofflag, argument
5552 return VNOP_READDIR(vp, uio, flags, eofflag, numdirent, ctxp);
5582 error = VNOP_READDIR(vp, auio, 0, eofflag, numdirent, ctxp);
5629 int error, eofflag, numdirent; local
5672 error = vnode_readdir64(vp, auio, flags, &eofflag, &numdirent, &context);
5675 error = VNOP_READDIR(vp, auio, 0, &eofflag, &numdirent, &context);
5929 int error, eofflag; local
6004 uap->options, (unsigned long *)&newstate, &eofflag,
6022 *retval = eofflag; /* similar to getdirentries */
H A Dkpi_vfs.c4201 VNOP_READDIR(struct vnode *vp, struct uio *uio, int flags, int *eofflag, argument
4213 a.a_eofflag = eofflag;
4252 u_long options, u_long *newstate, int *eofflag, u_long *actualcount, vfs_context_t ctx)
4266 a.a_eofflag = eofflag;
4251 VNOP_READDIRATTR(struct vnode *vp, struct attrlist *alist, struct uio *uio, u_long maxcount, u_long options, u_long *newstate, int *eofflag, u_long *actualcount, vfs_context_t ctx) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dufs_vnops.c120 static int ufs_readdirext(vnode_t vp, uio_t uio, int *eofflag, int *numdirent,
1460 ufs_readdirext(vnode_t vp, uio_t uio, int *eofflag, int *numdirent, argument
1553 if (eofflag)
1554 *eofflag = (off_t)VTOI(vp)->i_size <= uio->uio_offset;
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_serv.c3899 int siz, count, fullsiz, eofflag, nentries; local
3966 eofflag = 0;
3967 error = VNOP_READDIR(vp, auio, vnopflag, &eofflag, &nentries, ctx);
4052 eofflag = 0;
4077 nfsm_chain_add_32(error, &nmrep, eofflag ? TRUE : FALSE);
4118 int siz, dircount, maxcount, fullsiz, eofflag, dirlen, nentries, isdotdot; local
4186 eofflag = 0;
4187 error = VNOP_READDIR(vp, auio, vnopflag, &eofflag, &nentries, ctx);
4295 eofflag = 0;
4320 nfsm_chain_add_32(error, &nmrep, eofflag
[all...]
H A Dnfs_bio.c1804 nfs_bioread(nfsnode_t np, struct uio *uio, int ioflag, int *eofflag, vfs_context_t ctx) argument
2187 if (eofflag)
2188 *eofflag = 1;
2224 if (eofflag)
2225 *eofflag = 1;
2243 if (eofflag)
2244 *eofflag = 1;

Completed in 104 milliseconds