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

/darwin-on-arm/xnu/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);
/darwin-on-arm/xnu/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) ||
/darwin-on-arm/xnu/bsd/nfs/
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...]
/darwin-on-arm/xnu/bsd/kern/
H A Dkdebug.c283 int maxcount; member in struct:krt
1091 if (t->count < t->maxcount) {
1199 akrt.maxcount = kd_mapcount;
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c2389 int maxcount; member in struct:getfsstat_struct
2404 if (fstp->sfsp && fstp->count < fstp->maxcount) {
2480 size_t count, maxcount, bufsize, macsize; local
2487 maxcount = bufsize / sizeof(struct user64_statfs);
2490 maxcount = bufsize / sizeof(struct user32_statfs);
2504 if (count != maxcount)
2542 fst.maxcount = maxcount;
2555 if (fst.sfsp && fst.count > fst.maxcount)
2556 *retval = fst.maxcount;
2604 int count, maxcount; local
[all...]
H A Dkpi_vfs.c5386 VNOP_READDIRATTR(struct vnode *vp, struct attrlist *alist, struct uio *uio, uint32_t maxcount, argument
5400 a.a_maxcount = maxcount;

Completed in 120 milliseconds