Lines Matching refs:name
358 const char *name; /* name printed while booting */
2393 _floppy->name, current_drive);
3064 if (floppy->name)
3065 return floppy->name;
3340 floppy_type[type].name = "user format";
3569 offsetof(struct floppy_struct, name));
3755 BUILD_BUG_ON(offsetof(struct floppy_struct, name) !=
3756 offsetof(struct compat_floppy_struct, name));
3762 if (copy_from_user(&v, arg, offsetof(struct floppy_struct, name)))
3789 memcpy(&v, p, offsetof(struct floppy_struct, name));
4022 const char *name = NULL;
4028 name = default_drive_params[type].name;
4036 name = temparea;
4038 if (name) {
4048 pr_cont("%s fd%d is %s", prepend, drive, name);
4463 const char *name;
4508 if (strcmp(str, config_params[i].name) == 0) {
4530 pr_cont(" %s", config_params[i].name);
4583 .name = "floppy",
4776 floppy_device[drive].name = floppy_device_name;