Searched refs:ux_host_class_storage_media_memory (Results 1 – 6 of 6) sorted by relevance
151 …storage_media -> ux_host_class_storage_media_memory = _ux_utility_memory_allocate(UX_SAFE_ALIGN, … in _ux_host_class_storage_media_open()152 if (storage_media -> ux_host_class_storage_media_memory == UX_NULL) in _ux_host_class_storage_media_open()160 … storage, storage_media -> ux_host_class_storage_media_memory, in _ux_host_class_storage_media_open()170 _ux_utility_memory_free(storage_media -> ux_host_class_storage_media_memory); in _ux_host_class_storage_media_open()
200 memory = storage_media -> ux_host_class_storage_media_memory; in _ux_host_class_storage_thread_entry()277 … memory = storage_media -> ux_host_class_storage_media_memory; in _ux_host_class_storage_thread_entry()
176 memory = storage_media -> ux_host_class_storage_media_memory; in _ux_host_class_storage_deactivate()
597 _ux_utility_memory_free(storage_media->ux_host_class_storage_media_memory); in tx_demo_thread_host_simulation_entry()
2973 global_storage, global_storage_media->ux_host_class_storage_media_memory, in abort_media_test()3332 result = (get_internal_host_storage_medias()->ux_host_class_storage_media_memory != UX_NULL); in boot_read_fails_action_check_function()3480 storage_media -> ux_host_class_storage_media_memory = UX_NULL; in fx_media_read_test()
603 VOID *ux_host_class_storage_media_memory; member