Searched refs:contents (Results 1 – 6 of 6) sorted by relevance
/FileX-v6.2.1/common/src/ |
D | fx_file_extended_truncate_release.c | 98 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()
|
D | fx_file_delete.c | 97 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()
|
D | fx_file_open.c | 92 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()
|
D | fx_file_extended_seek.c | 85 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()
|
D | fx_file_extended_truncate.c | 90 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/ |
D | filex_fault_tolerant_corrupted_log_file_test.c | 4 …r under and overflows which may be exploited to achieve buffer overflow and modify memory contents.
|