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

/xnu-2422.115.4/tools/tests/libMicro/
H A Dlibmicro.c1203 long long maxcount; local
1276 maxcount = 0;
1280 if (histo[i].count > maxcount)
1281 maxcount = histo[i].count;
1289 print_bar(histo[i].count, maxcount);
1309 print_bar(count, maxcount);
/xnu-2422.115.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)) {
199 * the output buffer is full or maxcount entries have been packed.
206 maxentries = min(maxentries, maxcount);
336 if ((--maxcount <= 0) ||
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_subs.c1048 int maxcount = count < NGROUPS ? count + 1 : NGROUPS; local
1054 (void)kauth_cred_getgroups(cred, groups, &maxcount);
1055 if (maxcount < 1)
1056 return (maxcount);
1069 maxcount -= 1;
1070 for (i = 0; i < maxcount; i++) {
1076 return (maxcount);
H A Dnfs_serv.c3881 * the EOF flag. For readdirplus, the maxcount is the same, and the
4123 int siz, dircount, maxcount, fullsiz, eofflag, dirlen, nentries, isdotdot; local
4135 dircount = maxcount = 0;
4143 nfsm_chain_get_32(error, nmreq, maxcount);
4152 maxcount = ((maxcount + DIRBLKSIZ - 1) & ~(DIRBLKSIZ - 1));
4153 if (maxcount > xfer)
4154 maxcount = xfer;
4256 error = nfsrv_rephead(nd, slp, &nmrep, maxcount);
4290 * If either the dircount or maxcount wil
[all...]
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c2433 int maxcount; member in struct:getfsstat_struct
2448 if (fstp->sfsp && fstp->count < fstp->maxcount) {
2526 size_t count, maxcount, bufsize, macsize; local
2533 maxcount = bufsize / sizeof(struct user64_statfs);
2536 maxcount = bufsize / sizeof(struct user32_statfs);
2550 if (count != maxcount)
2588 fst.maxcount = maxcount;
2601 if (fst.sfsp && fst.count > fst.maxcount)
2602 *retval = fst.maxcount;
2650 int count, maxcount; local
[all...]
H A Dkpi_vfs.c4586 VNOP_READDIRATTR(struct vnode *vp, struct attrlist *alist, struct uio *uio, uint32_t maxcount, argument
4599 a.a_maxcount = maxcount;
/xnu-2422.115.4/bsd/kern/
H A Dkdebug.c323 int maxcount; member in struct:krt
1382 if (t->count < t->maxcount) {
1577 akrt.maxcount = *mapcount;

Completed in 123 milliseconds