taglinefilesource code
floppy_struct148drivers/block/floppy.cstatic struct floppy_struct floppy_type[] = {
floppy_struct164drivers/block/floppy.cstatic struct floppy_struct floppy_types[] = {
floppy_struct176drivers/block/floppy.cstruct floppy_struct *current_type[4] = { NULL, NULL, NULL, NULL };
floppy_struct179drivers/block/floppy.cstruct floppy_struct *base_type[4];
floppy_struct185drivers/block/floppy.cstruct floppy_struct user_params[4];
floppy_struct285drivers/block/floppy.cstatic struct floppy_struct * floppy = floppy_type;
floppy_struct1109drivers/block/floppy.cstruct floppy_struct *this_floppy;
floppy_struct1133drivers/block/floppy.ci = verify_area(VERIFY_WRITE,(void *) param,sizeof(struct floppy_struct));
floppy_struct1136drivers/block/floppy.cfor (cnt = 0; cnt < sizeof(struct floppy_struct); cnt++)
floppy_struct1194drivers/block/floppy.csizeof(struct floppy_struct));
floppy_struct1236drivers/block/floppy.cstatic struct floppy_struct *find_base(int drive,int code)
floppy_struct1238drivers/block/floppy.cstruct floppy_struct *base;