Home
last modified time | relevance | path

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

/FileX-v6.2.1/common/inc/
Dfx_fault_tolerant.h134 #define FX_FAULT_TOLERANT_TRANSACTION_FAIL(m) \ argument
135 if ((m) -> fx_media_fault_tolerant_enabled == FX_TRUE) \
137 (m) -> fx_media_fault_tolerant_transaction_count--; \
138 if ((m) -> fx_media_fault_tolerant_transaction_count == 0) \
140 _fx_fault_tolerant_recover(m); \
141 _fx_fault_tolerant_reset_log_file(m); \
Dfx_api.h1306 #define fx_directory_local_path_set(m, l, n) _fxe_directory_local_path_set(m, l, n, sizeof(FX_LOCA… argument
1326 #define fx_file_open(m, f, n, t) _fxe_file_open(m, f, n, t, sizeof(FX_FILE)) 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/.github/ISSUE_TEMPLATE/
Dfeature_request.md11 A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]