tag | line | file | source code |
---|---|---|---|
FloppyIRQHandler | 573 | drivers/block/ataflop.c | static void (*FloppyIRQHandler)( int status ) = NULL; |
FloppyIRQHandler | 580 | drivers/block/ataflop.c | handler = FloppyIRQHandler; |
FloppyIRQHandler | 581 | drivers/block/ataflop.c | FloppyIRQHandler = NULL; |
FloppyIRQHandler | 624 | drivers/block/ataflop.c | #define SET_IRQ_HANDLER(proc) do { FloppyIRQHandler = (proc); } while(0) |
FloppyIRQHandler | 1236 | drivers/block/ataflop.c | if (!FloppyIRQHandler) goto end; /* int occurred after timer was fired, but |