tag | line | file | source code |
current_type | 399 | drivers/block/floppy.c | static struct floppy_struct *current_type[N_DRIVE] = { |
current_type | 680 | drivers/block/floppy.c | current_type[drive] != NULL) |
current_type | 683 | drivers/block/floppy.c | current_type[drive] = NULL; |
current_type | 1944 | drivers/block/floppy.c | floppy = current_type[ DRIVE(device) ]; |
current_type | 2176 | drivers/block/floppy.c | current_type[current_drive] = floppy; |
current_type | 2185 | drivers/block/floppy.c | current_type[current_drive] = floppy; |
current_type | 3067 | drivers/block/floppy.c | current_type[drive] = &user_params[drive]; |
current_type | 3226 | drivers/block/floppy.c | current_type[drive] = NULL; |
current_type | 3238 | drivers/block/floppy.c | outparam = (char *) current_type[drive]; |
current_type | 3542 | drivers/block/floppy.c | (!TYPE(dev) && !current_type[drive])) |
current_type | 3553 | drivers/block/floppy.c | #define NO_GEOM (!current_type[drive] && !TYPE(dev)) |