taglinefilesource code
current_drive286drivers/block/floppy.cstatic unsigned char current_drive = 255;
current_drive306drivers/block/floppy.cif (current_drive == (current_DOR & 3)) {
current_drive313drivers/block/floppy.ccurrent_DOR |= current_drive;
current_drive627drivers/block/floppy.cprintk(DEVICE_NAME ": Drive %d is write protected\n", current_drive);
current_drive690drivers/block/floppy.cbuffer_drive = current_drive;
current_drive715drivers/block/floppy.coutput_byte(current_drive);
current_drive720drivers/block/floppy.coutput_byte(head<<2 | current_drive);
current_drive730drivers/block/floppy.coutput_byte(head<<2 | current_drive);
current_drive785drivers/block/floppy.coutput_byte(current_drive);
current_drive787drivers/block/floppy.coutput_byte((head<<2) | current_drive);
current_drive829drivers/block/floppy.coutput_byte(head<<2 | current_drive);
current_drive912drivers/block/floppy.coutput_byte(head<<2 | current_drive);
current_drive926drivers/block/floppy.coutput_byte(head << 2 | current_drive);
current_drive933drivers/block/floppy.cchanged_floppies |= 1<<current_drive;
current_drive935drivers/block/floppy.cif (keep_data[current_drive]) {
current_drive936drivers/block/floppy.cif (keep_data[current_drive] > 0)
current_drive937drivers/block/floppy.ckeep_data[current_drive]--;
current_drive939drivers/block/floppy.cif (ftd_msg[current_drive] && current_type[current_drive] != NULL)
current_drive941drivers/block/floppy.c"change in fd%d\n",current_drive);
current_drive942drivers/block/floppy.ccurrent_type[current_drive] = NULL;
current_drive943drivers/block/floppy.cfloppy_sizes[current_drive] = MAX_DISK_SIZE;
current_drive954drivers/block/floppy.coutput_byte(head<<2 | current_drive);
current_drive1037drivers/block/floppy.cif (current_drive != CURRENT_DEV) {
current_drive1039drivers/block/floppy.ccurrent_drive = CURRENT_DEV;
current_drive1061drivers/block/floppy.cif (current_drive != (format_req.device & 3))
current_drive1063drivers/block/floppy.ccurrent_drive = format_req.device & 3;
current_drive1079drivers/block/floppy.c(current_drive == buffer_drive)) {
current_drive1092drivers/block/floppy.cdel_timer(motor_off_timer + current_drive);
current_drive1093drivers/block/floppy.cfloppy_on(current_drive);