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

/freebsd-10.0-release/sys/dev/sound/
H A Dclone.h44 #define SND_CLONE_MAXUNIT 0xffffff macro
H A Dclone.c172 SND_CLONE_ASSERT(!(typemask & ~SND_CLONE_MAXUNIT),
175 !(maxunit & ~(~typemask & SND_CLONE_MAXUNIT)),
185 c->maxunit = (maxunit == -1) ? (~typemask & SND_CLONE_MAXUNIT) :
268 !(maxunit & ~(~c->typemask & SND_CLONE_MAXUNIT)),
272 c->maxunit = (maxunit == -1) ? (~c->typemask & SND_CLONE_MAXUNIT) :

Completed in 110 milliseconds