taglinefilesource code
this_floppy1109drivers/block/floppy.cstruct floppy_struct *this_floppy;
this_floppy1130drivers/block/floppy.cif (drive > 3) this_floppy = &floppy_type[drive >> 2];
this_floppy1131drivers/block/floppy.celse if ((this_floppy = current_type[drive & 3]) == NULL)
this_floppy1137drivers/block/floppy.cput_fs_byte(((char *) this_floppy)[cnt],