Home
last modified time | relevance | path

Searched refs:fx_media_root_cluster_32 (Results 1 – 8 of 8) sorted by relevance

/FileX-v6.2.1/test/regression_test/
Dfilex_unicode_2_test.c47 media_ptr -> fx_media_root_cluster_32 = 2; in _fx_terrible_driver()
51 media_ptr -> fx_media_root_cluster_32 = 0xffffffff; in _fx_terrible_driver()
55 media_ptr -> fx_media_root_cluster_32 = 1; in _fx_terrible_driver()
/FileX-v6.2.1/common/src/
Dfx_media_boot_info_extract.c196 …media_ptr -> fx_media_root_cluster_32 = _fx_utility_32_unsigned_read(&boot_sector[FX_ROOT_CLUSTER_… in _fx_media_boot_info_extract()
Dfx_media_open.c535 if (media_ptr -> fx_media_root_cluster_32 < FX_FAT_ENTRY_START)
542 (media_ptr -> fx_media_root_cluster_32 - FX_FAT_ENTRY_START) *
547 for (cluster_number = media_ptr -> fx_media_root_cluster_32;;)
Dfx_media_check.c328 …current_errors = _fx_media_check_FAT_chain_check(media_ptr, media_ptr -> fx_media_root_cluster_32, in _fx_media_check()
Dfx_unicode_directory_entry_read.c172 cluster = media_ptr -> fx_media_root_cluster_32; in _fx_unicode_directory_entry_read()
Dfx_directory_free_search.c678 cluster = media_ptr -> fx_media_root_cluster_32; in _fx_directory_free_search()
Dfx_directory_entry_read.c179 cluster = media_ptr -> fx_media_root_cluster_32; in _fx_directory_entry_read()
/FileX-v6.2.1/common/inc/
Dfx_api.h867 ULONG fx_media_root_cluster_32; member