Searched refs:cmax (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/sys/dev/sound/pcm/ |
| HD | sound.c | 133 int cmax; in pcm_clonereset() local 137 cmax = d->playcount + d->reccount - 1; in pcm_clonereset() 139 cmax += max(d->pvchancount, snd_maxautovchans) - 1; in pcm_clonereset() 141 cmax += max(d->rvchancount, snd_maxautovchans) - 1; in pcm_clonereset() 142 if (cmax > PCMMAXCLONE) in pcm_clonereset() 143 cmax = PCMMAXCLONE; in pcm_clonereset() 145 (void)snd_clone_setmaxunit(d->clones, cmax); in pcm_clonereset()
|
| /freebsd-13-stable/usr.sbin/ppp/ |
| HD | 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-13-stable/sys/contrib/openzfs/module/zfs/ |
| HD | vdev.c | 3457 uint64_t cmin, cmax; in vdev_resilver_needed() local 3459 if (vdev_resilver_needed(cvd, &cmin, &cmax)) { in vdev_resilver_needed() 3461 thismax = MAX(thismax, cmax); in vdev_resilver_needed()
|