Home
last modified time | relevance | path

Searched refs:UCHAR (Results 1 – 25 of 235) sorted by relevance

12345678910

/FileX-v6.2.1/common/inc/
Dfx_unicode.h55 extern UCHAR _fx_unicode_temp_long_file_name[FX_MAX_LONG_NAME_LEN];
56 extern UCHAR _fx_unicode_search_name[FX_MAX_LONG_NAME_LEN * 2];
61 UINT _fx_unicode_directory_create(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_un…
63 UINT _fx_unicode_directory_rename(FX_MEDIA *media_ptr, UCHAR *old_unicode_name, ULONG old_unicode_…
64UCHAR *new_unicode_name, ULONG new_unicode_length, CHAR *new_short_name);
65 UINT _fx_unicode_file_create(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_unicode…
67 ULONG _fx_unicode_length_get(UCHAR *unicode_name);
68 ULONG _fx_unicode_length_get_extended(UCHAR *unicode_name, UINT buffer_length);
70 UCHAR *destination_unicode_name, ULONG *destination_unicode_length);
72UCHAR *destination_unicode_name, ULONG *destination_unicode_length, ULONG unicode_name_buffer_leng…
[all …]
Dfx_utility.h55 UINT _fx_utility_16_unsigned_read(UCHAR *source_ptr);
56 VOID _fx_utility_16_unsigned_write(UCHAR *dest_ptr, UINT value);
57 ULONG _fx_utility_32_unsigned_read(UCHAR *source_ptr);
58 VOID _fx_utility_32_unsigned_write(UCHAR *dest_ptr, ULONG value);
59 ULONG64 _fx_utility_64_unsigned_read(UCHAR *source_ptr);
60 VOID _fx_utility_64_unsigned_write(UCHAR *dest_ptr, ULONG64 value);
61 VOID _fx_utility_memory_copy(UCHAR *source_ptr, UCHAR *dest_ptr, ULONG size);
62 VOID _fx_utility_memory_set(UCHAR *dest_ptr, UCHAR value, ULONG size);
66 VOID *buffer_ptr, ULONG sectors, UCHAR sector_type);
68 VOID *buffer_ptr, ULONG sectors, UCHAR sector_type);
/FileX-v6.2.1/common/src/
Dfx_fault_tolerant_reset_log_file.c107 …_fx_utility_32_unsigned_write((UCHAR *)&log_header -> fx_fault_tolerant_log_header_id, FX_FAULT_TO… in _fx_fault_tolerant_reset_log_file()
108 _fx_utility_16_unsigned_write((UCHAR *)&log_header -> fx_fault_tolerant_log_header_total_size, in _fx_fault_tolerant_reset_log_file()
110 _fx_utility_16_unsigned_write((UCHAR *)&log_header -> fx_fault_tolerant_log_header_checksum, 0); in _fx_fault_tolerant_reset_log_file()
113 _fx_utility_16_unsigned_write((UCHAR *)&log_header -> fx_fault_tolerant_log_header_reserved, 0); in _fx_fault_tolerant_reset_log_file()
114 …checksum = _fx_fault_tolerant_calculate_checksum((UCHAR *)log_header, FX_FAULT_TOLERANT_LOG_HEADER… in _fx_fault_tolerant_reset_log_file()
115 …_fx_utility_16_unsigned_write((UCHAR *)&log_header -> fx_fault_tolerant_log_header_checksum, check… in _fx_fault_tolerant_reset_log_file()
118 …_fx_utility_16_unsigned_write((UCHAR *)&FAT_chain -> fx_fault_tolerant_FAT_chain_checksumm, 0xFFFF… in _fx_fault_tolerant_reset_log_file()
121 …_fx_utility_32_unsigned_write((UCHAR *)&FAT_chain -> fx_fault_tolerant_FAT_chain_insertion_front, … in _fx_fault_tolerant_reset_log_file()
122 _fx_utility_32_unsigned_write((UCHAR *)&FAT_chain -> fx_fault_tolerant_FAT_chain_head_new, 0); in _fx_fault_tolerant_reset_log_file()
123 …_fx_utility_32_unsigned_write((UCHAR *)&FAT_chain -> fx_fault_tolerant_FAT_chain_head_original, 0); in _fx_fault_tolerant_reset_log_file()
[all …]
Dfx_fault_tolerant_set_FAT_chain.c89 UCHAR flag = FX_FAULT_TOLERANT_FLAG_FAT_CHAIN_VALID; in _fx_fault_tolerant_set_FAT_chain()
100 _fx_utility_16_unsigned_write((UCHAR *)&FAT_chain -> fx_fault_tolerant_FAT_chain_checksumm, 0); in _fx_fault_tolerant_set_FAT_chain()
103 …_fx_utility_32_unsigned_write((UCHAR *)&FAT_chain -> fx_fault_tolerant_FAT_chain_insertion_front, … in _fx_fault_tolerant_set_FAT_chain()
104 …_fx_utility_32_unsigned_write((UCHAR *)&FAT_chain -> fx_fault_tolerant_FAT_chain_head_new, new_hea… in _fx_fault_tolerant_set_FAT_chain()
105 …_fx_utility_32_unsigned_write((UCHAR *)&FAT_chain -> fx_fault_tolerant_FAT_chain_head_original, or… in _fx_fault_tolerant_set_FAT_chain()
106 …_fx_utility_32_unsigned_write((UCHAR *)&FAT_chain -> fx_fault_tolerant_FAT_chain_insertion_back, i… in _fx_fault_tolerant_set_FAT_chain()
107 …_fx_utility_32_unsigned_write((UCHAR *)&FAT_chain -> fx_fault_tolerant_FAT_chain_next_deletion, FX… in _fx_fault_tolerant_set_FAT_chain()
111 FAT_chain -> fx_fault_tolerant_FAT_chain_reserved = (UCHAR)0; in _fx_fault_tolerant_set_FAT_chain()
114 …checksum = _fx_fault_tolerant_calculate_checksum((UCHAR *)FAT_chain, FX_FAULT_TOLERANT_FAT_CHAIN_S… in _fx_fault_tolerant_set_FAT_chain()
115 …_fx_utility_16_unsigned_write((UCHAR *)&FAT_chain -> fx_fault_tolerant_FAT_chain_checksumm, checks… in _fx_fault_tolerant_set_FAT_chain()
Dfx_media_format.c38 UCHAR _fx_media_format_oem_name[8] = "EL FILEX";
45 UCHAR _fx_media_format_media_type = 0xF8;
128 …MEDIA *media_ptr, VOID (*driver)(FX_MEDIA *media), VOID *driver_info_ptr, UCHAR *memory_ptr, UINT … in _fx_media_format()
134 UCHAR *byte_ptr; in _fx_media_format()
154 media_ptr -> fx_media_memory_buffer = (UCHAR *)memory_ptr; in _fx_media_format()
198 byte_ptr[i] = (UCHAR)0; in _fx_media_format()
205 byte_ptr[0] = (UCHAR)0xEB; in _fx_media_format()
206 byte_ptr[1] = (UCHAR)0x34; in _fx_media_format()
207 byte_ptr[2] = (UCHAR)0x90; in _fx_media_format()
385 byte_ptr[FX_SECTORS_CLUSTER] = (UCHAR)sectors_per_cluster; in _fx_media_format()
[all …]
Dfx_directory_entry_write.c87 UCHAR *work_ptr, *sector_base_ptr; in _fx_directory_entry_write()
90 UCHAR checksum, eof_marker; in _fx_directory_entry_write()
99 UCHAR *changed_ptr; in _fx_directory_entry_write()
118 if (((UCHAR)entry_ptr -> fx_dir_entry_name[0] == (UCHAR)FX_DIR_ENTRY_FREE) && in _fx_directory_entry_write()
119 ((UCHAR)entry_ptr -> fx_dir_entry_short_name[0] == (UCHAR)FX_DIR_ENTRY_FREE)) in _fx_directory_entry_write()
174 sector_base_ptr = (UCHAR *)media_ptr -> fx_media_memory_buffer; in _fx_directory_entry_write()
404 if (((UCHAR)shortname[0] == (UCHAR)FX_DIR_ENTRY_FREE) && (delete_flag == FX_FALSE)) in _fx_directory_entry_write()
447 if ((UCHAR)entry_ptr -> fx_dir_entry_short_name[i] == '.') in _fx_directory_entry_write()
451 if ((UCHAR)entry_ptr -> fx_dir_entry_short_name[i] == 0) in _fx_directory_entry_write()
464 if ((UCHAR)entry_ptr -> fx_dir_entry_short_name[i] != 0) in _fx_directory_entry_write()
[all …]
Dfx_ram_driver.c115 UCHAR *source_buffer; in _fx_ram_driver()
116 UCHAR *destination_buffer; in _fx_ram_driver()
209 source_buffer = ((UCHAR *)media_ptr -> fx_media_driver_info) + in _fx_ram_driver()
230 destination_buffer = ((UCHAR *)media_ptr -> fx_media_driver_info) + in _fx_ram_driver()
307 source_buffer = (UCHAR *)media_ptr -> fx_media_driver_info; in _fx_ram_driver()
310 if ((source_buffer[0] != (UCHAR)0xEB) || in _fx_ram_driver()
311 ((source_buffer[1] != (UCHAR)0x34) && in _fx_ram_driver()
312 (source_buffer[1] != (UCHAR)0x76)) || in _fx_ram_driver()
313 (source_buffer[2] != (UCHAR)0x90)) in _fx_ram_driver()
349 destination_buffer = (UCHAR *)media_ptr -> fx_media_driver_info; in _fx_ram_driver()
Dfx_utility_32_unsigned_write.c73 VOID _fx_utility_32_unsigned_write(UCHAR *dest_ptr, ULONG value) in _fx_utility_32_unsigned_write()
77 *(dest_ptr) = (UCHAR)(value & 0xFF); in _fx_utility_32_unsigned_write()
78 *(dest_ptr + 1) = (UCHAR)((value >> 8) & 0xFF); in _fx_utility_32_unsigned_write()
79 *(dest_ptr + 2) = (UCHAR)((value >> 16) & 0xFF); in _fx_utility_32_unsigned_write()
80 *(dest_ptr + 3) = (UCHAR)((value >> 24) & 0xFF); in _fx_utility_32_unsigned_write()
Dfx_utility_FAT_flush.c85 UCHAR *FAT_ptr; in _fx_utility_FAT_flush()
89 UCHAR sectors_per_bit; in _fx_utility_FAT_flush()
153 FAT_ptr = (UCHAR *)media_ptr -> fx_media_memory_buffer; in _fx_utility_FAT_flush()
164 *FAT_ptr = (UCHAR)((next_cluster >> 4) & 0xFF); in _fx_utility_FAT_flush()
171 *FAT_ptr = (UCHAR)(temp | ((next_cluster >> 8) & 0xF)); in _fx_utility_FAT_flush()
226 FAT_ptr = (UCHAR *)media_ptr -> fx_media_memory_buffer + (UINT)byte_offset; in _fx_utility_FAT_flush()
241 *FAT_ptr = (UCHAR)(temp | ((next_cluster << 4) & 0xF0)); in _fx_utility_FAT_flush()
255 *FAT_ptr = (UCHAR)((next_cluster >> 4) & 0xFF); in _fx_utility_FAT_flush()
263 *FAT_ptr = (UCHAR)(next_cluster & 0xFF); in _fx_utility_FAT_flush()
278 *FAT_ptr = (UCHAR)(temp | ((next_cluster >> 8) & 0xF)); in _fx_utility_FAT_flush()
[all …]
Dfx_unicode_directory_search.c39 UCHAR _fx_unicode_temp_long_file_name[FX_MAX_LONG_NAME_LEN];
40 UCHAR _fx_unicode_search_name[FX_MAX_LONG_NAME_LEN * 2];
105 UCHAR *short_name, ULONG short_name_buffer_length, in _fx_unicode_directory_search()
106UCHAR *unicode_name, ULONG *unicode_name_length, ULONG unicode_name_buffer_length) in _fx_unicode_directory_search()
284 …if (((UCHAR)entry_ptr -> fx_dir_entry_name[0] == (UCHAR)FX_DIR_ENTRY_FREE) && (entry_ptr -> fx_dir… in _fx_unicode_directory_search()
290 if ((UCHAR)entry_ptr -> fx_dir_entry_name[0] == (UCHAR)FX_DIR_ENTRY_DONE) in _fx_unicode_directory_search()
330 short_name[j] = (UCHAR)short_name_ptr[j]; in _fx_unicode_directory_search()
359 if (short_name[j] != (UCHAR)entry_ptr -> fx_dir_entry_short_name[j]) in _fx_unicode_directory_search()
370 if (short_name[j] != (UCHAR)entry_ptr -> fx_dir_entry_name[j]) in _fx_unicode_directory_search()
379 if (short_name[j] == (UCHAR)FX_NULL) in _fx_unicode_directory_search()
[all …]
Dfx_fault_tolerant_transaction_end.c128 … _fx_utility_16_unsigned_write((UCHAR *)&log_content -> fx_fault_tolerant_log_content_checksum, 0); in _fx_fault_tolerant_transaction_end()
129 _fx_utility_16_unsigned_write((UCHAR *)&log_content -> fx_fault_tolerant_log_content_count, in _fx_fault_tolerant_transaction_end()
139 …_fx_utility_16_unsigned_write((UCHAR *)&log_content -> fx_fault_tolerant_log_content_checksum, che… in _fx_fault_tolerant_transaction_end()
142 _fx_utility_16_unsigned_write((UCHAR *)&log_header -> fx_fault_tolerant_log_header_total_size, in _fx_fault_tolerant_transaction_end()
144 _fx_utility_16_unsigned_write((UCHAR *)&log_header -> fx_fault_tolerant_log_header_checksum, 0); in _fx_fault_tolerant_transaction_end()
147 …checksum = _fx_fault_tolerant_calculate_checksum((UCHAR *)log_header, FX_FAULT_TOLERANT_LOG_HEADER… in _fx_fault_tolerant_transaction_end()
150 …_fx_utility_16_unsigned_write((UCHAR *)&log_header -> fx_fault_tolerant_log_header_checksum, check… in _fx_fault_tolerant_transaction_end()
Dfx_fault_tolerant_cleanup_FAT_chain.c199 …head_cluster = _fx_utility_32_unsigned_read((UCHAR *)&FAT_chain -> fx_fault_tolerant_FAT_chain_hea… in _fx_fault_tolerant_cleanup_FAT_chain()
205 …head_cluster = _fx_utility_32_unsigned_read((UCHAR *)&FAT_chain -> fx_fault_tolerant_FAT_chain_hea… in _fx_fault_tolerant_cleanup_FAT_chain()
212 …tail_cluster = _fx_utility_32_unsigned_read((UCHAR *)&FAT_chain -> fx_fault_tolerant_FAT_chain_ins… in _fx_fault_tolerant_cleanup_FAT_chain()
226 …next_session = _fx_utility_32_unsigned_read((UCHAR *)&FAT_chain -> fx_fault_tolerant_FAT_chain_nex… in _fx_fault_tolerant_cleanup_FAT_chain()
284 …_fx_utility_32_unsigned_write((UCHAR *)&FAT_chain -> fx_fault_tolerant_FAT_chain_next_deletion, ne… in _fx_fault_tolerant_cleanup_FAT_chain()
287 …_fx_utility_32_unsigned_write((UCHAR *)&FAT_chain -> fx_fault_tolerant_FAT_chain_head_new, head_cl… in _fx_fault_tolerant_cleanup_FAT_chain()
291 …_fx_utility_32_unsigned_write((UCHAR *)&FAT_chain -> fx_fault_tolerant_FAT_chain_head_original, he… in _fx_fault_tolerant_cleanup_FAT_chain()
295 … _fx_utility_16_unsigned_write((UCHAR *)&FAT_chain -> fx_fault_tolerant_FAT_chain_checksumm, 0); in _fx_fault_tolerant_cleanup_FAT_chain()
296 …checksum = _fx_fault_tolerant_calculate_checksum((UCHAR *)FAT_chain, FX_FAULT_TOLERANT_FAT_CHAIN_S… in _fx_fault_tolerant_cleanup_FAT_chain()
297 …_fx_utility_16_unsigned_write((UCHAR *)&FAT_chain -> fx_fault_tolerant_FAT_chain_checksumm, checks… in _fx_fault_tolerant_cleanup_FAT_chain()
Dfx_fault_tolerant_apply_logs.c93 UCHAR *current_ptr; in _fx_fault_tolerant_apply_logs()
110 …size = _fx_utility_16_unsigned_read((UCHAR *)&log_header -> fx_fault_tolerant_log_header_total_siz… in _fx_fault_tolerant_apply_logs()
118 …remaining_logs = _fx_utility_16_unsigned_read((UCHAR *)&log_content -> fx_fault_tolerant_log_conte… in _fx_fault_tolerant_apply_logs()
121 current_ptr = (UCHAR *)log_content + FX_FAULT_TOLERANT_LOG_CONTENT_HEADER_SIZE; in _fx_fault_tolerant_apply_logs()
155 … _fx_utility_32_unsigned_read((UCHAR *)&fat_log -> fx_fault_tolerant_FAT_log_cluster), in _fx_fault_tolerant_apply_logs()
156 … _fx_utility_32_unsigned_read((UCHAR *)&fat_log -> fx_fault_tolerant_FAT_log_value)); in _fx_fault_tolerant_apply_logs()
171 … log_sector = _fx_utility_64_unsigned_read((UCHAR *)&dir_log -> fx_fault_tolerant_dir_log_sector); in _fx_fault_tolerant_apply_logs()
187 … copy_offset = _fx_utility_32_unsigned_read((UCHAR *)&dir_log -> fx_fault_tolerant_dir_log_offset); in _fx_fault_tolerant_apply_logs()
/FileX-v6.2.1/test/regression_test/
Dfx_ram_driver_test.c81 UCHAR large_file_name_format[];
85 UCHAR ram_disk_memory[300000000];
86 UCHAR ram_disk_memory1[30000000];
89 UCHAR ram_disk_memory_large[900000000];
90 UCHAR large_data_buffer[900000000];
94 UINT (*driver_write_callback)(FX_MEDIA *media_ptr, UINT sector_type, UCHAR *block_ptr, UINT *operat…
96 UCHAR *fault_tolerant_memory_buffer,
99 UCHAR *fault_tolerant_memory_buffer,
202 UCHAR *source_buffer; in _fx_ram_driver()
203 UCHAR *destination_buffer; in _fx_ram_driver()
[all …]
Dfilex_media_hidden_sectors_test.c25 static UCHAR *ram_disk_memory;
26 static UCHAR *cache_buffer;
28 static UCHAR cache_buffer[CACHE_SIZE];
53 UCHAR *pointer; in test_application_define()
57 pointer = (UCHAR *) first_unused_memory; in test_application_define()
218 UCHAR *source_buffer; in hidden_sectors_driver()
219 UCHAR *destination_buffer; in hidden_sectors_driver()
230 source_buffer = (UCHAR *) media_ptr -> fx_media_driver_info; in hidden_sectors_driver()
234 if ((source_buffer[0] != (UCHAR) 0xEB) || in hidden_sectors_driver()
235 ((source_buffer[1] != (UCHAR) 0x34) && in hidden_sectors_driver()
[all …]
Dfilex_unicode_name_string_test.c25 static UCHAR *ram_disk_memory;
26 static UCHAR *cache_buffer;
28 static UCHAR cache_buffer[CACHE_SIZE];
49 UCHAR *pointer; in test_application_define()
53 pointer = (UCHAR *) first_unused_memory; in test_application_define()
82 UCHAR buffer[512]; in ftest_0_entry()
84 UCHAR destination_name[300] = {0}; in ftest_0_entry()
85 UCHAR long_unicode_name[] = {2, 0, 3, 0, 4, 0, 5, 0, 6, 0, 7, 0, 8, 0, 9, 0, 10, 0, 11, 0, … in ftest_0_entry()
89 UCHAR *path_ptr; in ftest_0_entry()
91 UCHAR path_ptr[1024]; in ftest_0_entry()
[all …]
Dfilex_media_volume_directory_entry_test.c20 extern UCHAR large_file_name_format[];
32 static UCHAR *ram_disk_memory;
33 static UCHAR *cache_buffer;
34 static UCHAR *cache_buffer1;
36 static UCHAR cache_buffer[CACHE_SIZE];
37 static UCHAR cache_buffer1[CACHE_SIZE1];
58 UCHAR *pointer; in test_application_define()
62 pointer = (UCHAR *)first_unused_memory; in test_application_define()
87 static UCHAR specified_unicode_file_name[] = { 'Z', 0, '1', 0, '2', 0, '3', 0, '4', 0, '5', 0, '6',…
95 UCHAR destination_name[128]; in ftest_0_entry()
[all …]
Dfilex_unicode_fat_entry_3_test.c23 static UCHAR *ram_disk_memory;
24 static UCHAR *cache_buffer;
26 static UCHAR cache_buffer[CACHE_SIZE];
47 UCHAR *pointer; in test_application_define()
51 pointer = (UCHAR *) first_unused_memory; in test_application_define()
81 UCHAR destination_name[100] = {0}; in ftest_0_entry()
82 UCHAR destination_name1[20] = {0}; in ftest_0_entry()
83 UCHAR destination_name2[20] = {0}; in ftest_0_entry()
84 UCHAR destination_name3[20] = {0}; in ftest_0_entry()
85 UCHAR destination_name4[20] = {0}; in ftest_0_entry()
[all …]
Dfilex_fault_tolerant_media_check_test.c26 static UCHAR fault_tolerant_buffer[FX_FAULT_TOLERANT_MINIMAL_BUFFER_SIZE];
32 static UCHAR ram_disk_memory[2048 * 256];
33 static UCHAR cache_buffer[CACHE_SIZE];
34 static UCHAR *scratch_memory;
36 static UCHAR cache_buffer[CACHE_SIZE];
37 static UCHAR scratch_memory[SCRATCH_MEMORY_SIZE];
60 UCHAR *pointer; in test_application_define()
64 pointer = (UCHAR *) first_unused_memory; in test_application_define()
Dfilex_unicode_file_rename_test.c24 static UCHAR *ram_disk_memory;
25 static UCHAR *cache_buffer;
27 static UCHAR cache_buffer[CACHE_SIZE];
30 static UCHAR old_file_name[] = {3, 0, 4, 0, 5, 0, 6, 0, 0, 0};
31 static UCHAR new_file_name1[] = {3, 0, 4, 0, 5, 0, 6, 0, 0, 0};
32 static UCHAR new_file_name2[] = {3, 0, 4, 0, 5, 0, 0, 0};
33 static UCHAR new_file_name3[] = {3, 0, 4, 0, 5, 0, 6, 0, 7, 0, 0, 0};
34 static UCHAR new_file_name4[] = {2, 0, 3, 0, 4, 0, 5, 0, 6, 0, 7, 0, 8, 0, 9, 0…
35 static UCHAR new_file_name5[] = {'a', 0, 'b', 0, 'c', 0, 0, 0};
36 static UCHAR new_file_name5_bak[] = {'a', 0, 'b', 0, 'c', 0, 0, 0};
[all …]
Dfilex_unicode_directory_rename_test.c24 static UCHAR *ram_disk_memory;
25 static UCHAR *cache_buffer;
27 static UCHAR cache_buffer[CACHE_SIZE];
30 static UCHAR old_directory_name[] = {3, 0, 4, 0, 5, 0, 6, 0, 0, 0};
31 static UCHAR new_directory_name1[] = {3, 0, 4, 0, 5, 0, 6, 0, 0, 0};
32 static UCHAR new_directory_name2[] = {3, 0, 4, 0, 5, 0, 0, 0};
33 static UCHAR new_directory_name3[] = {3, 0, 4, 0, 5, 0, 6, 0, 7, 0, 0, 0};
34 static UCHAR new_directory_name4[] = {2, 0, 3, 0, 4, 0, 5, 0, 6, 0, 7, 0, 8, 0,…
35 static UCHAR new_file_name5[] = {'a', 0, 'b', 0, 'c', 0, 0, 0};
36 static UCHAR new_file_name5_bak[] = {'a', 0, 'b', 0, 'c', 0, 0, 0};
[all …]
Dfilex_unicode_directory_entry_2_test.c22 static UCHAR *ram_disk_memory;
23 static UCHAR *cache_buffer;
25 static UCHAR cache_buffer[CACHE_SIZE];
46 UCHAR *pointer; in test_application_define()
50 pointer = (UCHAR *) first_unused_memory; in test_application_define()
80 UCHAR destination_name[100] = {0}; in ftest_0_entry()
81 UCHAR destination_name2[100] = {0}; in ftest_0_entry()
82 UCHAR long_unicode_name[] = {2, 0, 3, 0, 4, 0, 5, 0, 6, 0, 7, 0, 8, 0, 9, 0, 10, 0, 11, 0, … in ftest_0_entry()
Dfilex_fault_tolerant_enable_test.c37 static UCHAR *pointer;
42 static UCHAR *cache_buffer;
43 static UCHAR *fault_tolerant_buffer;
45 static UCHAR cache_buffer[CACHE_SIZE];
46 static UCHAR fault_tolerant_buffer[FAULT_TOLERANT_SIZE];
70 pointer = (UCHAR *) first_unused_memory; in test_application_define()
107 UCHAR buffer[2048]; in ftest_0_entry()
108 UCHAR *source_buffer; in ftest_0_entry()
110 UCHAR flag; in ftest_0_entry()
183 source_buffer = ((UCHAR *) ram_disk.fx_media_driver_info); in ftest_0_entry()
[all …]
Dfilex_unicode_fat_entry_2_test.c25 static UCHAR *ram_disk_memory;
26 static UCHAR *cache_buffer;
28 static UCHAR cache_buffer[CACHE_SIZE];
49 UCHAR *pointer; in test_application_define()
53 pointer = (UCHAR *) first_unused_memory; in test_application_define()
83 UCHAR destination_name[100] = {0}; in ftest_0_entry()
84 UCHAR destination_name2[100] = {0}; in ftest_0_entry()
85 UCHAR long_unicode_name[] = {2, 0, 3, 0, 4, 0, 5, 0, 6, 0, 7, 0, 8, 0, 9, 0, 10, 0, 11, 0, … in ftest_0_entry()
Dfilex_fault_tolerant_log_full_test.c32 static UCHAR *pointer;
37 static UCHAR *cache_buffer;
38 static UCHAR *fault_tolerant_buffer;
39 static UCHAR *thread_buffer;
41 static UCHAR cache_buffer[CACHE_SIZE];
42 static UCHAR fault_tolerant_buffer[FAULT_TOLERANT_SIZE];
56 extern UINT (*driver_write_callback)(FX_MEDIA *media_ptr, UINT sector_type, UCHAR *block_ptr, UI…
57 static UINT my_driver_write(FX_MEDIA *media_ptr, UINT sector_type, UCHAR *block_ptr, UINT *opera…
73 pointer = (UCHAR *) first_unused_memory; in test_application_define()
259 static UINT my_driver_write(FX_MEDIA *media_ptr, UINT sector_type, UCHAR *block_ptr, UINT *operatio… in my_driver_write()

12345678910