Home | History | Annotate | Download | only in tf_daemon

Lines Matching refs:LogError

167 static MD_INLINE void LogError(const char* format, ...)
306 static MD_INLINE void LogError(const char* format, ...)
337 static MD_INLINE void LogError(const char* format, ...)
495 LogError("Directory Name is NULL");
502 LogError("storageDir '%s' allocation error", directoryName);
509 LogError("storageDir '%s' is incorrect or cannot be reached", directoryName);
521 LogError("Directory Name is NULL");
532 LogError("storageDir '%s' does not have read-write access", directoryName);
539 LogError("storageDir '%s' does not exist", directoryName);
545 LogError("storageDir '%s' is incorrect or cannot be reached", directoryName);
570 LogError("g_pPartitionFiles not NULL");
602 LogError("g_pPartitionFiles not NULL");
612 LogError("Cannot create storage file \"%s\"", g_pPartitionNames[nPartitionID]);
635 LogError("g_pPartitionFiles not NULL");
646 LogError("Storage file \"%s\" does not exist", g_pPartitionNames[nPartitionID]);
652 LogError("cannot open storage file \"%s\"", g_pPartitionNames[nPartitionID]);
712 LogError("fseek error: %s", strerror(errno));
722 LogError("fread error: End-Of-File detected");
725 LogError("fread error: %s", strerror(errno));
796 LogError("fseek error: %s", strerror(errno));
804 LogError("fread error: %s", strerror(errno));
868 LogError("fseek error: %s", strerror(errno));
899 LogError("No truncate available in Symbian C API");
969 LogError("%ls", pMessage);
1029 LogError("TEEC_InvokeCommand error: 0x%08X", nTeeError);
1030 LogError("Daemon exits");
1112 LogError("Unknown instruction identifier: %02X", nInstructionID);
1291 LogError("Error on TEEC_OpenSession : 0x%x", nError);
1301 LogError("Incorrect sector size: terminating...");
1316 LogError("Cannot allocate exchange buffer of %d bytes", nExchangeBufferSize);
1317 LogError("Now exiting...");
1331 LogError("Error on TEEC_RegisterSharedMemory : 0x%x", nError);
1409 LogError("Only one storage directory may be specified");
1415 LogError("Out of memory");
1435 LogError("Out of memory");
1470 LogError("-storageDir option is mandatory");
1502 LogError("daemon forking failed");
1527 LogError("daemon group creation failed");
1539 LogError("Daemon cannot change priority");
1553 LogError("TEEC_InitializeContext error: 0x%08X", nError);
1554 LogError("Now exiting...");