taglinefilesource code
drive_state238drivers/block/floppy.c#define DRS (&drive_state[current_drive])
drive_state246drivers/block/floppy.c#define UDRS (&drive_state[drive])
drive_state361drivers/block/floppy.cstatic struct floppy_drive_struct drive_state[N_DRIVE];
drive_state3142drivers/block/floppy.cif (ITYPE(drive_state[cnt].fd_device) == type &&
drive_state3143drivers/block/floppy.cdrive_state[cnt].fd_ref)
drive_state3153drivers/block/floppy.cif (ITYPE(drive_state[cnt].fd_device) == type &&
drive_state3154drivers/block/floppy.cdrive_state[cnt].fd_ref)
drive_state3157drivers/block/floppy.cdrive_state[cnt].fd_device));