Home
last modified time | relevance | path

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

/FileX-v6.2.1/common/src/
Dfxe_file_best_effort_allocate.c76 UINT _fxe_file_best_effort_allocate(FX_FILE *file_ptr, ULONG size, ULONG *actual_size_allocated) in _fxe_file_best_effort_allocate() function
/FileX-v6.2.1/common/inc/
Dfx_file.h100 UINT _fxe_file_best_effort_allocate(FX_FILE *file_ptr, ULONG size, ULONG *actual_size_allocated);
Dfx_api.h1321 #define fx_file_best_effort_allocate _fxe_file_best_effort_allocate
/FileX-v6.2.1/test/regression_test/
Dfilextestcontrol.c4330 status = _fxe_file_best_effort_allocate(&file_instance, 20, FX_NULL); in tx_application_define()
4344 status = _fxe_file_best_effort_allocate(&file_instance, 20, &temp); in tx_application_define()
4361 status = _fxe_file_best_effort_allocate(&file_instance, 20, &temp); in tx_application_define()
4380 status = _fxe_file_best_effort_allocate(&file_instance, 20, &temp); in tx_application_define()