taglinefilesource code
drive_state216drivers/block/floppy.c#define DRS (&drive_state[current_drive])
drive_state224drivers/block/floppy.c#define UDRS (&drive_state[drive])
drive_state339drivers/block/floppy.cstatic struct floppy_drive_struct drive_state[N_DRIVE];
drive_state3041drivers/block/floppy.cif (TYPE(drive_state[cnt].fd_device) == type &&
drive_state3042drivers/block/floppy.cdrive_state[cnt].fd_ref)
drive_state3052drivers/block/floppy.cif (TYPE(drive_state[cnt].fd_device) == type &&
drive_state3053drivers/block/floppy.cdrive_state[cnt].fd_ref)
drive_state3056drivers/block/floppy.cdrive_state[cnt].fd_device));