Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pcm/
H A Ddsp.c2377 int i, unit, udcmask, cunit, devtype, devhw, devcmax, tumax; in dsp_clone() local
2402 devcmax = -1; in dsp_clone()
2410 devcmax = dsp_cdevs[i].max - 1; in dsp_clone()
2434 KASSERT(devcmax <= dsp_cmax, in dsp_clone()
2435 ("overflow: devcmax=%d, dsp_cmax=%d", devcmax, dsp_cmax)); in dsp_clone()
2436 if (cunit > devcmax) { in dsp_clone()