taglinefilesource code
translation_table3093drivers/block/floppy.c} translation_table[]= {
translation_table3124drivers/block/floppy.cfor (i=0; i < ARRAY_SIZE(translation_table); i++) {
translation_table3125drivers/block/floppy.cif ((*cmd & 0xffff) == (translation_table[i].newcmd & 0xffff)){
translation_table3127drivers/block/floppy.c*cmd = translation_table[i].newcmd;
translation_table3153drivers/block/floppy.cfor (i=0; i < ARRAY_SIZE(translation_table); i++) {
translation_table3154drivers/block/floppy.cif (*cmd == translation_table[i].oldcmd) {
translation_table3155drivers/block/floppy.c*size = translation_table[i].oldsize;
translation_table3156drivers/block/floppy.c*cmd = translation_table[i].newcmd;