Searched refs:_fx_file_allocate (Results 1 – 4 of 4) sorted by relevance
78 UINT _fx_file_allocate(FX_FILE *file_ptr, ULONG size) in _fx_file_allocate() function
89 status = _fx_file_allocate(file_ptr, size); in _fxe_file_allocate()
58 UINT _fx_file_allocate(FX_FILE *file_ptr, ULONG size);60 #define _fx_file_allocate(f, s) _fx_file_extended_allocate(f, (ULONG64)s); macro
1221 #define fx_file_allocate _fx_file_allocate