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

/freebsd-12-stable/sys/dev/sound/isa/
H A Dgusc.c358 int *alloced, rid_max, alloced_max; local
367 alloced_max = 2; /* pcm + midi (more to include synth) */
373 alloced_max = 2; /* pcm and midi share the single irq. */
379 alloced_max = 1;
385 if (*rid > rid_max || alloced[*rid] == alloced_max)
H A Dsbc.c544 int *alloced, rid_max, alloced_max; local
553 alloced_max = 1;
559 alloced_max = 1;
565 alloced_max = INTR_MAX; /* pcm and mpu may share the irq. */
571 if (*rid > rid_max || alloced[*rid] == alloced_max)

Completed in 97 milliseconds