Home
last modified time | relevance | path

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

/FileX-v6.2.1/common/src/
Dfx_file_extended_truncate_release.c98 ULONG contents; in _fx_file_extended_truncate_release() local
293 status = _fx_utility_FAT_entry_read(media_ptr, cluster, &contents); in _fx_file_extended_truncate_release()
314 cluster = contents; in _fx_file_extended_truncate_release()
399 status = _fx_utility_FAT_entry_read(media_ptr, cluster, &contents); in _fx_file_extended_truncate_release()
436 status = _fx_utility_FAT_entry_read(media_ptr, cluster, &contents); in _fx_file_extended_truncate_release()
453 … media_ptr -> fx_media_fat_last, contents, media_ptr -> fx_media_fat_last); in _fx_file_extended_truncate_release()
559 cluster = contents; in _fx_file_extended_truncate_release()
649 status = _fx_utility_FAT_entry_read(media_ptr, cluster, &contents); in _fx_file_extended_truncate_release()
670 cluster = contents; in _fx_file_extended_truncate_release()
Dfx_file_delete.c97 ULONG contents; in _fx_file_delete() local
302 status = _fx_utility_FAT_entry_read(media_ptr, cluster, &contents); in _fx_file_delete()
319 if ((cluster == contents) || (cluster_count > media_ptr -> fx_media_total_clusters)) in _fx_file_delete()
353 cluster = contents; in _fx_file_delete()
Dfx_file_open.c92 ULONG contents = 0; in _fx_file_open() local
340 status = _fx_utility_FAT_entry_read(media_ptr, cluster, &contents); in _fx_file_open()
354 if ((cluster == contents) || (cluster_count > media_ptr -> fx_media_total_clusters)) in _fx_file_open()
367 if (cluster + 1 == contents) in _fx_file_open()
390 cluster = contents; in _fx_file_open()
433 ((cluster_count) && (contents < fat_last))) in _fx_file_open()
Dfx_file_extended_seek.c85 ULONG contents = 0; in _fx_file_extended_seek() local
189 status = _fx_utility_FAT_entry_read(media_ptr, cluster, &contents); in _fx_file_extended_seek()
206 cluster = contents; in _fx_file_extended_seek()
Dfx_file_extended_truncate.c90 ULONG contents = 0; in _fx_file_extended_truncate() local
235 status = _fx_utility_FAT_entry_read(media_ptr, cluster, &contents); in _fx_file_extended_truncate()
252 cluster = contents; in _fx_file_extended_truncate()
/FileX-v6.2.1/test/regression_test/
Dfilex_fault_tolerant_corrupted_log_file_test.c4 …r under and overflows which may be exploited to achieve buffer overflow and modify memory contents.