Home
last modified time | relevance | path

Searched refs:UHS_STATUS_ERROR_BASE (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13/system/include/cafe/
Dsys_io_error.h132 #define UHS_STATUS_ERROR_BASE (-2162688) macro
133 #define UHS_STATUS_TXN_CANCELLED (UHS_STATUS_ERROR_BASE -1)
134 #define UHS_STATUS_LIMIT_EXCEEDED (UHS_STATUS_ERROR_BASE -2)
135 #define UHS_STATUS_LOCAL_ARGUMENT_INVALID (UHS_STATUS_ERROR_BASE -3)
136 #define UHS_STATUS_LOCAL_STATE_INVALID (UHS_STATUS_ERROR_BASE -4)
137 #define UHS_STATUS_LOCAL_BUF_ERROR (UHS_STATUS_ERROR_BASE -5)
138 #define UHS_STATUS_INVALID_HANDLE (UHS_STATUS_ERROR_BASE -6)
139 #define UHS_STATUS_OBJ_ALLOC_FAIL (UHS_STATUS_ERROR_BASE -7)
140 #define UHS_STATUS_INVALID_STATE (UHS_STATUS_ERROR_BASE -8)
141 #define UHS_STATUS_EXISTS (UHS_STATUS_ERROR_BASE -9)
[all …]