Searched refs:IRQ_NONE (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/grub/grub-0.97/netboot/
H A Dpic8259.c116 irq_t undi_irq_installed_on = IRQ_NONE;
132 if ( undi_irq_installed_on != IRQ_NONE ) {
164 if ( undi_irq_installed_on == IRQ_NONE ) return 1;
182 undi_irq_installed_on = IRQ_NONE;
202 if ( irq == IRQ_NONE ) {};
H A Dpic8259.h66 #define IRQ_NONE (0xff) macro
H A Dundi.c38 IRQ_NONE };
851 undi.irq = IRQ_NONE;
902 if ( undi.irq != IRQ_NONE ) {
904 undi.irq = IRQ_NONE;
/opensolaris-onvv-gate/usr/src/uts/intel/io/drm/
H A Dradeon_irq.c86 return (IRQ_NONE);
H A Di915_irq.c432 int ret = IRQ_NONE;
499 return IRQ_NONE;
/opensolaris-onvv-gate/usr/src/uts/common/io/drm/
H A DdrmP.h287 #define IRQ_NONE DDI_INTR_UNCLAIMED macro

Completed in 104 milliseconds