taglinefilesource code
drive_state212drivers/block/floppy.c#define DRS (&drive_state[current_drive])
drive_state220drivers/block/floppy.c#define UDRS (&drive_state[drive])
drive_state335drivers/block/floppy.cstatic struct floppy_drive_struct drive_state[N_DRIVE];
drive_state3037drivers/block/floppy.cif (ITYPE(drive_state[cnt].fd_device) == type &&
drive_state3038drivers/block/floppy.cdrive_state[cnt].fd_ref)
drive_state3048drivers/block/floppy.cif (ITYPE(drive_state[cnt].fd_device) == type &&
drive_state3049drivers/block/floppy.cdrive_state[cnt].fd_ref)
drive_state3052drivers/block/floppy.cdrive_state[cnt].fd_device));