Searched refs:cmax (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/sound/pcm/
H A Dsound.c132 int cmax; local
136 cmax = d->playcount + d->reccount - 1;
138 cmax += max(d->pvchancount, snd_maxautovchans) - 1;
140 cmax += max(d->rvchancount, snd_maxautovchans) - 1;
141 if (cmax > PCMMAXCLONE)
142 cmax = PCMMAXCLONE;
144 (void)snd_clone_setmaxunit(d->clones, cmax);
/freebsd-12-stable/usr.sbin/ppp/
H A Dcommand.c216 int n, cmax, dmax, cols, cxlen; local
235 cmax = dmax = 0;
238 if ((n = strlen(cmd->name) + strlen(showcx(cmd))) > cmax)
239 cmax = n;
244 cols = 80 / (dmax + cmax + 3);
251 cxlen = cmax - strlen(cmd->name);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev.c2989 uint64_t cmin, cmax; local
2991 if (vdev_resilver_needed(cvd, &cmin, &cmax)) {
2993 thismax = MAX(thismax, cmax);

Completed in 124 milliseconds