Searched refs:_ux_host_class_storage_lock (Results 1 – 4 of 4) sorted by relevance
93 status = _ux_host_class_storage_lock(storage, wait); in _ux_host_class_storage_media_lock()
79 UINT _ux_host_class_storage_lock(UX_HOST_CLASS_STORAGE *storage, ULONG wait) in _ux_host_class_storage_lock() function
191 status = _ux_host_class_storage_lock(storage, UX_WAIT_FOREVER); in _ux_host_class_storage_driver_entry()
655 UINT _ux_host_class_storage_lock(UX_HOST_CLASS_STORAGE *storage, ULONG wait);659 #define _ux_host_class_storage_lock(s,w) _ux_host_semaphore_get(&(s) -> ux_host_class_storage_semap… macro680 #define ux_host_class_storage_lock _ux_host_class_storage_lock