Searched refs:rid_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
366 rid_max = 2;
372 rid_max = 0;
378 rid_max = 1;
385 if (*rid > rid_max || alloced[*rid] == alloced_max)
397 int *alloced, rid_max; local
403 rid_max = 2;
407 rid_max = 0;
411 rid_max = 1;
417 if (rid > rid_max || alloce
[all...]
H A Dsbc.c544 int *alloced, rid_max, alloced_max; local
552 rid_max = IO_MAX - 1;
558 rid_max = DRQ_MAX - 1;
564 rid_max = IRQ_MAX - 1;
571 if (*rid > rid_max || alloced[*rid] == alloced_max)
583 int *alloced, rid_max; local
589 rid_max = IO_MAX - 1;
593 rid_max = DRQ_MAX - 1;
597 rid_max = IRQ_MAX - 1;
603 if (rid > rid_max || alloce
[all...]

Completed in 105 milliseconds