Searched refs:TRACE_ERROR (Results 1 – 3 of 3) sorted by relevance
/hardware/ti/omap4xxx/security/tf_daemon/ |
D | smc_properties_parser.c | 76 #define TRACE_ERROR(...) macro 81 static void TRACE_ERROR(const char* format, ...) in TRACE_ERROR() function 197 TRACE_ERROR("%s already exist !\n",pNode->pName); in static_listSortedAddNode() 210 TRACE_ERROR("Trying to insert a NULL node name !\n"); in SMCPropListSortedAdd() 411 TRACE_ERROR("Configuration file: wrong service UUID: %s\n", pValueZ); in SMCPropYacc() 414 TRACE_ERROR("Out of memory\n"); in SMCPropYacc() 417 TRACE_ERROR("Configuration file: service \"%s\" not found\n", pNameZ); in SMCPropYacc() 435 TRACE_ERROR("static_readFile: fopen(%s) failed [%d]", pFilename, GET_LAST_ERR); in static_readFile() 441 TRACE_ERROR("static_readFile: fseek(%s) failed [%d]", pFilename, GET_LAST_ERR); in static_readFile() 448 TRACE_ERROR("static_readFile: ftell(%s) failed [%d]", pFilename, GET_LAST_ERR); in static_readFile() [all …]
|
D | delegation_client.c | 197 static MD_INLINE void TRACE_ERROR(const char* format, ...) in TRACE_ERROR() function 276 static MD_INLINE void TRACE_ERROR(const char* format, ...) in TRACE_ERROR() function 321 static MD_INLINE void TRACE_ERROR(const char* format, ...) in TRACE_ERROR() function
|
/hardware/ti/omap4xxx/security/tee_client_api/ |
D | tee_client_api_linux_driver.c | 95 #define TRACE_ERROR(...) macro 99 static void TRACE_ERROR(const char* format, ...) in TRACE_ERROR() function 399 TRACE_ERROR("scxOpen: open() failed 0x%x\n", errno); in TEEC_InitializeContext() 416 …TRACE_ERROR("scxOpen: Not expected driver version: 0x%x instead of 0x%x\n", nVersion,SM_DRIVER_VER… in TEEC_InitializeContext() 435 TRACE_ERROR("scxOpen failed 0x%x\n", nError); in TEEC_InitializeContext() 678 TRACE_ERROR("TEEC_ReadSignatureFile: realpath failed [%d]", errno); in TEEC_ReadSignatureFile() 694 TRACE_ERROR("TEEC_ReadSignatureFile: fseek(%s) failed [%d]", in TEEC_ReadSignatureFile() 703 TRACE_ERROR("TEEC_ReadSignatureFile: ftell(%s) failed [%d]", in TEEC_ReadSignatureFile() 716 TRACE_ERROR("TEEC_ReadSignatureFile: Heap - Out of memory for %u bytes", in TEEC_ReadSignatureFile() 727 TRACE_ERROR("TEEC_ReadSignatureFile: fread failed [%d]", errno); in TEEC_ReadSignatureFile() [all …]
|