Searched refs:s (Results 1 – 7 of 7) sorted by relevance
/FileX-v6.2.1/common/src/ |
D | fx_media_format.c | 136 UINT sectors_per_fat, f, s; in _fx_media_format() local 552 for (s = 0; s < sectors_per_fat; s++) in _fx_media_format() 555 if (s == 0) in _fx_media_format() 621 … media_ptr -> fx_media_driver_logical_sector = reserved_sectors + (f * sectors_per_fat) + s; in _fx_media_format() 655 for (s = 0; s < root_sectors; s++) in _fx_media_format() 659 …ptr -> fx_media_driver_logical_sector = reserved_sectors + (number_of_fats * sectors_per_fat) + s; in _fx_media_format()
|
/FileX-v6.2.1/common/inc/ |
D | fx_file.h | 60 #define _fx_file_allocate(f, s) _fx_file_extended_allocate(f, (ULONG64)s); argument 85 #define _fx_file_truncate(f, s) _fx_file_extended_truncate(f, (ULONG64)s); argument 86 #define _fx_file_truncate_release(f, s) _fx_file_extended_truncate_release(f, (ULONG64)s); argument
|
D | fx_api.h | 1181 #define fx_file_allocate(f, s) fx_file_extended_allocate(f, (ULONG64)s); argument 1182 #define fx_file_truncate(f, s) fx_file_extended_truncate(f, (ULONG64)s); argument 1184 #define fx_file_truncate_release(f, s) fx_file_extended_truncate_release(f, (ULONG64)s); argument 1352 #define fx_media_open(m, n, d, i, p, s) _fxe_media_open(m, n, d, i, p, s, sizeof(FX_MEDIA)) argument
|
/FileX-v6.2.1/ |
D | CONTRIBUTING.md | 12 * FileX - high-performance, FAT-compatible file system that’s fully integrated with ThreadX kernel 63 the email address matching the "Author" field of your contribution's Git commits 64 fulfills the DCO's requirement that you sign-off on your contributions. 71 Contact the project developers via the project's "dev" list.
|
D | CMakeLists.txt | 45 # Include the user's override file if required
|
D | README.md | 3 …s fully integrated with Eclipse ThreadX RTOS and available for all supported processors. Like Ecli… 11 FileX as part of Eclipse ThreadX has been integrated to the semiconductor's SDKs and development en…
|
/FileX-v6.2.1/docs/ |
D | revision_history.txt | 603 fx*.h Modified comment(s). 604 fx*.c Modified comment(s). 619 lower case letter(s), and added logic 670 fx*.h Modified comment(s). 671 fx*.c Modified comment(s).
|