/FileX-v6.2.1/common/src/ |
D | fxe_media_close.c | 75 UINT status; in _fxe_media_close() local 88 status = _fx_media_close(media_ptr); in _fxe_media_close() local
|
D | fxe_media_flush.c | 77 UINT status; in _fxe_media_flush() local 90 status = _fx_media_flush(media_ptr); in _fxe_media_flush() local
|
D | fxe_media_abort.c | 75 UINT status; in _fxe_media_abort() local 88 status = _fx_media_abort(media_ptr); in _fxe_media_abort() local
|
D | fxe_file_close.c | 75 UINT status; in _fxe_file_close() local 88 status = _fx_file_close(file_ptr); in _fxe_file_close() local
|
D | fxe_media_cache_invalidate.c | 77 UINT status; in _fxe_media_cache_invalidate() local 90 status = _fx_media_cache_invalidate(media_ptr); in _fxe_media_cache_invalidate() local
|
D | fxe_media_space_available.c | 77 UINT status; in _fxe_media_space_available() local 90 status = _fx_media_space_available(media_ptr, available_bytes_ptr); in _fxe_media_space_available() local
|
D | fxe_file_extended_seek.c | 76 UINT status; in _fxe_file_extended_seek() local 89 status = _fx_file_extended_seek(file_ptr, byte_offset); in _fxe_file_extended_seek() local
|
D | fxe_file_extended_truncate.c | 76 UINT status; in _fxe_file_extended_truncate() local 89 status = _fx_file_extended_truncate(file_ptr, size); in _fxe_file_extended_truncate() local
|
D | fxe_media_volume_set.c | 78 UINT status; in _fxe_media_volume_set() local 91 status = _fx_media_volume_set(media_ptr, volume_name); in _fxe_media_volume_set() local
|
D | fxe_file_truncate.c | 76 UINT status; in _fxe_file_truncate() local 89 status = _fx_file_truncate(file_ptr, size); in _fxe_file_truncate() local
|
D | fxe_directory_default_set.c | 78 UINT status; in _fxe_directory_default_set() local 91 status = _fx_directory_default_set(media_ptr, new_path_name); in _fxe_directory_default_set() local
|
D | fxe_file_create.c | 76 UINT status; in _fxe_file_create() local 89 status = _fx_file_create(media_ptr, file_name); in _fxe_file_create() local
|
D | fxe_file_seek.c | 76 UINT status; in _fxe_file_seek() local 89 status = _fx_file_seek(file_ptr, byte_offset); in _fxe_file_seek() local
|
D | fxe_file_write_notify_set.c | 78 UINT status; in _fxe_file_write_notify_set() local 90 status = _fx_file_write_notify_set(file_ptr, file_write_notify); in _fxe_file_write_notify_set() local
|
D | fxe_directory_create.c | 76 UINT status; in _fxe_directory_create() local 89 status = _fx_directory_create(media_ptr, directory_name); in _fxe_directory_create() local
|
D | fxe_directory_delete.c | 75 UINT status; in _fxe_directory_delete() local 88 status = _fx_directory_delete(media_ptr, directory_name); in _fxe_directory_delete() local
|
D | fxe_directory_first_entry_find.c | 77 UINT status; in _fxe_directory_first_entry_find() local 90 status = _fx_directory_first_entry_find(media_ptr, directory_name); in _fxe_directory_first_entry_find() local
|
D | fxe_file_extended_truncate_release.c | 77 UINT status; in _fxe_file_extended_truncate_release() local 90 status = _fx_file_extended_truncate_release(file_ptr, size); in _fxe_file_extended_truncate_release() local
|
D | fxe_directory_default_get.c | 78 UINT status; in _fxe_directory_default_get() local 91 status = _fx_directory_default_get(media_ptr, return_path_name); in _fxe_directory_default_get() local
|
D | fx_directory_first_entry_find.c | 82 UINT status; in _fx_directory_first_entry_find() local 130 status = _fx_directory_next_entry_find(media_ptr, directory_name); in _fx_directory_first_entry_find() local
|
D | fxe_directory_next_entry_find.c | 77 UINT status; in _fxe_directory_next_entry_find() local 90 status = _fx_directory_next_entry_find(media_ptr, directory_name); in _fxe_directory_next_entry_find() local
|
D | fxe_file_allocate.c | 76 UINT status; in _fxe_file_allocate() local 89 status = _fx_file_allocate(file_ptr, size); in _fxe_file_allocate() local
|
D | fxe_media_close_notify_set.c | 78 UINT status; in _fxe_media_close_notify_set() local 90 status = _fx_media_close_notify_set(media_ptr, media_close_notify); in _fxe_media_close_notify_set() local
|
D | fxe_media_extended_space_available.c | 77 UINT status; in _fxe_media_extended_space_available() local 90 status = _fx_media_extended_space_available(media_ptr, available_bytes_ptr); in _fxe_media_extended_space_available() local
|
D | fxe_directory_name_test.c | 77 UINT status; in _fxe_directory_name_test() local 90 status = _fx_directory_name_test(media_ptr, directory_name); in _fxe_directory_name_test() local
|