Home | History | Annotate | Download | only in libossaudio

Lines Matching defs:NETBSD_MAXDEVS

34 /* If the NetBSD mixer device should have more than NETBSD_MAXDEVS devices
36 #define NETBSD_MAXDEVS 64
42 rdevmap[NETBSD_MAXDEVS];
43 char names[NETBSD_MAXDEVS][MAX_AUDIO_DEV_LEN];
44 int enum2opaque[NETBSD_MAXDEVS];
284 for(i = 0; i < NETBSD_MAXDEVS; i++) {
289 for(i = 0; i < NETBSD_MAXDEVS; i++) {
318 for(i = 0; i < NETBSD_MAXDEVS; i++) {
355 for (i = 0; i < NETBSD_MAXDEVS; i++) {
365 if (i >= NETBSD_MAXDEVS)
374 if (enm >= NETBSD_MAXDEVS)
385 if (enm >= NETBSD_MAXDEVS)