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

/freebsd-9.3-release/contrib/top/
H A Ddisplay.c1047 register char maxcnt = 0; local
1067 msglen += maxcnt;
1103 if (cnt > maxcnt)
1105 maxcnt = cnt;
1115 msglen += overstrike ? maxcnt : cnt;
/freebsd-9.3-release/lib/libkvm/
H A Dkvm_proc.c110 * at most maxcnt procs.
114 struct kinfo_proc *bp, int maxcnt)
141 for (; cnt < maxcnt && p != NULL; p = LIST_NEXT(&proc, p_list)) {
215 if (cnt >= maxcnt) {
446 * Return number of procs read. maxcnt is the max we will read.
450 u_long a_zombproc, int maxcnt)
460 acnt = kvm_proclist(kd, what, arg, p, bp, maxcnt);
468 zcnt = kvm_proclist(kd, what, arg, p, bp + acnt, maxcnt - acnt);
113 kvm_proclist(kvm_t *kd, int what, int arg, struct proc *p, struct kinfo_proc *bp, int maxcnt) argument
449 kvm_deadprocs(kvm_t *kd, int what, int arg, u_long a_allproc, u_long a_zombproc, int maxcnt) argument
/freebsd-9.3-release/sys/netinet6/
H A Din6.c2009 int i, cnt = 0, maxcnt = 0, idx = 0, index = 0; local
2023 else if (maxcnt < cnt) {
2024 maxcnt = cnt;
2029 if (maxcnt < cnt) {
2030 maxcnt = cnt;
/freebsd-9.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c621 nfsrv_dumpclients(struct nfsd_dumpclients *dumpp, int maxcnt) argument
637 while (i < NFSCLIENTHASHSIZE && cnt < maxcnt) {
639 while (clp != LIST_END(&nfsclienthash[i]) && cnt < maxcnt) {
646 if (cnt < maxcnt)
713 nfsrv_dumplocks(vnode_t vp, struct nfsd_dumplocks *ldumpp, int maxcnt, argument
750 while (stp != LIST_END(&lfp->lf_open) && cnt < maxcnt) {
781 while (lop != LIST_END(&lfp->lf_lock) && cnt < maxcnt) {
813 while (stp != LIST_END(&lfp->lf_deleg) && cnt < maxcnt) {
840 if (cnt < maxcnt)
/freebsd-9.3-release/contrib/sendmail/src/
H A Dreadcf.c868 ** maxcnt -- the maximum possible values
878 toomany(id, maxcnt)
880 int maxcnt;
882 syserr("too many %c lines, %d max", id, maxcnt);
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delfxx-mips.c3101 unsigned int maxcnt = arg->max_count;
3111 if (primary_total > maxcnt)
3117 if (! arg->primary && lcount + gcount + tcount <= maxcnt
3127 && (arg->primary_count + lcount + gcount + tcount) <= maxcnt)
3156 && arg->current_count + lcount + gcount + tcount <= maxcnt)
3087 unsigned int maxcnt = arg->max_count; local

Completed in 143 milliseconds