Home
last modified time | relevance | path

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

/FileX-v6.2.1/common/src/
Dfx_fault_tolerant_read_directory_sector.c85 UCHAR *current_ptr; in _fx_fault_tolerant_read_directory_sector() local
108 current_ptr = media_ptr -> fx_media_fault_tolerant_memory_buffer + in _fx_fault_tolerant_read_directory_sector()
117 type = (USHORT)_fx_utility_16_unsigned_read(current_ptr); in _fx_fault_tolerant_read_directory_sector()
120 log_len = _fx_utility_16_unsigned_read(current_ptr + 2); in _fx_fault_tolerant_read_directory_sector()
136 dir_log = (FX_FAULT_TOLERANT_DIR_LOG *)current_ptr; in _fx_fault_tolerant_read_directory_sector()
161 current_ptr + FX_FAULT_TOLERANT_DIR_LOG_ENTRY_SIZE, copy_size); in _fx_fault_tolerant_read_directory_sector()
169 current_ptr += log_len; in _fx_fault_tolerant_read_directory_sector()
Dfx_fault_tolerant_read_FAT.c81 UCHAR *current_ptr; in _fx_fault_tolerant_read_FAT() local
104 current_ptr = media_ptr -> fx_media_fault_tolerant_memory_buffer + in _fx_fault_tolerant_read_FAT()
113 type = (USHORT)_fx_utility_16_unsigned_read(current_ptr); in _fx_fault_tolerant_read_FAT()
116 log_len = _fx_utility_16_unsigned_read(current_ptr + 2); in _fx_fault_tolerant_read_FAT()
133 fat_log = (FX_FAULT_TOLERANT_FAT_LOG *)current_ptr; in _fx_fault_tolerant_read_FAT()
151 current_ptr += log_len; in _fx_fault_tolerant_read_FAT()
Dfx_fault_tolerant_apply_logs.c93 UCHAR *current_ptr; in _fx_fault_tolerant_apply_logs() local
121 current_ptr = (UCHAR *)log_content + FX_FAULT_TOLERANT_LOG_CONTENT_HEADER_SIZE; in _fx_fault_tolerant_apply_logs()
128 log_type = (USHORT)_fx_utility_16_unsigned_read(current_ptr); in _fx_fault_tolerant_apply_logs()
131 log_len = _fx_utility_16_unsigned_read(current_ptr + 2); in _fx_fault_tolerant_apply_logs()
151 fat_log = (FX_FAULT_TOLERANT_FAT_LOG *)current_ptr; in _fx_fault_tolerant_apply_logs()
169 dir_log = (FX_FAULT_TOLERANT_DIR_LOG *)current_ptr; in _fx_fault_tolerant_apply_logs()
199 current_ptr + FX_FAULT_TOLERANT_DIR_LOG_ENTRY_SIZE, copy_size); in _fx_fault_tolerant_apply_logs()
226 current_ptr += log_len; in _fx_fault_tolerant_apply_logs()
/FileX-v6.2.1/test/regression_test/
Dfilex_fault_tolerant_corrupted_log_file_test.c13 dir_log = (FX_FAULT_TOLERANT_DIR_LOG *)current_ptr;
34 current_ptr + FX_FAULT_TOLERANT_DIR_LOG_ENTRY_SIZE, copy_size);