Searched defs:nResult (Results 1 - 5 of 5) sorted by relevance

/hardware/ti/omap4xxx/security/smc_pa_ctrl/
H A Dsmc_pa_ctrl_linux.c75 int nResult; local
117 nResult = fclose(pFile);
121 if (nResult != 0)
/hardware/ti/omap4xxx/security/tf_daemon/
H A Dsmc_properties.c269 S_RESULT nResult = S_SUCCESS; local
273 nResult=SMCPropParseConfigFile((char *)configFile, &gConfFile);
274 if (nResult!=S_SUCCESS)
276 printf("Parsing error in file %s : %x.\n", configFile, nResult);
H A Dlib_manifest2.c138 S_RESULT nResult = S_ERROR_BAD_FORMAT; local
222 nResult = S_ERROR_ITEM_NOT_FOUND;
516 return nResult;
542 S_RESULT nResult; local
549 nResult = static_libManifest2GetNextItemInternal(
555 if (nResult != S_SUCCESS)
557 return nResult;
650 S_RESULT nResult; local
658 nResult = libManifest2GetNextItem(
664 if (nResult
[all...]
H A Dsmc_properties_parser.c204 S_RESULT nResult; local
222 nResult=static_listSortedAddNode(pList->pRoot,pNode);
224 if (nResult==S_SUCCESS && pNode->pPrevious==NULL)
229 return nResult;
427 S_RESULT nResult = S_SUCCESS; local
436 nResult = S_ERROR_ITEM_NOT_FOUND;
437 return nResult;
442 nResult = S_ERROR_UNDERLYING_OS;
449 nResult = S_ERROR_UNDERLYING_OS;
459 nResult
[all...]
/hardware/ti/omap4xxx/security/tee_client_api/
H A Dtee_client_api_linux_driver.c162 TEEC_Result nResult = TEEC_SUCCESS; local
237 nResult = ioctl((S_HANDLE)pContext->imp._hConnection, IOCTL_SCX_EXCHANGE, pCommand);
238 if (nResult != S_SUCCESS)
240 TRACE_INFO("scxExchangeMessage[0x%X]: Ioctl returned error: 0x%x (0x%x - %d)\n",pContext,nResult,errno,errno);
244 nResult=TEEC_ERROR_OUT_OF_MEMORY;
247 nResult=TEEC_ERROR_ACCESS_DENIED;
250 nResult=TEEC_ERROR_COMMUNICATION;
292 return nResult;
513 TEEC_Result nResult; local
526 nResult
560 TEEC_Result nResult; local
613 TEEC_Result nResult; local
904 uint32_t nResult; local
[all...]

Completed in 113 milliseconds