taglinefilesource code
translation_table3208drivers/block/floppy.c} translation_table[]= {
translation_table3240drivers/block/floppy.cfor (i=0; i < ARRAY_SIZE(translation_table); i++) {
translation_table3241drivers/block/floppy.cif ((*cmd & 0xffff) == (translation_table[i].newcmd & 0xffff)){
translation_table3243drivers/block/floppy.c*cmd = translation_table[i].newcmd;
translation_table3269drivers/block/floppy.cfor (i=0; i < ARRAY_SIZE(translation_table); i++) {
translation_table3270drivers/block/floppy.cif (*cmd == translation_table[i].oldcmd) {
translation_table3271drivers/block/floppy.c*size = translation_table[i].oldsize;
translation_table3272drivers/block/floppy.c*cmd = translation_table[i].newcmd;