Home
last modified time | relevance | path

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

/FileX-v6.2.1/common/src/
Dfx_partition_offset_calculate.c134 ULONG64 total_sectors; in _fx_partition_offset_calculate() local
155 total_sectors = 0; in _fx_partition_offset_calculate()
161total_sectors = (((ULONG) partition_sector_ptr[0x14]) << 8) | ((ULONG) partition_sector_ptr[0x13]… in _fx_partition_offset_calculate()
167 total_sectors = (((ULONG) partition_sector_ptr[0x23]) << 24) | in _fx_partition_offset_calculate()
174 if (total_sectors) in _fx_partition_offset_calculate()
188 *partition_size = (ULONG)(total_sectors & 0xFFFFFFFF); in _fx_partition_offset_calculate()
387 ULONG64 total_sectors; in _fx_partition_offset_calculate_extended() local
411 total_sectors = _fx_utility_16_unsigned_read(&partition_sector_ptr[FX_SECTORS]); in _fx_partition_offset_calculate_extended()
413 if (total_sectors == 0) in _fx_partition_offset_calculate_extended()
417total_sectors = _fx_utility_32_unsigned_read(&partition_sector_ptr[FX_HUGE_SECTORS]); in _fx_partition_offset_calculate_extended()
[all …]
Dfx_media_format.c130 ULONG total_sectors, UINT bytes_per_sector, UINT sectors_per_cluster, in _fx_media_format() argument
142 …FX_TRACE_IN_LINE_INSERT(FX_TRACE_MEDIA_FORMAT, media_ptr, directory_entries, total_sectors, sector… in _fx_media_format()
250 …total_clusters = (total_sectors - reserved_sectors - ((directory_entries * FX_DIR_ENTRY_SIZE) + (… in _fx_media_format()
278 …total_clusters = (total_sectors - reserved_sectors - ((directory_entries * FX_DIR_ENTRY_SIZE) + … in _fx_media_format()
321 total_clusters = (total_sectors - reserved_sectors) / sectors_per_cluster; in _fx_media_format()
362 if (total_sectors < (ULONG)0xFFFF) in _fx_media_format()
366 _fx_utility_16_unsigned_write(&byte_ptr[FX_SECTORS], (UINT)(total_sectors)); in _fx_media_format()
378 _fx_utility_32_unsigned_write(&byte_ptr[FX_HUGE_SECTORS], total_sectors); in _fx_media_format()
Dfxe_media_format.c96 ULONG total_sectors, UINT bytes_per_sector, UINT sectors_per_cluster, in _fxe_media_format() argument
115 total_sectors, bytes_per_sector, sectors_per_cluster, in _fxe_media_format()
/FileX-v6.2.1/test/regression_test/
Dfilex_utility_test.c123 ULONG total_sectors; in no_partition_test() local
133 total_sectors = 256; in no_partition_test()
143 total_sectors, // Total sectors in no_partition_test()
152 total_sectors = 4200 * 8; in no_partition_test()
162 total_sectors, // Total sectors in no_partition_test()
171 total_sectors = 70000 * 8; in no_partition_test()
181 total_sectors, // Total sectors in no_partition_test()
190 total_sectors = 256; in no_partition_test()
200 total_sectors, // Total sectors in no_partition_test()
209 total_sectors = 256; in no_partition_test()
[all …]
/FileX-v6.2.1/common/inc/
Dfx_media.h62 ULONG total_sectors, UINT bytes_per_sector, UINT sectors_per_cluster,
85 ULONG total_sectors, UINT bytes_per_sector, UINT sectors_per_cluster,
Dfx_api.h1463 ULONG total_sectors, UINT bytes_per_sector, UINT sectors_per_cluster,