Searched refs:nResult (Results 1 – 5 of 5) sorted by relevance
/hardware/ti/omap4xxx/security/tee_client_api/ |
D | tee_client_api_linux_driver.c | 162 TEEC_Result nResult = TEEC_SUCCESS; in scxExchangeMessage() local 237 nResult = ioctl((S_HANDLE)pContext->imp._hConnection, IOCTL_SCX_EXCHANGE, pCommand); in scxExchangeMessage() 238 if (nResult != S_SUCCESS) in scxExchangeMessage() 240 …"scxExchangeMessage[0x%X]: Ioctl returned error: 0x%x (0x%x - %d)\n",pContext,nResult,errno,errno); in scxExchangeMessage() 244 nResult=TEEC_ERROR_OUT_OF_MEMORY; in scxExchangeMessage() 247 nResult=TEEC_ERROR_ACCESS_DENIED; in scxExchangeMessage() 250 nResult=TEEC_ERROR_COMMUNICATION; in scxExchangeMessage() 292 return nResult; in scxExchangeMessage() 513 TEEC_Result nResult; in TEEC_RegisterSharedMemory0() local 526 nResult = scxExchangeMessage(context, in TEEC_RegisterSharedMemory0() [all …]
|
/hardware/ti/omap4xxx/security/tf_daemon/ |
D | smc_properties_parser.c | 204 S_RESULT nResult; in SMCPropListSortedAdd() local 222 nResult=static_listSortedAddNode(pList->pRoot,pNode); in SMCPropListSortedAdd() 224 if (nResult==S_SUCCESS && pNode->pPrevious==NULL) in SMCPropListSortedAdd() 229 return nResult; in SMCPropListSortedAdd() 427 S_RESULT nResult = S_SUCCESS; in static_readFile() local 436 nResult = S_ERROR_ITEM_NOT_FOUND; in static_readFile() 437 return nResult; in static_readFile() 442 nResult = S_ERROR_UNDERLYING_OS; in static_readFile() 449 nResult = S_ERROR_UNDERLYING_OS; in static_readFile() 459 nResult = S_ERROR_OUT_OF_MEMORY; in static_readFile() [all …]
|
D | lib_manifest2.c | 138 S_RESULT nResult = S_ERROR_BAD_FORMAT; in static_libManifest2GetNextItemInternal() local 222 nResult = S_ERROR_ITEM_NOT_FOUND; in static_libManifest2GetNextItemInternal() 516 return nResult; in static_libManifest2GetNextItemInternal() 542 S_RESULT nResult; in libManifest2GetNextItem() local 549 nResult = static_libManifest2GetNextItemInternal( in libManifest2GetNextItem() 555 if (nResult != S_SUCCESS) in libManifest2GetNextItem() 557 return nResult; in libManifest2GetNextItem() 650 S_RESULT nResult; in libManifest2CheckFormat() local 658 nResult = libManifest2GetNextItem( in libManifest2CheckFormat() 664 if (nResult == S_ERROR_ITEM_NOT_FOUND) in libManifest2CheckFormat() [all …]
|
D | smc_properties.c | 269 S_RESULT nResult = S_SUCCESS; in smcPropertiesParse() local 273 nResult=SMCPropParseConfigFile((char *)configFile, &gConfFile); in smcPropertiesParse() 274 if (nResult!=S_SUCCESS) in smcPropertiesParse() 276 printf("Parsing error in file %s : %x.\n", configFile, nResult); in smcPropertiesParse()
|
/hardware/ti/omap4xxx/security/smc_pa_ctrl/ |
D | smc_pa_ctrl_linux.c | 75 int nResult; in readLocalFile() local 117 nResult = fclose(pFile); in readLocalFile() 121 if (nResult != 0) in readLocalFile()
|