Home
last modified time | relevance | path

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

/FileX-v6.2.1/common/src/
Dfx_file_write_notify_set.c73 UINT _fx_file_write_notify_set(FX_FILE *file_ptr, VOID (*file_write_notify)(FX_FILE *file)) in _fx_file_write_notify_set()
77 file_ptr -> fx_file_write_notify = file_write_notify; in _fx_file_write_notify_set()
Dfxe_file_write_notify_set.c76 UINT _fxe_file_write_notify_set(FX_FILE *file_ptr, VOID (*file_write_notify)(FX_FILE *file)) in _fxe_file_write_notify_set()
90 status = _fx_file_write_notify_set(file_ptr, file_write_notify); in _fxe_file_write_notify_set()
/FileX-v6.2.1/test/regression_test/
Dfilex_file_write_notify_test.c41 static VOID file_write_notify(FX_FILE *file_ptr);
184 status = fx_file_write_notify_set(&my_file, file_write_notify); in ftest_0_entry()
253 static VOID file_write_notify(FX_FILE *file_ptr) in file_write_notify() function
/FileX-v6.2.1/common/inc/
Dfx_file.h89 UINT _fx_file_write_notify_set(FX_FILE *file_ptr, VOID (*file_write_notify)(FX_FILE *));
115 UINT _fxe_file_write_notify_set(FX_FILE *file_ptr, VOID (*file_write_notify)(FX_FILE *));
Dfx_api.h1448 UINT fx_file_write_notify_set(FX_FILE *file_ptr, VOID (*file_write_notify)(FX_FILE *));