Home
last modified time | relevance | path

Searched refs:USHORT (Results 1 – 16 of 16) sorted by relevance

/FileX-v6.2.1/common/inc/
Dfx_fault_tolerant.h231 USHORT fx_fault_tolerant_log_header_total_size;
232 USHORT fx_fault_tolerant_log_header_checksum;
235 USHORT fx_fault_tolerant_log_header_reserved;
241 USHORT fx_fault_tolerant_FAT_chain_checksumm;
256 USHORT fx_fault_tolerant_log_content_checksum;
257 USHORT fx_fault_tolerant_log_content_count;
281 USHORT fx_fault_tolerant_FAT_log_type;
282 USHORT fx_fault_tolerant_FAT_log_size;
312 USHORT fx_fault_tolerant_dir_log_type;
313 USHORT fx_fault_tolerant_dir_log_size;
[all …]
Dfx_api.h1056 USHORT fx_media_fault_tolerant_transaction_count;
/FileX-v6.2.1/common/src/
Dfx_fault_tolerant_calculate_checksum.c76 USHORT _fx_fault_tolerant_calculate_checksum(UCHAR *data, UINT len) in _fx_fault_tolerant_calculate_checksum()
99 return((USHORT)((~checksum) & 0xFFFF)); in _fx_fault_tolerant_calculate_checksum()
Dfx_fault_tolerant_read_FAT.c84 USHORT type; in _fx_fault_tolerant_read_FAT()
113 type = (USHORT)_fx_utility_16_unsigned_read(current_ptr); in _fx_fault_tolerant_read_FAT()
Dfx_fault_tolerant_read_directory_sector.c88 USHORT type; in _fx_fault_tolerant_read_directory_sector()
117 type = (USHORT)_fx_utility_16_unsigned_read(current_ptr); in _fx_fault_tolerant_read_directory_sector()
Dfx_fault_tolerant_apply_logs.c95 USHORT log_type; in _fx_fault_tolerant_apply_logs()
128 log_type = (USHORT)_fx_utility_16_unsigned_read(current_ptr); in _fx_fault_tolerant_apply_logs()
Dfx_fault_tolerant_add_FAT_log.c106 media_ptr -> fx_media_fault_tolerant_file_size = (USHORT)file_size; in _fx_fault_tolerant_add_FAT_log()
Dfx_fault_tolerant_add_dir_log.c125 media_ptr -> fx_media_fault_tolerant_file_size = (USHORT)file_size; in _fx_fault_tolerant_add_dir_log()
Dfx_fault_tolerant_set_FAT_chain.c88 USHORT checksum; in _fx_fault_tolerant_set_FAT_chain()
Dfx_fault_tolerant_reset_log_file.c94 USHORT checksum; in _fx_fault_tolerant_reset_log_file()
Dfx_fault_tolerant_transaction_end.c99 USHORT checksum; in _fx_fault_tolerant_transaction_end()
Dfx_fault_tolerant_cleanup_FAT_chain.c185 USHORT checksum; in _fx_fault_tolerant_cleanup_FAT_chain()
/FileX-v6.2.1/ports/win32/vs_2019/inc/
Dfx_port.h104 typedef unsigned short USHORT; typedef
/FileX-v6.2.1/ports/generic/inc/
Dfx_port.h102 typedef unsigned short USHORT; typedef
/FileX-v6.2.1/test/regression_test/
Dfilex_fault_tolerant_enable_2_test.c105 USHORT log_length; in ftest_0_entry()
151 log_length = (USHORT)_fx_utility_16_unsigned_read( source_buffer + 2); in ftest_0_entry()
245 log_length = (USHORT)_fx_utility_16_unsigned_read( source_buffer + 2); in ftest_0_entry()
/FileX-v6.2.1/ports/linux/gnu/inc/
Dfx_port.h98 typedef unsigned short USHORT; typedef