Lines Matching defs:probed_format
2070 int probed_format;
2072 probed_format = drive_state[drive].probed_format;
2074 if (probed_format >= FD_AUTODETECT_SIZE ||
2075 !drive_params[drive].autodetect[probed_format]) {
2076 drive_state[drive].probed_format = 0;
2079 if (floppy_type[drive_params[drive].autodetect[probed_format]].sect) {
2080 drive_state[drive].probed_format = probed_format;
2083 probed_format++;
2092 drive_state[current_drive].probed_format++;
2809 drive_state[current_drive].probed_format = 0;
2818 _floppy = floppy_type + drive_params[current_drive].autodetect[drive_state[current_drive].probed_format];
3608 short probed_format;
3791 v.probed_format = drive_state[drive].probed_format;