/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_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_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_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()
|
D | fx_media_check_lost_cluster_check.c | 117 /* Read the contents of what should be a free cluster. */ in _fx_media_check_lost_cluster_check() 131 /* Determine if the contents of the cluster is valid. */ in _fx_media_check_lost_cluster_check()
|
D | fx_system_date_get.c | 43 /* This function returns the current contents of the system date in */
|
D | fx_system_time_get.c | 43 /* This function returns the current contents of the system time in */
|
D | fx_media_check_FAT_chain_check.c | 118 /* Now read the contents of the cluster. */ in _fx_media_check_FAT_chain_check()
|
D | fx_utility_FAT_flush.c | 44 /* This function flushes the contents of the FAT cache to the media. */ 113 /* Pickup the contents of the FAT cache entry. */ in _fx_utility_FAT_flush()
|
/FileX-v6.2.1/.github/workflows/ |
D | regression_test.yml | 19 contents: read
|
/FileX-v6.2.1/test/regression_test/ |
D | filex_media_flush_test.c | 268 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry() 440 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry()
|
D | filex_media_cache_invalidate_test.c | 252 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry() 435 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry()
|
D | filex_file_read_write_test.c | 316 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry() 509 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry() 568 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry() 585 /* Determine if the contents are what is expected. */ in ftest_0_entry() 619 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry() 636 /* Determine if the contents are what is expected. */ in ftest_0_entry() 690 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry()
|
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.
|
D | filex_fault_tolerant_media_full_test.c | 232 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry()
|
D | filex_file_allocate_test.c | 306 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry()
|
D | filex_fault_tolerant_write_large_data_test.c | 307 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry()
|
D | filex_fault_tolerant_delete_large_data_test.c | 308 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry()
|
D | filex_fault_tolerant_write_large_data_interrupt_test.c | 349 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry()
|
D | filex_fault_tolerant_write_large_data_undo_log_interrupt_test.c | 350 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry()
|
D | filex_fault_tolerant_write_large_data_directory_interrupt_test.c | 350 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry()
|
D | filex_fault_tolerant_write_large_data_fat_chain_cleanup_interrupt_test.c | 362 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry()
|
D | filex_fault_tolerant_write_large_data_redo_log_interrupt_test.c | 351 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry()
|
D | filex_fault_tolerant_write_large_data_fat_interrupt_test.c | 363 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry()
|