Home
last modified time | relevance | path

Searched full:on (Results 1 – 25 of 163) sorted by relevance

1234567

/FileX-v6.2.1/
DCONTRIBUTING.md8 real-time applications published on under a permissive license. The Eclipse
14 * USBX - high-performance USB host, device, and on-the-go (OTG) embedded stack, that is fully integ…
62 the Developer Certificate of Origin (DCO). Having an ECA on file associated with
64 fulfills the DCO's requirement that you sign-off on your contributions.
/FileX-v6.2.1/.github/workflows/
Dregression_test.yml5 # Controls when the action will run. Triggers the workflow on push or pull request
7 on:
/FileX-v6.2.1/test/regression_test/
Dfilex_file_create_delete_test.c1 /* This FileX test concentrates on the file create/delete operations. */
219 /* This code is executing differently on local vs server. Disabled until cause is explored in ftest_0_entry()
529 /* Now allocate perform allocations with I/O errors on building the new FAT chain. */ in ftest_0_entry()
535 /* Now allocate perform allocations with I/O error on writing the EOF. */ in ftest_0_entry()
541 /* Now allocate perform allocations with I/O error on linking to last cluster. */ in ftest_0_entry()
561 /* Now allocate perform allocations with I/O error on the directory write request. */ in ftest_0_entry()
607 …/* Allocate more clusters but with the offset on a sector boundary rather than a cluster boundary.… in ftest_0_entry()
617 …/* Allocate more clusters but with the offset on a sector boundary rather than a cluster boundary.… in ftest_0_entry()
763 /* Now allocate perform allocations with I/O errors on building the new FAT chain. */ in ftest_0_entry()
769 /* Now allocate perform allocations with I/O error on writing the EOF. */ in ftest_0_entry()
[all …]
Dfilex_directory_rename_test.c1 /* This FileX test concentrates on the directory rename operations. */
259 /* Now try to get an I/O error on the directory free search call. */ in ftest_0_entry()
269 /* Now try to get an I/O error on the directory write call. */ in ftest_0_entry()
Dfilex_file_date_time_set_test.c1 /* This FileX test concentrates on the file date/time set operation. */
603 /* Now get information on the first file... requesting on the "second" parameter. */ in ftest_0_entry()
616 /* Now get information on the first file... requesting on the "minute" parameter. */ in ftest_0_entry()
Dfilex_media_read_write_sector_test.c1 /* This FileX test concentrates on the basic media read/write sector operation. */
258 …/* Now perform direct buffer read ram_disk.fx_media_data_sector_start on sectors before the cache.… in ftest_0_entry()
303 …/* Now perform direct buffer read ram_disk.fx_media_data_sector_start on sectors before the cache.… in ftest_0_entry()
669 …/* Now perform direct buffer read ram_disk.fx_media_data_sector_start on sectors before the cache.… in ftest_0_entry()
692 …/* Now perform direct buffer read ram_disk.fx_media_data_sector_start on sectors before the cache.… in ftest_0_entry()
890 …/* Now perform direct buffer read ram_disk.fx_media_data_sector_start on sectors before the cache.… in ftest_0_entry()
1013 /* Now test the FAT map flush with an I/O error on the read of the primary FAT sector. */ in ftest_0_entry()
1018 /* Now test the FAT map flush with an I/O error on the write of the secondary FAT sector. */ in ftest_0_entry()
Dfilex_directory_create_delete_test.c1 /* This FileX test concentrates on the basic directory create/delete operations. */
510 /* Create a subdirectory with a search pointer that starts on a non-free cluster. */ in ftest_0_entry()
535 /* Create a subdirectory with an error on writing the FAT entry. */ in ftest_0_entry()
541 /* Create a subdirectory with an error on writing the first director entry. */ in ftest_0_entry()
547 /* Create a subdirectory with an error on writing the second director entry. */ in ftest_0_entry()
589 /* Delete a directory but with a FAT read error on the first cluster. */ in ftest_0_entry()
1605 /* Now generate an error on the root directory size. */ in ftest_0_entry()
1800 /* Setup an I/O error on the first logical sectory write of the directory entry. */ in ftest_0_entry()
1871 /* Setup an I/O error on the first logical sectory write of the directory entry. */ in ftest_0_entry()
1942 /* Setup an I/O error on the first logical sectory write of the directory entry. */ in ftest_0_entry()
[all …]
Dfilex_system_date_time_test.c1 /* This FileX test concentrates on the system date/time set/get operations. */
213 /* check bad input for feb on a leap year */ in ftest_0_entry()
Dfilex_file_attributes_read_set_test.c1 /* This FileX test concentrates on the file attributes read/set operation. */
330 …/* Now test the attributes set with multiple files open that have directory entries that reside on in ftest_0_entry()
Dfilex_file_rename_test.c1 /* This FileX test concentrates on the file rename operations. */
339 /* Now test I/O error on directory entry write inside of the rename processing. */ in ftest_0_entry()
Dfilex_fault_tolerant_media_check_test.c1 /* This FileX test concentrates on the basic media check operation. */
/FileX-v6.2.1/.github/ISSUE_TEMPLATE/
Dbug_report.md29 What impact does this issue have on your progress (e.g., annoyance, showstopper)
/FileX-v6.2.1/common/src/
Dfx_utility_FAT_map_flush.c81 /* Determine how many FAT sectors each bit in the bit map represents. Depending on in _fx_utility_FAT_map_flush()
87 on media flush and media close. */ in _fx_utility_FAT_map_flush()
Dfx_file_extended_allocate.c210 /* Determine if there are enough available clusters on the media. */ in _fx_file_extended_allocate()
445 /* Decrease the available clusters on the media. */ in _fx_file_extended_allocate()
498 /* Not enough contiguous space on the media. Return error status. */ in _fx_file_extended_allocate()
Dfx_file_extended_best_effort_allocate.c214 /* Determine if there are no available clusters on the media. */ in _fx_file_extended_best_effort_allocate()
488 /* Decrease the available clusters on the media. */ in _fx_file_extended_best_effort_allocate()
545 /* Not enough contiguous space on the media. Return error status. */ in _fx_file_extended_best_effort_allocate()
Dfx_utility_logical_sector_flush.c228 write protection was turned on. */ in _fx_utility_logical_sector_flush()
259 /* Determine how to process the hashed cache based on the number of sectors in _fx_utility_logical_sector_flush()
430 write protection was turned on. */ in _fx_utility_logical_sector_flush()
Dfx_media_open.c670 /* Pickup the current available cluster count on the media. */
679 … /* Perform a quick sanity check on the available cluster count and the starting free
773 cache memory to optimize I/O on larger devices. Since we are looking for
959 media on the linked list of currently opened media. */
964 /* Place the thread on the list of opened media. First,
Dfx_utility_logical_sector_read.c332 /* Invalidate the cache entry on read errors. */ in _fx_utility_logical_sector_read()
511 /* Copy the sectors directly read into the cache so they are available on in _fx_utility_logical_sector_read()
528 … /* This case should never happen, however, if it does simply give up on updating the in _fx_utility_logical_sector_read()
/FileX-v6.2.1/docs/
Drevision_history.txt3 For version 6 and higher, please refer to the release notes on GitHub at https://github.com/eclipse…
583 disabling of cache fill on direct reads.
599 fx_utility_logical_sector_flush.c Added safety check on cache size.
/FileX-v6.2.1/ports/win32/vs_2019/inc/
Dfx_port.h37 /* compatible file system function identically on a variety of */
68 alternately be defined on the command line. */
/FileX-v6.2.1/ports/generic/inc/
Dfx_port.h37 /* compatible file system function identically on a variety of */
66 alternately be defined on the command line. */
/FileX-v6.2.1/common/inc/
Dfx_user_sample.h39 /* Note that all the defines in this file may also be made on the */
68 also refer to fx_port.h for descriptions on each of these options. */
Dfx_api.h198 /* Determine if fault tolerance is selected. If so, turn on the old fault tolerant options -
816 is accessed via a hash function on the requested sector. */
819 /* Define the number of sectors that can actually be cached based on the
1012 /* Define the FAT secondary update map. This will be used on flush and
1019 /* Define an area to allocate long file names so that local storage on
1147 /* Define the pointers necessary to maintain the open file on
1172 /* Define the FileX API mappings based on the error checking
/FileX-v6.2.1/test/cmake/
DCMakeLists.txt56 ON
/FileX-v6.2.1/ports/linux/gnu/inc/
Dfx_port.h37 /* compatible file system function identically on a variety of */
68 alternately be defined on the command line. */

1234567