HomeSort by: relevance | last modified time | path
    Searched defs:bestirq (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/evbarm/tsarm/isa/
isa_machdep.c 107 int i, bestirq, count; local in function:isa_intr_alloc
112 bestirq = -1;
122 bestirq = isairq[i];
127 if (bestirq == -1)
130 *irq = bestirq;
  /src/sys/arch/arm/footbridge/isa/
isa_machdep.c 253 int i, tmp, bestirq, count; local in function:isa_intr_alloc
260 bestirq = -1;
301 if ((bestirq == -1) || (count > tmp)) {
302 bestirq = i;
313 if (bestirq == -1)
316 *irq = bestirq;
  /src/sys/arch/x86/isa/
isa_machdep.c 122 int i, tmp, bestirq, count; local in function:isa_intr_alloc
132 bestirq = -1;
174 if ((bestirq == -1) || (count > tmp)) {
175 bestirq = i;
187 if (bestirq == -1)
190 *irq = bestirq;
  /src/sys/arch/algor/pci/
pcib.c 511 int i, tmp, bestirq, count; local in function:pcib_isa_intr_alloc
517 bestirq = -1;
551 if (bestirq == -1 || count > tmp) {
552 bestirq = i;
563 if (bestirq == -1)
566 *irq = bestirq;
  /src/sys/arch/evbmips/malta/pci/
pcib.c 560 int i, tmp, bestirq, count; local in function:pcib_isa_intr_alloc
566 bestirq = -1;
596 if (bestirq == -1 || count > tmp) {
597 bestirq = i;
608 if (bestirq == -1)
611 *irq = bestirq;
  /src/sys/arch/alpha/pci/
sio_pic.c 684 int i, tmp, bestirq, count; local in function:sio_intr_alloc
690 bestirq = -1;
730 if ((bestirq == -1) || (count > tmp)) {
731 bestirq = i;
742 if (bestirq == -1)
745 *irq = bestirq;

Completed in 111 milliseconds