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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_attrlist.c103 int maxcount = ap->a_maxcount; local
127 (uio_resid(uio) <= 0) || (uio_iovcnt(uio) > 1) || (maxcount <= 0)) {
181 * the output buffer is full or maxcount entries have been packed.
189 maxentries = min(maxentries, maxcount);
315 if ((--maxcount <= 0) ||
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkdebug.c174 int maxcount; member in struct:krt
529 if(t->count < t->maxcount)
643 akrt.maxcount = kd_mapcount;
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c1580 int maxcount; member in struct:getfsstat_struct
1595 if (fstp->sfsp && fstp->count < fstp->maxcount) {
1653 int count, maxcount; local
1657 maxcount = uap->bufsize / sizeof(struct user_statfs);
1660 maxcount = uap->bufsize / sizeof(struct statfs);
1674 if (count != maxcount)
1701 fst.maxcount = maxcount;
1714 if (fst.sfsp && fst.count > fst.maxcount)
1715 *retval = fst.maxcount;
1758 int count, maxcount; local
[all...]
H A Dkpi_vfs.c4251 VNOP_READDIRATTR(struct vnode *vp, struct attrlist *alist, struct uio *uio, u_long maxcount, argument
4263 a.a_maxcount = maxcount;
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_serv.c3879 * the EOF flag. For readdirplus, the maxcount is the same, and the
4118 int siz, dircount, maxcount, fullsiz, eofflag, dirlen, nentries, isdotdot; local
4130 dircount = maxcount = 0;
4138 nfsm_chain_get_32(error, nmreq, maxcount);
4147 maxcount = ((maxcount + DIRBLKSIZ - 1) & ~(DIRBLKSIZ - 1));
4148 if (maxcount > xfer)
4149 maxcount = xfer;
4249 error = nfsrv_rephead(nd, slp, &nmrep, maxcount);
4283 * If either the dircount or maxcount wil
[all...]

Completed in 52 milliseconds