taglinefilesource code
current_hwif377drivers/block/ide.cstatic volatile byte   current_hwif = 0;  /* for single_threaded==1 */
current_hwif964drivers/block/ide.chwif = current_hwif;
current_hwif1138drivers/block/ide.ccurrent_hwif = hwif;  /* used *only* when single_threaded==1 */
current_hwif1251drivers/block/ide.cDO_IDE_REQUEST(current_hwif);
current_hwif1309drivers/block/ide.cstart_ide_timer(current_hwif);
current_hwif1350drivers/block/ide.cIDE_INTR(current_hwif);
current_hwif1351drivers/block/ide.cstart_ide_timer(current_hwif);