Searched refs:local_path_ptr (Results 1 – 6 of 6) sorted by relevance
/FileX-v6.2.1/common/src/ |
D | fx_directory_local_path_set.c | 84 UINT _fx_directory_local_path_set(FX_MEDIA *media_ptr, FX_LOCAL_PATH *local_path_ptr, CHAR *new_pa… in _fx_directory_local_path_set() argument 107 local_path_ptr -> fx_path_directory.fx_dir_entry_name = local_path_ptr -> fx_path_name_buffer; in _fx_directory_local_path_set() 132 …FX_TRACE_IN_LINE_INSERT(FX_TRACE_DIRECTORY_LOCAL_PATH_SET, media_ptr, local_path_ptr, new_path_nam… in _fx_directory_local_path_set() 142 local_path_ptr -> fx_path_directory.fx_dir_entry_name[0] = (CHAR)0; in _fx_directory_local_path_set() 143 local_path_ptr -> fx_path_string[0] = (CHAR)0; in _fx_directory_local_path_set() 144 local_path_ptr -> fx_path_string[FX_MAXIMUM_PATH - 2] = (CHAR)0; in _fx_directory_local_path_set() 147 _tx_thread_current_ptr -> tx_thread_filex_ptr = (VOID *)local_path_ptr; in _fx_directory_local_path_set() 170 path_string_ptr = &(local_path_ptr -> fx_path_string[0]); in _fx_directory_local_path_set() 182 path_ptr = local_path_ptr; in _fx_directory_local_path_set() 185 if (local_path_ptr != (FX_LOCAL_PATH *)_tx_thread_current_ptr -> tx_thread_filex_ptr) in _fx_directory_local_path_set() [all …]
|
D | fx_directory_local_path_restore.c | 80 UINT _fx_directory_local_path_restore(FX_MEDIA *media_ptr, FX_LOCAL_PATH *local_path_ptr) in _fx_directory_local_path_restore() argument 100 FX_PARAMETER_NOT_USED(local_path_ptr); in _fx_directory_local_path_restore() 107 …FX_TRACE_IN_LINE_INSERT(FX_TRACE_DIRECTORY_LOCAL_PATH_RESTORE, media_ptr, local_path_ptr, 0, 0, FX… in _fx_directory_local_path_restore() 110 _tx_thread_current_ptr -> tx_thread_filex_ptr = (VOID *)local_path_ptr; in _fx_directory_local_path_restore()
|
D | fxe_directory_local_path_restore.c | 74 UINT _fxe_directory_local_path_restore(FX_MEDIA *media_ptr, FX_LOCAL_PATH *local_path_ptr) in _fxe_directory_local_path_restore() argument 81 if ((media_ptr == FX_NULL) || (local_path_ptr == FX_NULL)) in _fxe_directory_local_path_restore() 87 status = _fx_directory_local_path_restore(media_ptr, local_path_ptr); in _fxe_directory_local_path_restore()
|
D | fxe_directory_local_path_set.c | 78 UINT _fxe_directory_local_path_set(FX_MEDIA *media_ptr, FX_LOCAL_PATH *local_path_ptr, CHAR *new_p… in _fxe_directory_local_path_set() argument 85 …if ((media_ptr == FX_NULL) || (local_path_ptr == FX_NULL) || (local_path_control_block_size != siz… in _fxe_directory_local_path_set() 91 status = _fx_directory_local_path_set(media_ptr, local_path_ptr, new_path_name); in _fxe_directory_local_path_set()
|
/FileX-v6.2.1/common/inc/ |
D | fx_directory.h | 72 UINT _fx_directory_local_path_restore(FX_MEDIA *media_ptr, FX_LOCAL_PATH *local_path_ptr); 73 UINT _fx_directory_local_path_set(FX_MEDIA *media_ptr, FX_LOCAL_PATH *local_path_ptr, CHAR *new_pat… 99 UINT _fxe_directory_local_path_restore(FX_MEDIA *media_ptr, FX_LOCAL_PATH *local_path_ptr); 100 UINT _fxe_directory_local_path_set(FX_MEDIA *media_ptr, FX_LOCAL_PATH *local_path_ptr, CHAR *new_pa…
|
D | fx_api.h | 1403 UINT fx_directory_local_path_restore(FX_MEDIA *media_ptr, FX_LOCAL_PATH *local_path_ptr); 1405 UINT _fx_directory_local_path_set(FX_MEDIA *media_ptr, FX_LOCAL_PATH *local_path_ptr, CHAR *new_pat… 1407 UINT _fxe_directory_local_path_set(FX_MEDIA *media_ptr, FX_LOCAL_PATH *local_path_ptr, CHAR *new_pa…
|