Searched refs:SND_CLONE_MAXUNIT (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/sound/
H A Dclone.h46 #define SND_CLONE_MAXUNIT 0xffffff macro
H A Dclone.c175 SND_CLONE_ASSERT(!(typemask & ~SND_CLONE_MAXUNIT),
178 !(maxunit & ~(~typemask & SND_CLONE_MAXUNIT)),
188 c->maxunit = (maxunit == -1) ? (~typemask & SND_CLONE_MAXUNIT) :
271 !(maxunit & ~(~c->typemask & SND_CLONE_MAXUNIT)),
275 c->maxunit = (maxunit == -1) ? (~c->typemask & SND_CLONE_MAXUNIT) :

Completed in 27 milliseconds