tag | line | file | source code |
drive_state | 163 | drivers/block/floppy.c | #define DRS (&drive_state[current_drive]) |
drive_state | 171 | drivers/block/floppy.c | #define UDRS (&drive_state[drive]) |
drive_state | 295 | drivers/block/floppy.c | static struct floppy_drive_struct drive_state[N_DRIVE]; |
drive_state | 2817 | drivers/block/floppy.c | if (TYPE(drive_state[cnt].fd_device) == type && |
drive_state | 2818 | drivers/block/floppy.c | drive_state[cnt].fd_ref) |
drive_state | 2831 | drivers/block/floppy.c | if (TYPE(drive_state[cnt].fd_device) == type && |
drive_state | 2832 | drivers/block/floppy.c | drive_state[cnt].fd_ref) |
drive_state | 2833 | drivers/block/floppy.c | check_disk_change(drive_state[cnt]. |