Searched refs:devcmax (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/sys/dev/sound/pcm/ |
| H A D | dsp.c | 2343 int i, unit, udcmask, cunit, devtype, devhw, devcmax, tumax; in dsp_clone() local 2355 devcmax = -1; in dsp_clone() 2369 devcmax = dsp_cdevs[i].max - 1; in dsp_clone() 2399 KASSERT(devcmax <= dsp_cmax, in dsp_clone() 2400 ("overflow: devcmax=%d, dsp_cmax=%d", devcmax, dsp_cmax)); in dsp_clone() 2401 if (cunit > devcmax) { in dsp_clone()
|