tag | line | file | source code |
drive_state | 218 | drivers/block/floppy.c | #define DRS (&drive_state[current_drive]) |
drive_state | 226 | drivers/block/floppy.c | #define UDRS (&drive_state[drive]) |
drive_state | 358 | drivers/block/floppy.c | static struct floppy_drive_struct drive_state[N_DRIVE]; |
drive_state | 3023 | drivers/block/floppy.c | if (TYPE(drive_state[cnt].fd_device) == type && |
drive_state | 3024 | drivers/block/floppy.c | drive_state[cnt].fd_ref) |
drive_state | 3037 | drivers/block/floppy.c | if (TYPE(drive_state[cnt].fd_device) == type && |
drive_state | 3038 | drivers/block/floppy.c | drive_state[cnt].fd_ref) |
drive_state | 3039 | drivers/block/floppy.c | check_disk_change(drive_state[cnt]. |