Lines Matching defs:probed_format
2071 int probed_format;
2073 probed_format = drive_state[drive].probed_format;
2075 if (probed_format >= FD_AUTODETECT_SIZE ||
2076 !drive_params[drive].autodetect[probed_format]) {
2077 drive_state[drive].probed_format = 0;
2080 if (floppy_type[drive_params[drive].autodetect[probed_format]].sect) {
2081 drive_state[drive].probed_format = probed_format;
2084 probed_format++;
2093 drive_state[current_drive].probed_format++;
2724 (drive_params[current_drive].read_track & (1 << drive_state[current_drive].probed_format)))))) {
2898 drive_state[current_drive].probed_format = 0;
2907 _floppy = floppy_type + drive_params[current_drive].autodetect[drive_state[current_drive].probed_format];
3701 short probed_format;
3884 v.probed_format = drive_state[drive].probed_format;