taglinefilesource code
translation_table3092drivers/block/floppy.c} translation_table[]= {
translation_table3125drivers/block/floppy.cfor (i=0; i < ARRAY_SIZE(translation_table); i++) {
translation_table3126drivers/block/floppy.cif ((*cmd & 0xff3f) == (translation_table[i].newcmd & 0xff3f)){
translation_table3127drivers/block/floppy.c*cmd = translation_table[i].newcmd;
translation_table3163drivers/block/floppy.cfor (i=0; i < ARRAY_SIZE(translation_table); i++) {
translation_table3164drivers/block/floppy.cif (*cmd == translation_table[i].oldcmd) {
translation_table3165drivers/block/floppy.c*size = translation_table[i].oldsize;
translation_table3166drivers/block/floppy.c*cmd = translation_table[i].newcmd;