Home
last modified time | relevance | path

Searched refs:open_type (Results 1 – 4 of 4) sorted by relevance

/FileX-v6.2.1/common/src/
Dfxe_file_open.c77 UINT _fxe_file_open(FX_MEDIA *media_ptr, FX_FILE *file_ptr, CHAR *file_name, UINT open_type, UINT … in _fxe_file_open() argument
92 …if ((open_type != FX_OPEN_FOR_READ) && (open_type != FX_OPEN_FOR_READ_FAST) && (open_type != FX_OP… in _fxe_file_open()
131 status = _fx_file_open(media_ptr, file_ptr, file_name, open_type); in _fxe_file_open()
Dfx_file_open.c84 UINT _fx_file_open(FX_MEDIA *media_ptr, FX_FILE *file_ptr, CHAR *file_name, UINT open_type) in _fx_file_open() argument
139 if (open_type == FX_OPEN_FOR_READ_FAST) in _fx_file_open()
143 open_type = FX_OPEN_FOR_READ; in _fx_file_open()
160 …FX_TRACE_IN_LINE_INSERT(FX_TRACE_FILE_OPEN, media_ptr, file_ptr, file_name, open_type, FX_TRACE_FI… in _fx_file_open()
196 if (open_type == FX_OPEN_FOR_READ) in _fx_file_open()
228 if (open_type == FX_OPEN_FOR_WRITE) in _fx_file_open()
448 file_ptr -> fx_file_open_mode = open_type; in _fx_file_open()
458 if (open_type == FX_OPEN_FOR_READ) in _fx_file_open()
/FileX-v6.2.1/common/inc/
Dfx_file.h71 UINT open_type);
107 UINT open_type, UINT file_control_block_size);
Dfx_api.h1432 UINT open_type);
1435 UINT open_type, UINT file_control_block_size);