Searched refs:_ux_host_class_storage_lock (Results 1 – 4 of 4) sorted by relevance
78 UINT _ux_host_class_storage_lock(UX_HOST_CLASS_STORAGE *storage, ULONG wait) in _ux_host_class_storage_lock() function208 return(_ux_host_class_storage_lock(storage, wait)); in _uxe_host_class_storage_lock()
92 status = _ux_host_class_storage_lock(storage, wait); in _ux_host_class_storage_media_lock()
190 status = _ux_host_class_storage_lock(storage, UX_WAIT_FOREVER); in _ux_host_class_storage_driver_entry()
664 UINT _ux_host_class_storage_lock(UX_HOST_CLASS_STORAGE *storage, ULONG wait);671 #define _ux_host_class_storage_lock(s,w) _ux_host_semaphore_get(&(s) -> ux_host_class_storage_semap… macro728 #define ux_host_class_storage_lock _ux_host_class_storage_lock