Searched refs:USHORT (Results 1 – 16 of 16) sorted by relevance
231 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 …]
1056 USHORT fx_media_fault_tolerant_transaction_count;
76 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()
84 USHORT type; in _fx_fault_tolerant_read_FAT()113 type = (USHORT)_fx_utility_16_unsigned_read(current_ptr); in _fx_fault_tolerant_read_FAT()
88 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()
95 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()
106 media_ptr -> fx_media_fault_tolerant_file_size = (USHORT)file_size; in _fx_fault_tolerant_add_FAT_log()
125 media_ptr -> fx_media_fault_tolerant_file_size = (USHORT)file_size; in _fx_fault_tolerant_add_dir_log()
88 USHORT checksum; in _fx_fault_tolerant_set_FAT_chain()
94 USHORT checksum; in _fx_fault_tolerant_reset_log_file()
99 USHORT checksum; in _fx_fault_tolerant_transaction_end()
185 USHORT checksum; in _fx_fault_tolerant_cleanup_FAT_chain()
104 typedef unsigned short USHORT; typedef
102 typedef unsigned short USHORT; typedef
105 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()
98 typedef unsigned short USHORT; typedef