Home
last modified time | relevance | path

Searched refs:FX_BUFFER_ERROR (Results 1 – 18 of 18) sorted by relevance

/FileX-v6.2.1/common/src/
Dfx_directory_short_name_get_extended.c133 status = FX_BUFFER_ERROR; in _fx_directory_short_name_get_extended()
159 status = FX_BUFFER_ERROR; in _fx_directory_short_name_get_extended()
Dfxe_media_volume_get_extended.c94 return(FX_BUFFER_ERROR); in _fxe_media_volume_get_extended()
Dfxe_directory_short_name_get_extended.c91 return(FX_BUFFER_ERROR); in _fxe_directory_short_name_get_extended()
Dfxe_directory_long_name_get_extended.c91 return(FX_BUFFER_ERROR); in _fxe_directory_long_name_get_extended()
Dfx_directory_default_get_copy.c105 return(FX_BUFFER_ERROR); in _fx_directory_default_get_copy()
Dfxe_unicode_name_get_extended.c95 return(FX_BUFFER_ERROR); in _fxe_unicode_name_get_extended()
Dfx_directory_local_path_get_copy.c108 return(FX_BUFFER_ERROR); in _fx_directory_local_path_get_copy()
Dfxe_unicode_short_name_get_extended.c94 return(FX_BUFFER_ERROR); in _fxe_unicode_short_name_get_extended()
Dfx_media_volume_get_extended.c196 status = FX_BUFFER_ERROR; in _fx_media_volume_get_extended()
299 status = FX_BUFFER_ERROR; in _fx_media_volume_get_extended()
Dfx_directory_long_name_get_extended.c129 status = FX_BUFFER_ERROR; in _fx_directory_long_name_get_extended()
Dfx_ram_driver.c328 media_ptr -> fx_media_driver_status = FX_BUFFER_ERROR; in _fx_ram_driver()
Dfx_media_open.c360 return(FX_BUFFER_ERROR);
/FileX-v6.2.1/test/regression_test/
Dfilex_directory_long_short_get_test.c203 if ((status != FX_BUFFER_ERROR) || (memcmp(name, "S\0IGINALSTRING\0", 15))) in ftest_0_entry()
260 if ((status != FX_BUFFER_ERROR) || (memcmp(name, "S\0IGINALSTRING\0", 15))) in ftest_0_entry()
273 if ((status != FX_BUFFER_ERROR) || (memcmp(name, "S\0IGINALSTRING\0", 15))) in ftest_0_entry()
Dfilex_media_volume_get_set_test.c213 if ((status != FX_BUFFER_ERROR) || in ftest_0_entry()
395 if ((status != FX_BUFFER_ERROR) || in ftest_0_entry()
Dfilextestcontrol.c1721 if (status != FX_BUFFER_ERROR) in tx_application_define()
2641 if (status != FX_BUFFER_ERROR) in tx_application_define()
2867 if (status != FX_BUFFER_ERROR) in tx_application_define()
4681 if (status != FX_BUFFER_ERROR) in tx_application_define()
5135 if (status != FX_BUFFER_ERROR) in tx_application_define()
Dfilex_directory_default_path_get_set_test.c845 if (status != FX_BUFFER_ERROR) in ftest_0_entry()
1233 if (status != FX_BUFFER_ERROR) in ftest_0_entry()
Dfilex_media_multiple_open_close_test.c1157 if (status != FX_BUFFER_ERROR) in ftest_0_entry()
/FileX-v6.2.1/common/inc/
Dfx_api.h558 #define FX_BUFFER_ERROR 0x21 macro