Home
last modified time | relevance | path

Searched refs:FX_FILE (Results 1 – 25 of 146) sorted by relevance

123456

/FileX-v6.2.1/common/inc/
Dfx_file.h58 UINT _fx_file_allocate(FX_FILE *file_ptr, ULONG size);
64 UINT _fx_file_best_effort_allocate(FX_FILE *file_ptr, ULONG size, ULONG *actual_size_allocated);
65 UINT _fx_file_close(FX_FILE *file_ptr);
70 UINT _fx_file_open(FX_MEDIA *media_ptr, FX_FILE *file_ptr, CHAR *file_name,
72 UINT _fx_file_read(FX_FILE *file_ptr, VOID *buffer_ptr, ULONG request_size, ULONG *actual_size);
74 UINT _fx_file_relative_seek(FX_FILE *file_ptr, ULONG byte_offset, UINT seek_from);
80 UINT _fx_file_seek(FX_FILE *file_ptr, ULONG byte_offset);
81 UINT _fx_file_truncate(FX_FILE *file_ptr, ULONG size);
82 UINT _fx_file_truncate_release(FX_FILE *file_ptr, ULONG size);
88 UINT _fx_file_write(FX_FILE *file_ptr, VOID *buffer_ptr, ULONG size);
[all …]
Dfx_api.h1167 } FX_FILE; typedef
1169 typedef FX_FILE *FX_FILE_PTR;
1326 #define fx_file_open(m, f, n, t) _fxe_file_open(m, f, n, t, sizeof(FX_FILE))
1420 UINT fx_file_allocate(FX_FILE *file_ptr, ULONG size);
1424 UINT fx_file_best_effort_allocate(FX_FILE *file_ptr, ULONG size, ULONG *actual_size_allocated);
1425 UINT fx_file_close(FX_FILE *file_ptr);
1431 UINT _fx_file_open(FX_MEDIA *media_ptr, FX_FILE *file_ptr, CHAR *file_name,
1434 UINT _fxe_file_open(FX_MEDIA *media_ptr, FX_FILE *file_ptr, CHAR *file_name,
1437 UINT fx_file_read(FX_FILE *file_ptr, VOID *buffer_ptr, ULONG request_size, ULONG *actual_size);
1439 UINT fx_file_relative_seek(FX_FILE *file_ptr, ULONG byte_offset, UINT seek_from);
[all …]
/FileX-v6.2.1/test/regression_test/
Dfilex_file_attributes_read_set_test.c20 static FX_FILE my_file;
21 static FX_FILE my_file1;
22 static FX_FILE my_file2;
23 static FX_FILE my_file3;
24 static FX_FILE my_file4;
25 static FX_FILE my_file5;
26 static FX_FILE my_file6;
27 static FX_FILE my_file7;
28 static FX_FILE my_file8;
29 static FX_FILE my_file9;
[all …]
Dfilex_file_date_time_set_test.c20 static FX_FILE file_0;
21 static FX_FILE file_1;
22 static FX_FILE file_2;
23 static FX_FILE file_3;
24 static FX_FILE file_4;
25 static FX_FILE file_5;
26 static FX_FILE file_6;
100 FX_FILE my_file; in ftest_0_entry()
Dfilex_file_write_notify_test.c41 static VOID file_write_notify(FX_FILE *file_ptr);
92 FX_FILE my_file; in ftest_0_entry()
253 static VOID file_write_notify(FX_FILE *file_ptr) in file_write_notify()
Dfilex_directory_create_delete_test.c33 static FX_FILE file_1;
34 static FX_FILE file_2;
35 static FX_FILE file_3;
36 static FX_FILE file_4;
37 static FX_FILE file_5;
38 static FX_FILE file_6;
39 static FX_FILE file_7;
40 static FX_FILE file_8;
41 static FX_FILE file_9;
42 static FX_FILE file_10;
[all …]
/FileX-v6.2.1/common/src/
Dfxe_file_open.c77 UINT _fxe_file_open(FX_MEDIA *media_ptr, FX_FILE *file_ptr, CHAR *file_name, UINT open_type, UINT … in _fxe_file_open()
81 FX_FILE *current_file; in _fxe_file_open()
86 …_media_id != FX_MEDIA_ID) || (file_ptr == FX_NULL) || (file_control_block_size != sizeof(FX_FILE))) in _fxe_file_open()
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()
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()
Dfx_file_truncate_release.c79 UINT _fx_file_truncate_release(FX_FILE *file_ptr, ULONG size) in _fx_file_truncate_release()
Dfx_file_allocate.c78 UINT _fx_file_allocate(FX_FILE *file_ptr, ULONG size) in _fx_file_allocate()
Dfx_file_seek.c77 UINT _fx_file_seek(FX_FILE *file_ptr, ULONG byte_offset) in _fx_file_seek()
Dfx_file_truncate.c77 UINT _fx_file_truncate(FX_FILE *file_ptr, ULONG size) in _fx_file_truncate()
Dfx_file_relative_seek.c83 UINT _fx_file_relative_seek(FX_FILE *file_ptr, ULONG byte_offset, UINT seek_from) in _fx_file_relative_seek()
Dfxe_file_close.c72 UINT _fxe_file_close(FX_FILE *file_ptr) in _fxe_file_close()
Dfxe_file_extended_seek.c73 UINT _fxe_file_extended_seek(FX_FILE *file_ptr, ULONG64 byte_offset) in _fxe_file_extended_seek()
Dfxe_file_extended_truncate.c73 UINT _fxe_file_extended_truncate(FX_FILE *file_ptr, ULONG64 size) in _fxe_file_extended_truncate()
Dfxe_file_truncate.c73 UINT _fxe_file_truncate(FX_FILE *file_ptr, ULONG size) in _fxe_file_truncate()
Dfxe_file_seek.c73 UINT _fxe_file_seek(FX_FILE *file_ptr, ULONG byte_offset) in _fxe_file_seek()
Dfxe_file_extended_truncate_release.c74 UINT _fxe_file_extended_truncate_release(FX_FILE *file_ptr, ULONG64 size) in _fxe_file_extended_truncate_release()
Dfxe_file_allocate.c73 UINT _fxe_file_allocate(FX_FILE *file_ptr, ULONG size) in _fxe_file_allocate()
Dfxe_file_extended_allocate.c73 UINT _fxe_file_extended_allocate(FX_FILE *file_ptr, ULONG64 size) in _fxe_file_extended_allocate()
Dfxe_file_truncate_release.c74 UINT _fxe_file_truncate_release(FX_FILE *file_ptr, ULONG size) in _fxe_file_truncate_release()
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()
Dfxe_file_write.c74 UINT _fxe_file_write(FX_FILE *file_ptr, VOID *buffer_ptr, ULONG size) in _fxe_file_write()

123456