Searched refs:cmax (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/sys/dev/sound/pcm/ |
| D | sound.c | 138 int cmax; in pcm_clonereset() local 142 cmax = d->playcount + d->reccount - 1; in pcm_clonereset() 144 cmax += max(d->pvchancount, snd_maxautovchans) - 1; in pcm_clonereset() 146 cmax += max(d->rvchancount, snd_maxautovchans) - 1; in pcm_clonereset() 147 if (cmax > PCMMAXCLONE) in pcm_clonereset() 148 cmax = PCMMAXCLONE; in pcm_clonereset() 150 (void)snd_clone_setmaxunit(d->clones, cmax); in pcm_clonereset()
|
| /freebsd-10-stable/sys/dev/digi/ |
| D | digireg.h | 36 volatile u_short cmax; member
|
| D | digi.c | 1419 head = (head + 4) & port->sc->gdata->cmax; in fepcmd() 1425 n = (head - tail) & port->sc->gdata->cmax; in fepcmd()
|
| /freebsd-10-stable/usr.sbin/ppp/ |
| D | command.c | 214 int n, cmax, dmax, cols, cxlen; in HelpCommand() local 233 cmax = dmax = 0; in HelpCommand() 236 if ((n = strlen(cmd->name) + strlen(showcx(cmd))) > cmax) in HelpCommand() 237 cmax = n; in HelpCommand() 242 cols = 80 / (dmax + cmax + 3); in HelpCommand() 249 cxlen = cmax - strlen(cmd->name); in HelpCommand()
|
| /freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | vdev.c | 2219 uint64_t cmin, cmax; in vdev_resilver_needed() local 2221 if (vdev_resilver_needed(cvd, &cmin, &cmax)) { in vdev_resilver_needed() 2223 thismax = MAX(thismax, cmax); in vdev_resilver_needed()
|
| /freebsd-10-stable/contrib/groff/src/roff/troff/ |
| D | node.cpp | 3404 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()
|