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

/freebsd-11-stable/contrib/top/
H A Ddisplay.c1121 register char maxcnt = 0; local
1141 msglen += maxcnt;
1177 if (cnt > maxcnt)
1179 maxcnt = cnt;
1189 msglen += overstrike ? maxcnt : cnt;
/freebsd-11-stable/lib/libkvm/
H A Dkvm_proc.c112 * at most maxcnt procs.
116 struct kinfo_proc *bp, int maxcnt)
143 for (; cnt < maxcnt && p != NULL; p = LIST_NEXT(&proc, p_list)) {
217 if (cnt >= maxcnt) {
464 * Return number of procs read. maxcnt is the max we will read.
468 u_long a_zombproc, int maxcnt)
478 acnt = kvm_proclist(kd, what, arg, p, bp, maxcnt);
486 zcnt = kvm_proclist(kd, what, arg, p, bp + acnt, maxcnt - acnt);
115 kvm_proclist(kvm_t *kd, int what, int arg, struct proc *p, struct kinfo_proc *bp, int maxcnt) argument
467 kvm_deadprocs(kvm_t *kd, int what, int arg, u_long a_allproc, u_long a_zombproc, int maxcnt) argument
/freebsd-11-stable/sys/netinet6/
H A Din6.c1539 int i, cnt = 0, maxcnt = 0, idx = 0, index = 0; local
1553 else if (maxcnt < cnt) {
1554 maxcnt = cnt;
1559 if (maxcnt < cnt) {
1560 maxcnt = cnt;
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c865 nfsrv_dumpclients(struct nfsd_dumpclients *dumpp, int maxcnt) argument
881 while (i < nfsrv_clienthashsize && cnt < maxcnt) {
883 while (clp != LIST_END(&nfsclienthash[i]) && cnt < maxcnt) {
890 if (cnt < maxcnt)
968 nfsrv_dumplocks(vnode_t vp, struct nfsd_dumplocks *ldumpp, int maxcnt, argument
1009 while (stp != LIST_END(&lfp->lf_open) && cnt < maxcnt) {
1048 while (lop != LIST_END(&lfp->lf_lock) && cnt < maxcnt) {
1088 while (stp != LIST_END(&lfp->lf_deleg) && cnt < maxcnt) {
1123 if (cnt < maxcnt)
/freebsd-11-stable/contrib/sendmail/src/
H A Dreadcf.c913 ** maxcnt -- the maximum possible values
923 toomany(id, maxcnt)
925 int maxcnt;
927 syserr("too many %c lines, %d max", id, maxcnt);
/freebsd-11-stable/contrib/binutils/bfd/
H A Delfxx-mips.c3105 unsigned int maxcnt = arg->max_count;
3115 if (primary_total > maxcnt)
3121 if (! arg->primary && lcount + gcount + tcount <= maxcnt
3131 && (arg->primary_count + lcount + gcount + tcount) <= maxcnt)
3160 && arg->current_count + lcount + gcount + tcount <= maxcnt)
3091 unsigned int maxcnt = arg->max_count; local

Completed in 221 milliseconds