Home
last modified time | relevance | path

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

/FileX-v6.2.1/common/src/
Dfxe_file_open.c94 return(FX_ACCESS_ERROR); in _fxe_file_open()
Dfx_file_open.c218 return(FX_ACCESS_ERROR); in _fx_file_open()
252 return(FX_ACCESS_ERROR); in _fx_file_open()
283 return(FX_ACCESS_ERROR); in _fx_file_open()
Dfx_file_attributes_set.c177 return(FX_ACCESS_ERROR); in _fx_file_attributes_set()
Dfx_file_delete.c219 return(FX_ACCESS_ERROR); in _fx_file_delete()
Dfx_file_extended_truncate.c142 return(FX_ACCESS_ERROR); in _fx_file_extended_truncate()
Dfx_file_extended_allocate.c132 return(FX_ACCESS_ERROR); in _fx_file_extended_allocate()
Dfx_file_extended_best_effort_allocate.c133 return(FX_ACCESS_ERROR); in _fx_file_extended_best_effort_allocate()
Dfx_media_check.c208 return(FX_ACCESS_ERROR); in _fx_media_check()
Dfx_file_extended_truncate_release.c160 return(FX_ACCESS_ERROR); in _fx_file_extended_truncate_release()
Dfx_file_write.c197 return(FX_ACCESS_ERROR); in _fx_file_write()
/FileX-v6.2.1/test/regression_test/
Dfilex_file_attributes_read_set_test.c303 if (status != FX_ACCESS_ERROR) in ftest_0_entry()
313 if (status != FX_ACCESS_ERROR) in ftest_0_entry()
Dfilex_file_create_delete_test.c241 return_if_fail( status == FX_ACCESS_ERROR); in ftest_0_entry()
282 return_if_fail( status == FX_ACCESS_ERROR); in ftest_0_entry()
286 return_if_fail( status == FX_ACCESS_ERROR); in ftest_0_entry()
314 return_if_fail( status == FX_ACCESS_ERROR); in ftest_0_entry()
Dfilex_file_allocate_truncate_test.c208 if (status != FX_ACCESS_ERROR) in ftest_0_entry()
216 if (status != FX_ACCESS_ERROR) in ftest_0_entry()
Dfilex_fault_tolerant_enable_3_test.c238 return_if_fail( status == FX_ACCESS_ERROR); in ftest_0_entry()
Dfilex_file_read_write_test.c192 if (status != FX_ACCESS_ERROR) in ftest_0_entry()
Dfilex_media_check_test.c232 return_if_fail( status == FX_ACCESS_ERROR); in ftest_0_entry()
Dfilextestcontrol.c3576 if (status != FX_ACCESS_ERROR) in tx_application_define()
/FileX-v6.2.1/common/inc/
Dfx_api.h537 #define FX_ACCESS_ERROR 0x06 macro