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

/freebsd-11.0-release/sys/dev/digi/
H A Ddigireg.h36 volatile u_short cmax; member in struct:global_data
H A Ddigi.c1419 head = (head + 4) & port->sc->gdata->cmax;
1425 n = (head - tail) & port->sc->gdata->cmax;
/freebsd-11.0-release/sys/dev/sound/pcm/
H A Dsound.c130 int cmax; local
134 cmax = d->playcount + d->reccount - 1;
136 cmax += max(d->pvchancount, snd_maxautovchans) - 1;
138 cmax += max(d->rvchancount, snd_maxautovchans) - 1;
139 if (cmax > PCMMAXCLONE)
140 cmax = PCMMAXCLONE;
142 (void)snd_clone_setmaxunit(d->clones, cmax);
/freebsd-11.0-release/usr.sbin/ppp/
H A Dcommand.c214 int n, cmax, dmax, cols, cxlen; local
233 cmax = dmax = 0;
236 if ((n = strlen(cmd->name) + strlen(showcx(cmd))) > cmax)
237 cmax = n;
242 cols = 80 / (dmax + cmax + 3);
249 cxlen = cmax - strlen(cmd->name);
/freebsd-11.0-release/contrib/groff/src/roff/troff/
H A Dnode.cpp3404 vunits cmin, cmax; local
3405 n->vertical_extent(&cmin, &cmax);
3414 *max = cmax;
3432 *max = x + cmax;
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev.c2283 uint64_t cmin, cmax; local
2285 if (vdev_resilver_needed(cvd, &cmin, &cmax)) {
2287 thismax = MAX(thismax, cmax);

Completed in 197 milliseconds