Home
last modified time | relevance | path

Searched refs:global_buffer (Results 1 – 3 of 3) sorted by relevance

/USBX-v6.2.1/test/regression/
Dusbx_storage_multi_lun_test.c59 UCHAR global_buffer[UX_DEMO_FILE_BUFFER_SIZE]; variable
518 ux_utility_memory_set(global_buffer, buffer_pattern, UX_DEMO_FILE_BUFFER_SIZE); in tx_demo_thread_host_simulation_entry()
521 status = fx_file_write(&my_file, global_buffer, UX_DEMO_FILE_BUFFER_SIZE); in tx_demo_thread_host_simulation_entry()
585 ux_utility_memory_set(global_buffer, buffer_pattern, UX_DEMO_FILE_BUFFER_SIZE); in tx_demo_thread_host_simulation_entry()
588 status = fx_file_write(&my_file, global_buffer, UX_DEMO_FILE_BUFFER_SIZE); in tx_demo_thread_host_simulation_entry()
Dusbx_storage_tests.c91 static UCHAR global_buffer[UX_DEMO_LARGE_FILE_BUFFER_SIZE]; variable
361 ux_test_host_class_storage_media_write(global_storage, 10, 10, global_buffer); in do_any_write()
2152 ux_utility_memory_set(global_buffer, buffer_pattern, UX_DEMO_FILE_BUFFER_SIZE); in basic_read_write_test()
2155 status = fx_file_write(file, global_buffer, UX_DEMO_FILE_BUFFER_SIZE); in basic_read_write_test()
2197 status = fx_file_read(file, global_buffer, UX_DEMO_FILE_BUFFER_SIZE, &bytes_read); in basic_read_write_test()
2218 if (global_buffer[i] != buffer_pattern) in basic_read_write_test()
2626 …ST_CHECK_NOT_SUCCESS(ux_test_host_class_storage_media_write(global_storage, 10, 1, global_buffer)); in device_reset_test()
2959 ux_test_storage_file_cow(global_media, &file, global_buffer, 1, UX_TRUE); in abort_media_test()
2997 ux_test_storage_file_cowcd(global_media, &file, global_buffer, 1); in abort_media_test()
3056 ux_test_storage_file_cow(global_media, &file, global_buffer, 1, UX_TRUE); in flush_media_test()
[all …]
Dusbx_test_common_storage.h56 static UCHAR global_buffer[UX_DEMO_FILE_BUFFER_SIZE]; variable