taglinefilesource code
translation_table3089drivers/block/floppy.c} translation_table[]= {
translation_table3120drivers/block/floppy.cfor (i=0; i < ARRAY_SIZE(translation_table); i++) {
translation_table3121drivers/block/floppy.cif ((*cmd & 0xffff) == (translation_table[i].newcmd & 0xffff)){
translation_table3123drivers/block/floppy.c*cmd = translation_table[i].newcmd;
translation_table3149drivers/block/floppy.cfor (i=0; i < ARRAY_SIZE(translation_table); i++) {
translation_table3150drivers/block/floppy.cif (*cmd == translation_table[i].oldcmd) {
translation_table3151drivers/block/floppy.c*size = translation_table[i].oldsize;
translation_table3152drivers/block/floppy.c*cmd = translation_table[i].newcmd;