/external/iptables/extensions/ |
libipt_ULOG.c | 48 struct ipt_ulog_info *loginfo = (struct ipt_ulog_info *) t->data; local 50 loginfo->nl_group = ULOG_DEFAULT_NLGROUP; 51 loginfo->qthreshold = ULOG_DEFAULT_QTHRESHOLD; 57 struct ipt_ulog_info *loginfo = cb->data; local 62 loginfo->nl_group = 1 << (cb->val.u8 - 1); 70 loginfo->copy_range = cb->val.u64; 73 loginfo->qthreshold = cb->val.u64; 80 const struct ipt_ulog_info *loginfo local 83 if (strcmp(loginfo->prefix, "") != 0) { 85 xtables_save_string(loginfo->prefix) 100 const struct ipt_ulog_info *loginfo local [all...] |
libip6t_LOG.c | 55 struct ip6t_log_info *loginfo = (struct ip6t_log_info *)t->data; local 57 loginfo->level = LOG_DEFAULT_LEVEL; 110 const struct ip6t_log_info *loginfo local 117 loginfo->logflags, loginfo->level); 120 if (loginfo->level == ip6t_log_names[i].level) { 125 printf(" UNKNOWN level %u", loginfo->level); 126 if (loginfo->logflags & IP6T_LOG_TCPSEQ) 128 if (loginfo->logflags & IP6T_LOG_TCPOPT) 130 if (loginfo->logflags & IP6T_LOG_IPOPT 146 const struct ip6t_log_info *loginfo local [all...] |
libipt_LOG.c | 55 struct ipt_log_info *loginfo = (struct ipt_log_info *)t->data; local 57 loginfo->level = LOG_DEFAULT_LEVEL; 110 const struct ipt_log_info *loginfo local 117 loginfo->logflags, loginfo->level); 120 if (loginfo->level == ipt_log_names[i].level) { 125 printf(" UNKNOWN level %u", loginfo->level); 126 if (loginfo->logflags & IPT_LOG_TCPSEQ) 128 if (loginfo->logflags & IPT_LOG_TCPOPT) 130 if (loginfo->logflags & IPT_LOG_IPOPT 146 const struct ipt_log_info *loginfo local [all...] |
/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...] |
/external/nist-sip/java/gov/nist/core/ |
StackLogger.java | 96 public void logInfo(String string);
|
LogWriter.java | 79 public void logInfo(String string) { 529 // public void logInfo(String string) {
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
ServerLog.java | 312 String logInfo = message; 314 printWriter.println(logInfo); 317 stackLogger.logInfo(logInfo);
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8CustomXPathNSResolver.cpp | 70 logInfo(frame, "XPathNSResolver does not have a lookupNamespaceURI method.", String());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/ |
RefactoringUtil.java | 118 public static void logInfo(String message) {
|
AndroidPackageRenameParticipant.java | 112 RefactoringUtil.logInfo(getName() + ": Cannot rename generated package."); 212 RefactoringUtil.logInfo("Invalid or missing the "
|
AndroidTypeRenameParticipant.java | 138 RefactoringUtil.logInfo("Invalid or missing the "
|
AndroidTypeMoveParticipant.java | 183 RefactoringUtil.logInfo("Invalid or missing the "
|
/external/webkit/Source/WebCore/bindings/v8/ |
V8Proxy.h | 67 void logInfo(Frame*, const String& message, const String& url);
|
V8Proxy.cpp | 148 void logInfo(Frame* frame, const String& message, const String& url)
|