Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/sound/
H A Dclone.c617 int cunit, allocunit; in snd_clone_alloc() local
641 allocunit = (*unit == -1) ? 0 : *unit; in snd_clone_alloc()
670 if (*unit == -1 && (ce->unit & ~tmask) == allocunit) in snd_clone_alloc()
671 allocunit++; in snd_clone_alloc()
672 if ((ce->unit & ~tmask) < allocunit) in snd_clone_alloc()
711 if (allocunit < (nce->unit & ~tmask)) in snd_clone_alloc()
715 } else if (allocunit > c->maxunit) { in snd_clone_alloc()
768 ce->unit = tmask | allocunit; in snd_clone_alloc()
783 *unit = allocunit; in snd_clone_alloc()