Home
last modified time | relevance | path

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

/FileX-v6.2.1/common/src/
Dfxe_file_extended_best_effort_allocate.c76 UINT _fxe_file_extended_best_effort_allocate(FX_FILE *file_ptr, ULONG64 size, ULONG64 *actual_size… in _fxe_file_extended_best_effort_allocate() function
/FileX-v6.2.1/common/inc/
Dfx_file.h117 UINT _fxe_file_extended_best_effort_allocate(FX_FILE *file_ptr, ULONG64 size, ULONG64 *actual_size_…
Dfx_api.h1340 #define fx_file_extended_best_effort_allocate _fxe_file_extended_best_effort_allocate
/FileX-v6.2.1/test/regression_test/
Dfilextestcontrol.c3917 status = _fxe_file_extended_best_effort_allocate(&file_instance, 20, FX_NULL); in tx_application_define()
3931 status = _fxe_file_extended_best_effort_allocate(&file_instance, 20, &available_bytes); in tx_application_define()
3948 status = _fxe_file_extended_best_effort_allocate(&file_instance, 20, &available_bytes); in tx_application_define()
3967 status = _fxe_file_extended_best_effort_allocate(&file_instance, 20, &available_bytes); in tx_application_define()