Home
last modified time | relevance | path

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

/FileX-v6.2.1/common/src/
Dfx_utility_FAT_flush.c91 ULONG sector; in _fx_utility_FAT_flush() local
198 sector = (byte_offset / media_ptr -> fx_media_bytes_per_sector) + in _fx_utility_FAT_flush()
202 if (sector != FAT_sector) in _fx_utility_FAT_flush()
375 sector = (byte_offset / media_ptr -> fx_media_bytes_per_sector) + in _fx_utility_FAT_flush()
379 if (sector != FAT_sector) in _fx_utility_FAT_flush()
474 sector = (byte_offset / media_ptr -> fx_media_bytes_per_sector) + in _fx_utility_FAT_flush()
478 if (sector != FAT_sector) in _fx_utility_FAT_flush()
Dfx_partition_offset_calculate.c62 UINT *count, ULONG sector, UCHAR *sector_buffer);
280 UINT *count, ULONG sector, UCHAR *sector_buffer) in _fx_utility_partition_get() argument
287 FX_PARAMETER_NOT_USED(sector); in _fx_utility_partition_get()
/FileX-v6.2.1/test/regression_test/
Dfilex_fault_tolerant_corrupted_log_file_test.c124 ULONG sector; in ftest_0_entry() local
208 sector = ((ULONG)ram_disk.fx_media_data_sector_start) + in ftest_0_entry()
211 _fx_fault_tolerant_add_dir_log(&ram_disk, sector, 1, (UCHAR *)&temp, 1); in ftest_0_entry()
/FileX-v6.2.1/docs/
Drevision_history.txt78 to be overwritten are in one sector.
85 Read volume name from boot sector if it
86 is not found in directory sector.
199 … Reordered sector validity testing for performance.
202 … Removed redundant cached sector validity checks.
289 … added new symbols for fault tolerant and 64-bit sector addresses in I/O driver.
601 updates of the logical sector cache.