/external/libcups/scheduler/ |
D | statbuf.c | 110 int *loglevel, /* O - Log level */ in cupsdStatBufUpdate() argument 148 *loglevel = CUPSD_LOG_NONE; in cupsdStatBufUpdate() 177 *loglevel = CUPSD_LOG_NONE; in cupsdStatBufUpdate() 195 *loglevel = CUPSD_LOG_EMERG; in cupsdStatBufUpdate() 200 *loglevel = CUPSD_LOG_ALERT; in cupsdStatBufUpdate() 205 *loglevel = CUPSD_LOG_CRIT; in cupsdStatBufUpdate() 210 *loglevel = CUPSD_LOG_ERROR; in cupsdStatBufUpdate() 215 *loglevel = CUPSD_LOG_WARN; in cupsdStatBufUpdate() 220 *loglevel = CUPSD_LOG_NOTICE; in cupsdStatBufUpdate() 225 *loglevel = CUPSD_LOG_INFO; in cupsdStatBufUpdate() [all …]
|
D | statbuf.h | 37 extern char *cupsdStatBufUpdate(cupsd_statbuf_t *sb, int *loglevel,
|
/external/desugar/java/com/google/devtools/common/options/ |
D | InvocationPolicyEnforcer.java | 55 private final Level loglevel; field in InvocationPolicyEnforcer 75 public InvocationPolicyEnforcer(@Nullable InvocationPolicy invocationPolicy, Level loglevel) { in InvocationPolicyEnforcer() argument 77 this.loglevel = loglevel; in InvocationPolicyEnforcer() 125 getEffectivePolicies(invocationPolicy, parser, command, loglevel); in enforce() 138 loglevel, in enforce() 150 applySetValueOperation(parser, flagPolicy, valueDescription, loglevel); in enforce() 155 parser, "UseDefault", flagPolicy.description.getOptionDefinition(), loglevel); in enforce() 161 new FilterValueOperation.AllowValueOperation(loglevel); in enforce() 175 new FilterValueOperation.DisallowValueOperation(loglevel); in enforce() 217 InvocationPolicy invocationPolicy, OptionsParser parser, String command, Level loglevel) in getEffectiveInvocationPolicy() argument [all …]
|
/external/tpm2-tss/src/util/ |
D | log.cpp | 82 doLogBlob(log_level loglevel, const char *module, log_level logdefault, in doLogBlob() argument 89 if (loglevel > *status) in doLogBlob() 103 doLog(loglevel, module, logdefault, status, file, func, line, in doLogBlob() 155 doLog(log_level loglevel, const char *module, log_level logdefault, in doLog() argument 163 if (loglevel > *status) in doLog() 167 log_strings[loglevel], module, file, line, func, msg); in doLog() 170 log_strings[loglevel], module, file, line, func, msg); in doLog() 184 switch (loglevel) { in doLog() 225 log_level loglevel = logdefault; in getLogLevel() local 229 return loglevel; in getLogLevel() [all …]
|
D | log.h | 159 doLog(log_level loglevel, const char *module, log_level logdefault, 166 doLogBlob(log_level loglevel, const char *module, log_level logdefault,
|
/external/iptables/extensions/ |
D | libebt_log.c | 92 loginfo->loglevel = LOG_NOTICE; in brlog_init() 127 loginfo->loglevel = name_to_loglevel(optarg); in brlog_parse() 129 loginfo->loglevel = i; in brlog_parse() 131 if (loginfo->loglevel == 9) in brlog_parse() 165 eight_priority[loginfo->loglevel].c_name, in brlog_print() 190 if (loginfo->loglevel != LOG_DEFAULT_LEVEL) in brlog_xlate() 191 xt_xlate_add(xl, " level %s", eight_priority[loginfo->loglevel].c_name); in brlog_xlate()
|
D | libxt_osf.c | 59 .flags = XTOPT_PUT, XTOPT_POINTER(s, loglevel), .min = 0, .max = 2}, 102 printf(" --log %u", info->loglevel); in osf_save()
|
/external/curl/tests/ |
D | secureserver.pl | 66 my $loglevel = 5; # stunnel log level 249 $cmd .= "-d $accept_port -r $target_port -f -D $loglevel "; 258 print "log level: $loglevel\n"; 283 print STUNCONF "debug = $loglevel\n"; 313 print "debug = $loglevel\n";
|
/external/ipsec-tools/src/racoon/ |
D | plog.h | 46 #define loglevel LLV_DEBUG2 macro 88 extern u_int32_t loglevel; 95 if ((pri) <= loglevel) \
|
D | rsalist.c | 99 if (loglevel > LLV_DEBUG) in rsa_key_dump_one() 182 if (loglevel >= LLV_DEBUG) in rsa_lookup_keys() 195 if (loglevel >= LLV_DEBUG) in rsa_parse_file()
|
D | plog.c | 73 u_int32_t loglevel = LLV_BASE; variable 157 if (pri > loglevel) in plogv() 187 if (pri > loglevel)
|
D | racoonctl.h | 45 extern u_int32_t loglevel;
|
/external/toybox/toys/pending/ |
D | crond.c | 33 int loglevel; 70 static void loginfo(uint8_t loglevel, char *msg, ...) in loginfo() argument 76 if (loglevel >= TT.loglevel) { in loginfo() 94 writeall((loglevel > 8) ? 2 : 1, smsg, used); in loginfo() 95 } else syslog((loglevel > 8) ? LOG_ERR : LOG_INFO, "%s", smsg); in loginfo() 100 if (!loglevel) exit(20); in loginfo() 190 if (TT.flagd && (TT.loglevel <= 5)) { in parse_and_fillarray() 637 if (TT.flagd) TT.loglevel = TT.loglevel_d; in crond_main() 654 loginfo(LOG_LEVEL8, "crond started, log level %d", TT.loglevel); in crond_main()
|
/external/mdnsresponder/mDNSShared/ |
D | PlatformCommon.c | 159 …export void mDNSPlatformWriteLogMsg(const char *ident, const char *buffer, mDNSLogLevel_t loglevel) in mDNSPlatformWriteLogMsg() argument 183 switch (loglevel) in mDNSPlatformWriteLogMsg() 191 fprintf(stderr, "Unknown loglevel %d, assuming LOG_ERR\n", loglevel); in mDNSPlatformWriteLogMsg() 203 switch (loglevel) in mDNSPlatformWriteLogMsg()
|
/external/bazelbuild-rules_license/rules/ |
D | license_impl.bzl | 27 def _debug(loglevel, msg): 28 if _VERBOSITY > loglevel:
|
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-client-tx/ |
D | README.md | 18 -d <loglevel>|Debug verbosity in decimal, eg, -d15 24 [2021/02/19 11:25:20:1756] N: LWS: 4.1.99-v4.1.0-280-ga329c51485, loglevel 1031
|
/external/libcups/test/ |
D | run-stp-tests.sh | 97 loglevel="debug2" 104 loglevel="debug" 111 loglevel="debug" 118 loglevel="debug" 125 loglevel="debug2" 498 LogLevel $loglevel 1096 if test $count = 0 -a $loglevel = debug2; then 1100 elif test $count != 0 -a $loglevel = debug; then
|
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-server-raw/ |
D | README.md | 26 -d <loglevel>|Debug verbosity in decimal, eg, -d15 30 [2020/07/28 10:25:54:7194] N: LWS: 4.0.99-v4.0.0-247-g58be599aa, loglevel 1031
|
/external/kernel-headers/original/uapi/linux/netfilter_bridge/ |
D | ebt_log.h | 16 __u8 loglevel; member
|
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-hugeurl/ |
D | README.md | 19 -d <loglevel>|Debug verbosity in decimal, eg, -d15 26 [2021/03/02 16:38:00:2662] N: LWS: 4.1.99-v4.1.0-294-g85c1fe07a7, loglevel 1031
|
/external/libwebsockets/minimal-examples/api-tests/api-test-secure-streams/ |
D | README.md | 16 -d <loglevel>|Debug verbosity in decimal, eg, -d15
|
/external/libwebsockets/minimal-examples/api-tests/api-test-jose/ |
D | README.md | 15 -d <loglevel>|Debug verbosity in decimal, eg, -d15
|
/external/libwebsockets/minimal-examples/api-tests/api-test-cose/ |
D | README.md | 15 -d <loglevel>|Debug verbosity in decimal, eg, -d15
|
/external/libwebsockets/minimal-examples/api-tests/api-test-lwsac/ |
D | README.md | 15 -d <loglevel>|Debug verbosity in decimal, eg, -d15
|
/external/libwebsockets/minimal-examples/api-tests/api-test-lws_cache/ |
D | README.md | 15 -d <loglevel>|Debug verbosity in decimal, eg, -d15
|