Searched refs:attributes_ptr (Results 1 – 7 of 7) sorted by relevance
/FileX-v6.2.1/common/src/ |
D | fxe_file_attributes_read.c | 75 UINT _fxe_file_attributes_read(FX_MEDIA *media_ptr, CHAR *file_name, UINT *attributes_ptr) in _fxe_file_attributes_read() argument 81 if ((media_ptr == FX_NULL) || (attributes_ptr == FX_NULL)) in _fxe_file_attributes_read() 90 status = _fx_file_attributes_read(media_ptr, file_name, attributes_ptr); in _fxe_file_attributes_read()
|
D | fxe_directory_attributes_read.c | 75 …NT _fxe_directory_attributes_read(FX_MEDIA *media_ptr, CHAR *directory_name, UINT *attributes_ptr) in _fxe_directory_attributes_read() argument 81 if ((media_ptr == FX_NULL) || (attributes_ptr == FX_NULL)) in _fxe_directory_attributes_read() 90 status = _fx_directory_attributes_read(media_ptr, directory_name, attributes_ptr); in _fxe_directory_attributes_read()
|
D | fx_directory_attributes_read.c | 80 UINT _fx_directory_attributes_read(FX_MEDIA *media_ptr, CHAR *directory_name, UINT *attributes_ptr) in _fx_directory_attributes_read() argument 144 *attributes_ptr = (UINT)dir_entry.fx_dir_entry_attributes; in _fx_directory_attributes_read()
|
D | fx_file_attributes_read.c | 79 UINT _fx_file_attributes_read(FX_MEDIA *media_ptr, CHAR *file_name, UINT *attributes_ptr) in _fx_file_attributes_read() argument 146 *attributes_ptr = (UINT)dir_entry.fx_dir_entry_attributes; in _fx_file_attributes_read()
|
/FileX-v6.2.1/common/inc/ |
D | fx_file.h | 62 UINT _fx_file_attributes_read(FX_MEDIA *media_ptr, CHAR *file_name, UINT *attributes_ptr); 98 UINT _fxe_file_attributes_read(FX_MEDIA *media_ptr, CHAR *file_name, UINT *attributes_ptr);
|
D | fx_directory.h | 55 UINT _fx_directory_attributes_read(FX_MEDIA *media_ptr, CHAR *directory_name, UINT *attributes_ptr); 84 UINT _fxe_directory_attributes_read(FX_MEDIA *media_ptr, CHAR *directory_name, UINT *attributes_ptr…
|
D | fx_api.h | 1388 UINT fx_directory_attributes_read(FX_MEDIA *media_ptr, CHAR *directory_name, UINT *attributes_ptr); 1422 UINT fx_file_attributes_read(FX_MEDIA *media_ptr, CHAR *file_name, UINT *attributes_ptr);
|