Home
last modified time | relevance | path

Searched defs:status (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/FileX-v6.2.1/common/src/
Dfxe_media_close.c75 UINT status; in _fxe_media_close() local
88 status = _fx_media_close(media_ptr); in _fxe_media_close() local
Dfxe_media_flush.c77 UINT status; in _fxe_media_flush() local
90 status = _fx_media_flush(media_ptr); in _fxe_media_flush() local
Dfxe_media_abort.c75 UINT status; in _fxe_media_abort() local
88 status = _fx_media_abort(media_ptr); in _fxe_media_abort() local
Dfxe_file_close.c75 UINT status; in _fxe_file_close() local
88 status = _fx_file_close(file_ptr); in _fxe_file_close() local
Dfxe_media_cache_invalidate.c77 UINT status; in _fxe_media_cache_invalidate() local
90 status = _fx_media_cache_invalidate(media_ptr); in _fxe_media_cache_invalidate() local
Dfxe_media_space_available.c77 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
Dfxe_file_extended_seek.c76 UINT status; in _fxe_file_extended_seek() local
89 status = _fx_file_extended_seek(file_ptr, byte_offset); in _fxe_file_extended_seek() local
Dfxe_file_extended_truncate.c76 UINT status; in _fxe_file_extended_truncate() local
89 status = _fx_file_extended_truncate(file_ptr, size); in _fxe_file_extended_truncate() local
Dfxe_media_volume_set.c78 UINT status; in _fxe_media_volume_set() local
91 status = _fx_media_volume_set(media_ptr, volume_name); in _fxe_media_volume_set() local
Dfxe_file_truncate.c76 UINT status; in _fxe_file_truncate() local
89 status = _fx_file_truncate(file_ptr, size); in _fxe_file_truncate() local
Dfxe_directory_default_set.c78 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
Dfxe_file_create.c76 UINT status; in _fxe_file_create() local
89 status = _fx_file_create(media_ptr, file_name); in _fxe_file_create() local
Dfxe_file_seek.c76 UINT status; in _fxe_file_seek() local
89 status = _fx_file_seek(file_ptr, byte_offset); in _fxe_file_seek() local
Dfxe_file_write_notify_set.c78 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
Dfxe_directory_create.c76 UINT status; in _fxe_directory_create() local
89 status = _fx_directory_create(media_ptr, directory_name); in _fxe_directory_create() local
Dfxe_directory_delete.c75 UINT status; in _fxe_directory_delete() local
88 status = _fx_directory_delete(media_ptr, directory_name); in _fxe_directory_delete() local
Dfxe_directory_first_entry_find.c77 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
Dfxe_file_extended_truncate_release.c77 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
Dfxe_directory_default_get.c78 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
Dfx_directory_first_entry_find.c82 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
Dfxe_directory_next_entry_find.c77 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
Dfxe_file_allocate.c76 UINT status; in _fxe_file_allocate() local
89 status = _fx_file_allocate(file_ptr, size); in _fxe_file_allocate() local
Dfxe_media_close_notify_set.c78 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
Dfxe_media_extended_space_available.c77 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
Dfxe_directory_name_test.c77 UINT status; in _fxe_directory_name_test() local
90 status = _fx_directory_name_test(media_ptr, directory_name); in _fxe_directory_name_test() local

12345678910>>...12