Home
last modified time | relevance | path

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

/FileX-v6.4.1/common/src/
Dfx_utility_64_unsigned_read.c72 ULONG64 _fx_utility_64_unsigned_read(UCHAR *source_ptr) in _fx_utility_64_unsigned_read() function
Dfx_fault_tolerant_read_directory_sector.c139 … log_sector = _fx_utility_64_unsigned_read((UCHAR *)&dir_log -> fx_fault_tolerant_dir_log_sector); in _fx_fault_tolerant_read_directory_sector()
Dfx_media_boot_info_extract.c188 …media_ptr -> fx_media_hidden_sectors = _fx_utility_64_unsigned_read(&boot_sector[FX_HIDDEN_SE… in _fx_media_boot_info_extract()
Dfx_fault_tolerant_apply_logs.c171 … log_sector = _fx_utility_64_unsigned_read((UCHAR *)&dir_log -> fx_fault_tolerant_dir_log_sector); in _fx_fault_tolerant_apply_logs()
/FileX-v6.4.1/common/inc/
Dfx_utility.h59 ULONG64 _fx_utility_64_unsigned_read(UCHAR *source_ptr);
Dfx_api.h1527 ULONG64 _fx_utility_64_unsigned_read(UCHAR *source_ptr);
/FileX-v6.4.1/test/regression_test/
Dfilex_fault_tolerant_corrupted_log_file_test.c14 …log_sector = _fx_utility_64_unsigned_read((UCHAR *)&dir_log -> fx_fault_tolerant_dir_log_se…
Dfilex_utility_test.c787 value = _fx_utility_64_unsigned_read((UCHAR*)buffer); in ftest_0_entry()