/src/sys/arch/shark/include/ |
intr.h | 51 #define IST_NONE 0 /* none (dummy) */
|
/src/sys/arch/acorn32/include/ |
intr.h | 54 #define IST_NONE 0 /* none (dummy) */
|
/src/sys/arch/hppa/include/ |
intrdefs.h | 18 #define IST_NONE 0 /* none */
|
/src/sys/arch/alpha/jensenio/ |
jensenio_intr.c | 83 IST_NONE, /* 3: EISA pin B25 */ 84 IST_NONE, /* 4: EISA pin B24 */ 85 IST_NONE, /* 5: EISA pin B23 */ 86 IST_NONE, /* 6: EISA pin B22 (floppy) */ 87 IST_NONE, /* 7: EISA pin B21 */ 89 IST_NONE, /* 9: EISA pin B04 */ 90 IST_NONE, /* 10: EISA pin D03 */ 91 IST_NONE, /* 11: EISA pin D04 */ 92 IST_NONE, /* 12: EISA pin D05 */ 94 IST_NONE, /* 14: EISA pin D07 (SCSI) * [all...] |
/src/sys/arch/sh3/include/ |
intr.h | 35 #define IST_NONE 0 /* none */
|
/src/sys/arch/ia64/include/ |
intrdefs.h | 47 #define IST_NONE 0 /* none */
|
/src/sys/arch/epoc32/include/ |
intr.h | 56 #define IST_NONE 0 /* none */
|
/src/sys/arch/hpcarm/include/ |
intr.h | 53 #define IST_NONE 0 /* none (dummy) */
|
/src/sys/arch/iyonix/include/ |
intr.h | 56 #define IST_NONE 0 /* none */
|
/src/sys/arch/x86/include/ |
intrdefs.h | 19 #define IST_NONE 0 /* none */
|
/src/sys/arch/zaurus/include/ |
intr.h | 56 #define IST_NONE 0 /* none */
|
/src/sys/arch/evbarm/include/ |
intr.h | 56 #define IST_NONE 0 /* none */
|
/src/sys/arch/alpha/pci/ |
pci_2100_a500.c | 125 IST_NONE, /* EISA IRQ 3 (edge/level) */ 126 IST_NONE, /* EISA IRQ 4 (edge/level) */ 127 IST_NONE, /* EISA IRQ 5 (edge/level) */ 128 IST_NONE, /* EISA IRQ 6 (edge/level) */ 129 IST_NONE, /* EISA IRQ 7 (edge/level) */ 131 IST_NONE, /* EISA IRQ 9 (edge/level) */ 132 IST_NONE, /* EISA IRQ 10 (edge/level) */ 133 IST_NONE, /* EISA IRQ 11 (edge/level) */ 134 IST_NONE, /* EISA IRQ 12 (edge/level) */ 136 IST_NONE, /* EISA IRQ 14 (edge/level) * [all...] |
sio_pic.c | 411 sio_setirqstat(i, 0, IST_NONE); 413 IST_NONE); 460 if (irq > ICU_LEN || type == IST_NONE) 531 ist = IST_NONE; 687 if (type == IST_NONE) 707 case IST_NONE:
|
/src/sys/arch/alpha/common/ |
shared_intr.c | 86 case IST_NONE: 109 intr[i].intr_sharetype = IST_NONE; 110 intr[i].intr_dfltsharetype = IST_NONE; 169 KASSERT(type != IST_NONE); 241 if (type != IST_NONE) { 256 case IST_NONE:
|
/src/sys/arch/or1k/include/ |
intr.h | 62 #define IST_NONE 0 /* none */
|
/src/sys/arch/powerpc/include/ |
intr.h | 54 #define IST_NONE 0 /* none */
|
/src/sys/arch/vax/include/ |
intr.h | 63 #define IST_NONE 0 /* none (dummy) */
|
/src/sys/arch/atari/include/ |
intr.h | 46 #define IST_NONE 0 /* none (dummy) */
|
/src/sys/arch/riscv/include/ |
intr.h | 63 #define IST_NONE 0 /* none (dummy) */
|
/src/sys/arch/arm/footbridge/isa/ |
isa_machdep.c | 257 if (type == IST_NONE) 278 case IST_NONE: 343 if (!LEGAL_IRQ(irq) || type == IST_NONE) 349 case IST_NONE: 369 if (type != IST_NONE) 417 iq->iq_ist = IST_NONE;
|
/src/sys/arch/mips/include/ |
intr.h | 60 #define IST_NONE 0 /* none (dummy) */
|
/src/sys/arch/evbarm/tsarm/isa/ |
isa_machdep.c | 109 if (type == IST_NONE)
|
/src/sys/arch/arc/isa/ |
isabus.c | 351 if (!LEGAL_IRQ(irq) || type == IST_NONE) 355 case IST_NONE: 363 if (type != IST_NONE) 481 intrtype[i] = IST_NONE; 577 if (intrtype[irq] == IST_NONE) {
|
/src/sys/arch/algor/pci/ |
pcib.c | 272 sc->sc_intrtab[i].intr_type = IST_NONE; 426 if (irq > 15 || irq == 2 || type == IST_NONE) 436 case IST_NONE: 514 if (type == IST_NONE) 531 case IST_NONE:
|