tag | line | file | source code |
drive_state | 216 | drivers/block/floppy.c | #define DRS (&drive_state[current_drive]) |
drive_state | 224 | drivers/block/floppy.c | #define UDRS (&drive_state[drive]) |
drive_state | 339 | drivers/block/floppy.c | static struct floppy_drive_struct drive_state[N_DRIVE]; |
drive_state | 3041 | drivers/block/floppy.c | if (TYPE(drive_state[cnt].fd_device) == type && |
drive_state | 3042 | drivers/block/floppy.c | drive_state[cnt].fd_ref) |
drive_state | 3052 | drivers/block/floppy.c | if (TYPE(drive_state[cnt].fd_device) == type && |
drive_state | 3053 | drivers/block/floppy.c | drive_state[cnt].fd_ref) |
drive_state | 3056 | drivers/block/floppy.c | drive_state[cnt].fd_device)); |