Home
last modified time | relevance | path

Searched refs:_fx_file_extended_allocate (Results 1 – 5 of 5) sorted by relevance

/FileX-v6.4.1/common/src/
Dfx_file_allocate.c81 return(_fx_file_extended_allocate(file_ptr, (ULONG64)size)); in _fx_file_allocate()
Dfxe_file_extended_allocate.c89 status = _fx_file_extended_allocate(file_ptr, size); in _fxe_file_extended_allocate()
Dfx_file_extended_allocate.c91 UINT _fx_file_extended_allocate(FX_FILE *file_ptr, ULONG64 size) in _fx_file_extended_allocate() function
/FileX-v6.4.1/common/inc/
Dfx_file.h60 #define _fx_file_allocate(f, s) _fx_file_extended_allocate(f, (ULONG64)s);
90 UINT _fx_file_extended_allocate(FX_FILE *file_ptr, ULONG64 size);
Dfx_api.h1243 #define fx_file_extended_allocate _fx_file_extended_allocate