taglinefilesource code
current_hwif371drivers/block/ide.cstatic volatile byte   current_hwif = 0;  /* for single_threaded==1 */
current_hwif958drivers/block/ide.chwif = current_hwif;
current_hwif1132drivers/block/ide.ccurrent_hwif = hwif;  /* used *only* when single_threaded==1 */
current_hwif1245drivers/block/ide.cDO_IDE_REQUEST(current_hwif);
current_hwif1303drivers/block/ide.cstart_ide_timer(current_hwif);
current_hwif1344drivers/block/ide.cIDE_INTR(current_hwif);
current_hwif1345drivers/block/ide.cstart_ide_timer(current_hwif);