Lines Matching refs:result
34 WMErrCode result; in WM_SetIndCallback() local
41 result = WMi_CheckInitialized(); in WM_SetIndCallback()
42 if (result != WM_ERRCODE_SUCCESS) in WM_SetIndCallback()
46 return result; in WM_SetIndCallback()
71 WMErrCode result; in WM_SetPortCallback() local
103 result = WMi_CheckInitialized(); in WM_SetPortCallback()
104 if (result != WM_ERRCODE_SUCCESS) in WM_SetPortCallback()
108 return result; in WM_SetPortCallback()
143 WMErrCode result; in WM_ReadStatus() local
147 result = WMi_CheckInitialized(); in WM_ReadStatus()
148 WM_CHECK_RESULT(result); in WM_ReadStatus()
176 WMErrCode result; in WM_GetMPSendBufferSize() local
181 result = WMi_CheckStateEx(2, WM_STATE_PARENT, WM_STATE_CHILD); in WM_GetMPSendBufferSize()
182 if (result != WM_ERRCODE_SUCCESS) in WM_GetMPSendBufferSize()
214 WMErrCode result; in WM_GetMPReceiveBufferSize() local
221 result = WMi_CheckStateEx(2, WM_STATE_PARENT, WM_STATE_CHILD); in WM_GetMPReceiveBufferSize()
222 if (result != WM_ERRCODE_SUCCESS) in WM_GetMPReceiveBufferSize()
268 WMErrCode result; in WM_ReadMPData() local
273 result = WMi_CheckInitialized(); in WM_ReadMPData()
274 if (result != WM_ERRCODE_SUCCESS) in WM_ReadMPData()
335 WMErrCode result; in WM_GetAllowedChannel() local
348 result = WMi_CheckInitialized(); in WM_GetAllowedChannel()
349 if (result != WM_ERRCODE_SUCCESS) in WM_GetAllowedChannel()
356 WMErrCode result; in WM_GetAllowedChannel()
370 result = WMi_CheckIdle(); in WM_GetAllowedChannel()
371 if (result != WM_ERRCODE_SUCCESS) in WM_GetAllowedChannel()
418 WMErrCode result; in WM_GetLinkLevel() local
422 result = WMi_CheckInitialized(); in WM_GetLinkLevel()
423 if (result != WM_ERRCODE_SUCCESS) in WM_GetLinkLevel()