Home
last modified time | relevance | path

Searched refs:cmax (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/sound/pcm/
HDsound.c130 int cmax; in pcm_clonereset() local
134 cmax = d->playcount + d->reccount - 1; in pcm_clonereset()
136 cmax += max(d->pvchancount, snd_maxautovchans) - 1; in pcm_clonereset()
138 cmax += max(d->rvchancount, snd_maxautovchans) - 1; in pcm_clonereset()
139 if (cmax > PCMMAXCLONE) in pcm_clonereset()
140 cmax = PCMMAXCLONE; in pcm_clonereset()
142 (void)snd_clone_setmaxunit(d->clones, cmax); in pcm_clonereset()
/freebsd-11-stable/sys/dev/digi/
HDdigireg.h36 volatile u_short cmax; member
HDdigi.c1419 head = (head + 4) & port->sc->gdata->cmax; in fepcmd()
1425 n = (head - tail) & port->sc->gdata->cmax; in fepcmd()
/freebsd-11-stable/usr.sbin/ppp/
HDcommand.c216 int n, cmax, dmax, cols, cxlen; in HelpCommand() local
235 cmax = dmax = 0; in HelpCommand()
238 if ((n = strlen(cmd->name) + strlen(showcx(cmd))) > cmax) in HelpCommand()
239 cmax = n; in HelpCommand()
244 cols = 80 / (dmax + cmax + 3); in HelpCommand()
251 cxlen = cmax - strlen(cmd->name); in HelpCommand()
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDvdev.c2825 uint64_t cmin, cmax; in vdev_resilver_needed() local
2827 if (vdev_resilver_needed(cvd, &cmin, &cmax)) { in vdev_resilver_needed()
2829 thismax = MAX(thismax, cmax); in vdev_resilver_needed()
/freebsd-11-stable/contrib/groff/src/roff/troff/
HDnode.cpp3404 vunits cmin, cmax; in vertical_extent() local
3405 n->vertical_extent(&cmin, &cmax); in vertical_extent()
3414 *max = cmax; in vertical_extent()
3432 *max = x + cmax; in vertical_extent()