Searched refs:SND_CLONE_ASSERT (Results 1 – 1 of 1) sorted by relevance
92 #define SND_CLONE_ASSERT(x, y) do { \ macro97 #define SND_CLONE_ASSERT(...) KASSERT(__VA_ARGS__) macro172 SND_CLONE_ASSERT(!(typemask & ~SND_CLONE_MAXUNIT), in snd_clone_create()174 SND_CLONE_ASSERT(!(flags & ~SND_CLONE_MASK), in snd_clone_create()196 SND_CLONE_ASSERT(c != NULL, ("NULL snd_clone")); in snd_clone_busy()216 SND_CLONE_ASSERT(c != NULL, ("NULL snd_clone")); in snd_clone_enable()229 SND_CLONE_ASSERT(c != NULL, ("NULL snd_clone")); in snd_clone_disable()245 SND_CLONE_ASSERT(c != NULL, ("NULL snd_clone")); in snd_clone_getsize()253 SND_CLONE_ASSERT(c != NULL, ("NULL snd_clone")); in snd_clone_getmaxunit()261 SND_CLONE_ASSERT(c != NULL, ("NULL snd_clone")); in snd_clone_setmaxunit()[all …]