Home
last modified time | relevance | path

Searched refs:total_size (Results 1 – 2 of 2) sorted by relevance

/FileX-v6.4.1/common/src/
Dfx_fault_tolerant_enable.c99 ULONG total_size; local
381total_size = _fx_utility_16_unsigned_read((UCHAR *)&log_header -> fx_fault_tolerant_log_header_tot…
382 media_ptr -> fx_media_fault_tolerant_file_size = total_size;
394 … if (total_size > (FX_FAULT_TOLERANT_LOG_CONTENT_OFFSET + FX_FAULT_TOLERANT_LOG_HEADER_SIZE))
401 … (total_size - FX_FAULT_TOLERANT_LOG_CONTENT_OFFSET));
/FileX-v6.4.1/ports/linux/gnu/inc/
Dfx_port.h261 …olerant_enable_callback(media_ptr, media_ptr -> fx_media_fault_tolerant_memory_buffer, total_size);