HomeSort by relevance Sort by last modified time
    Searched defs:LogInfo (Results 1 - 2 of 2) sorted by null

  /external/mdnsresponder/mDNSCore/
mDNSDebug.h 101 #define LogInfo( ... ) do { if (mDNS_LoggingEnabled) LogMsgWithLevel(MDNS_LOG_INFO, __VA_ARGS__); } while (0)
107 #define LogInfo( ARGS... ) do { if (mDNS_LoggingEnabled) LogMsgWithLevel(MDNS_LOG_INFO, ARGS); } while (0)
118 #define LogInfo (mDNS_LoggingEnabled == 0) ? ((void)0) : LogInfo_
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c 181 static MD_INLINE void LogInfo(const char* format, ...)
271 static MD_INLINE void LogInfo(const char* format, ...)
312 static MD_INLINE void LogInfo(const char* format, ...)
396 LogInfo("usage : tf_daemon [options]");
397 LogInfo("where [options] are:");
398 LogInfo("-h --help Display help.");
400 LogInfo("-c <conf> Configuration file path.");
404 LogInfo("-storageDir <baseDir> Set the directory where the data will be stored; this directory");
405 LogInfo(" must be writable and executable (this parameter is mandatory)");
407 LogInfo("-d Turns on debug mode. If not specified, the daemon will fork itself")
    [all...]

Completed in 592 milliseconds