Home
last modified time | relevance | path

Searched refs:current_errors (Results 1 – 1 of 1) sorted by relevance

/FileX-v6.4.1/common/src/
Dfx_media_check.c171 ULONG bytes_per_cluster, i, current_errors; in _fx_media_check() local
328current_errors = _fx_media_check_FAT_chain_check(media_ptr, media_ptr -> fx_media_root_cluster_32, in _fx_media_check()
332 *errors_detected = *errors_detected | current_errors; in _fx_media_check()
338 if (current_errors & FX_IO_ERROR) in _fx_media_check()
440current_errors = _fx_media_check_FAT_chain_check(media_ptr, dir_entry_ptr -> fx_dir_entry_cluster, in _fx_media_check()
444 *errors_detected = *errors_detected | current_errors; in _fx_media_check()
450 if (current_errors & FX_IO_ERROR) in _fx_media_check()
678current_errors = _fx_media_check_lost_cluster_check(media_ptr, logical_fat, media_ptr -> fx_media… in _fx_media_check()
681 *errors_detected = *errors_detected | current_errors; in _fx_media_check()
687 if (current_errors & FX_IO_ERROR) in _fx_media_check()