taglinefilesource code
current_drive308drivers/block/floppy.cstatic unsigned char current_drive = 255;
current_drive326drivers/block/floppy.cif (current_drive == (current_DOR & 3)) {
current_drive333drivers/block/floppy.ccurrent_DOR |= current_drive;
current_drive693drivers/block/floppy.cprintk(DEVICE_NAME ": Drive %d is write protected\n", current_drive);
current_drive756drivers/block/floppy.cbuffer_drive = current_drive;
current_drive781drivers/block/floppy.coutput_byte(current_drive);
current_drive786drivers/block/floppy.coutput_byte(head<<2 | current_drive);
current_drive796drivers/block/floppy.coutput_byte(head<<2 | current_drive);
current_drive851drivers/block/floppy.coutput_byte(current_drive);
current_drive853drivers/block/floppy.coutput_byte((head<<2) | current_drive);
current_drive893drivers/block/floppy.coutput_byte(head<<2 | current_drive);
current_drive976drivers/block/floppy.coutput_byte(head<<2 | current_drive);
current_drive990drivers/block/floppy.coutput_byte(head << 2 | current_drive);
current_drive997drivers/block/floppy.cchanged_floppies |= 1<<current_drive;
current_drive999drivers/block/floppy.cif (keep_data[current_drive]) {
current_drive1000drivers/block/floppy.cif (keep_data[current_drive] > 0)
current_drive1001drivers/block/floppy.ckeep_data[current_drive]--;
current_drive1003drivers/block/floppy.cif (ftd_msg[current_drive] && current_type[current_drive] != NULL)
current_drive1005drivers/block/floppy.c"change in fd%d\n",current_drive);
current_drive1006drivers/block/floppy.ccurrent_type[current_drive] = NULL;
current_drive1007drivers/block/floppy.cfloppy_sizes[current_drive] = MAX_DISK_SIZE;
current_drive1018drivers/block/floppy.coutput_byte(head<<2 | current_drive);
current_drive1101drivers/block/floppy.cif (current_drive != CURRENT_DEV) {
current_drive1103drivers/block/floppy.ccurrent_drive = CURRENT_DEV;
current_drive1125drivers/block/floppy.cif (current_drive != (format_req.device & 3))
current_drive1127drivers/block/floppy.ccurrent_drive = format_req.device & 3;
current_drive1143drivers/block/floppy.c(current_drive == buffer_drive)) {
current_drive1156drivers/block/floppy.cdel_timer(motor_off_timer + current_drive);
current_drive1157drivers/block/floppy.cfloppy_on(current_drive);