Searched refs:TRACE_ERROR (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap4xxx/security/tf_daemon/
H A Dsmc_properties_parser.c76 #define TRACE_ERROR(...) macro
81 static void TRACE_ERROR(const char* format, ...) function
197 TRACE_ERROR("%s already exist !\n",pNode->pName);
210 TRACE_ERROR("Trying to insert a NULL node name !\n");
411 TRACE_ERROR("Configuration file: wrong service UUID: %s\n", pValueZ);
414 TRACE_ERROR("Out of memory\n");
417 TRACE_ERROR("Configuration file: service \"%s\" not found\n", pNameZ);
435 TRACE_ERROR("static_readFile: fopen(%s) failed [%d]", pFilename, GET_LAST_ERR);
441 TRACE_ERROR("static_readFile: fseek(%s) failed [%d]", pFilename, GET_LAST_ERR);
448 TRACE_ERROR("static_readFil
[all...]
H A Ddelegation_client.c197 static MD_INLINE void TRACE_ERROR(const char* format, ...) function
276 static MD_INLINE void TRACE_ERROR(const char* format, ...) function
321 static MD_INLINE void TRACE_ERROR(const char* format, ...) function
/hardware/ti/omap4xxx/security/tee_client_api/
H A Dtee_client_api_linux_driver.c95 #define TRACE_ERROR(...) macro
99 static void TRACE_ERROR(const char* format, ...) function
399 TRACE_ERROR("scxOpen: open() failed 0x%x\n", errno);
416 TRACE_ERROR("scxOpen: Not expected driver version: 0x%x instead of 0x%x\n", nVersion,SM_DRIVER_VERSION);
435 TRACE_ERROR("scxOpen failed 0x%x\n", nError);
678 TRACE_ERROR("TEEC_ReadSignatureFile: realpath failed [%d]", errno);
694 TRACE_ERROR("TEEC_ReadSignatureFile: fseek(%s) failed [%d]",
703 TRACE_ERROR("TEEC_ReadSignatureFile: ftell(%s) failed [%d]",
716 TRACE_ERROR("TEEC_ReadSignatureFile: Heap - Out of memory for %u bytes",
727 TRACE_ERROR("TEEC_ReadSignatureFil
[all...]

Completed in 2001 milliseconds