Lines Matching refs:v32
3822 struct compat_floppy_fdc_state v32;
3829 memset(&v32, 0, sizeof(struct compat_floppy_fdc_state));
3830 v32.spec1 = v.spec1;
3831 v32.spec2 = v.spec2;
3832 v32.dtr = v.dtr;
3833 v32.version = v.version;
3834 v32.dor = v.dor;
3835 v32.address = v.address;
3836 v32.rawcmd = v.rawcmd;
3837 v32.reset = v.reset;
3838 v32.need_configure = v.need_configure;
3839 v32.perp_mode = v.perp_mode;
3840 v32.has_fifo = v.has_fifo;
3841 v32.driver_version = v.driver_version;
3842 memcpy(v32.track, v.track, 4);
3843 if (copy_to_user(arg, &v32, sizeof(struct compat_floppy_fdc_state)))
3851 struct compat_floppy_write_errors v32;
3854 memset(&v32, 0, sizeof(struct compat_floppy_write_errors));
3858 v32.write_errors = v.write_errors;
3859 v32.first_error_sector = v.first_error_sector;
3860 v32.first_error_generation = v.first_error_generation;
3861 v32.last_error_sector = v.last_error_sector;
3862 v32.last_error_generation = v.last_error_generation;
3863 v32.badness = v.badness;
3864 if (copy_to_user(arg, &v32, sizeof(struct compat_floppy_write_errors)))