tag | line | file | source code |
floppy_struct | 148 | drivers/block/floppy.c | static struct floppy_struct floppy_type[] = { |
floppy_struct | 164 | drivers/block/floppy.c | static struct floppy_struct floppy_types[] = { |
floppy_struct | 176 | drivers/block/floppy.c | struct floppy_struct *current_type[4] = { NULL, NULL, NULL, NULL }; |
floppy_struct | 179 | drivers/block/floppy.c | struct floppy_struct *base_type[4]; |
floppy_struct | 185 | drivers/block/floppy.c | struct floppy_struct user_params[4]; |
floppy_struct | 285 | drivers/block/floppy.c | static struct floppy_struct * floppy = floppy_type; |
floppy_struct | 1109 | drivers/block/floppy.c | struct floppy_struct *this_floppy; |
floppy_struct | 1133 | drivers/block/floppy.c | i = verify_area(VERIFY_WRITE,(void *) param,sizeof(struct floppy_struct)); |
floppy_struct | 1136 | drivers/block/floppy.c | for (cnt = 0; cnt < sizeof(struct floppy_struct); cnt++) |
floppy_struct | 1194 | drivers/block/floppy.c | sizeof(struct floppy_struct)); |
floppy_struct | 1236 | drivers/block/floppy.c | static struct floppy_struct *find_base(int drive,int code) |
floppy_struct | 1238 | drivers/block/floppy.c | struct floppy_struct *base; |