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

/osnet-11/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;

Completed in 31 milliseconds