taglinefilesource code
drive_state217drivers/block/floppy.c#define DRS (&drive_state[current_drive])
drive_state225drivers/block/floppy.c#define UDRS (&drive_state[drive])
drive_state340drivers/block/floppy.cstatic struct floppy_drive_struct drive_state[N_DRIVE];
drive_state3043drivers/block/floppy.cif (ITYPE(drive_state[cnt].fd_device) == type &&
drive_state3044drivers/block/floppy.cdrive_state[cnt].fd_ref)
drive_state3054drivers/block/floppy.cif (ITYPE(drive_state[cnt].fd_device) == type &&
drive_state3055drivers/block/floppy.cdrive_state[cnt].fd_ref)
drive_state3058drivers/block/floppy.cdrive_state[cnt].fd_device));