Searched refs:native_format (Results 1 – 8 of 8) sorted by relevance
179 int native_format; /* native format of this drive */ member
182 int native_format; /* native format of this drive */ member
3059 if (drive_params[drive].native_format) in drive_name()3060 floppy = floppy_type + drive_params[drive].native_format; in drive_name()3471 int native_format) in valid_floppy_drive_params() argument3482 if (native_format < 0 || native_format >= floppy_type_size) in valid_floppy_drive_params()3614 inparam.dp.native_format)) in fd_locked_ioctl()3693 compat_int_t native_format; member3805 if (!valid_floppy_drive_params(v.autodetect, v.native_format)) in compat_setdrvprm()3827 drive_params[drive].native_format = v.native_format; in compat_setdrvprm()3858 v.native_format = drive_params[drive].native_format; in compat_getdrvprm()
202 enum format : unsigned char { native_format, generic_format, auto_format }; in _GLIBCXX_VISIBILITY()
756 native_format,