Home
last modified time | relevance | path

Searched refs:Log (Results 1 – 25 of 253) sorted by relevance

1234567891011

/netbsd-src/external/bsd/elftosb/dist/sbtool/
H A Dsbtool.cpp109 Log::setLogger(m_logger); in sbtool()
170 Log::getLogger()->setFilterLevel(Logger::WARNING); in processOptions()
174 Log::getLogger()->setFilterLevel(Logger::DEBUG); in processOptions()
178 Log::getLogger()->setFilterLevel(Logger::WARNING); in processOptions()
186 Log::log(Logger::ERROR, "error: unrecognized option\n\n"); in processOptions()
247 Log::log(Logger::ERROR, "error: %s\n", e.what()); in run()
252 Log::log(Logger::ERROR, "error: unexpected exception\n"); in run()
268 switch (Log::getLogger()->getFilterLevel()) in setVerboseLogging()
271 Log::getLogger()->setFilterLevel(Logger::INFO2); in setVerboseLogging()
274 Log::getLogger()->setFilterLevel(Logger::DEBUG2); in setVerboseLogging()
[all …]
/netbsd-src/external/bsd/elftosb/dist/keygen/
H A Dkeygen.cpp88 Log::setLogger(m_logger); in keygen()
135 Log::getLogger()->setFilterLevel(Logger::DEBUG); in processOptions()
139 Log::getLogger()->setFilterLevel(Logger::WARNING); in processOptions()
151 Log::log(Logger::ERROR, "error: unrecognized option\n\n"); in processOptions()
216 Log::log(Logger::ERROR, "error: %s\n", e.what()); in run()
221 Log::log(Logger::ERROR, "error: unexpected exception\n"); in run()
237 switch (Log::getLogger()->getFilterLevel()) in setVerboseLogging()
240 Log::getLogger()->setFilterLevel(Logger::INFO2); in setVerboseLogging()
243 Log::getLogger()->setFilterLevel(Logger::DEBUG2); in setVerboseLogging()
274 Log::log(Logger::INFO, "wrote key file %s\n", path.c_str()); in generateKeyFile()
[all …]
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/kinit/
H A Dkinit.c48 Log(LDAP_DEBUG_ANY, LDAP_LEVEL_ERR, "slapd-kinit: %s: %s\n", func, errmsg ); in log_krb5_errmsg()
70 Log(LDAP_DEBUG_ANY, LDAP_LEVEL_ERR, in kinit_check_tgt()
98 Log(LDAP_DEBUG_TRACE, LDAP_LEVEL_DEBUG, in kinit_check_tgt()
101 Log(LDAP_DEBUG_TRACE, LDAP_LEVEL_DEBUG, in kinit_check_tgt()
110 Log(LDAP_DEBUG_TRACE, LDAP_LEVEL_DEBUG, in kinit_check_tgt()
115 Log(LDAP_DEBUG_TRACE, LDAP_LEVEL_DEBUG, in kinit_check_tgt()
142 Log(LDAP_DEBUG_TRACE, LDAP_LEVEL_DEBUG, "kinit_qtask: running TGT check\n" ); in kinit_qtask()
150 Log(LDAP_DEBUG_TRACE, LDAP_LEVEL_DEBUG, in kinit_qtask()
154 Log(LDAP_DEBUG_TRACE, LDAP_LEVEL_DEBUG, "Failed\n" ); in kinit_qtask()
159 Log(LDAP_DEBUG_TRACE, LDAP_LEVEL_DEBUG, "Success\n" ); in kinit_qtask()
[all …]
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/trace/
H A Dtrace.c98 Log( LDAP_DEBUG_ANY, LDAP_LEVEL_INFO, in trace_op_func()
106 Log( LDAP_DEBUG_ANY, LDAP_LEVEL_INFO, in trace_op_func()
125 Log( LDAP_DEBUG_ANY, LDAP_LEVEL_INFO, in trace_response()
137 Log( LDAP_DEBUG_ANY, LDAP_LEVEL_INFO, in trace_response()
144 Log( LDAP_DEBUG_ANY, LDAP_LEVEL_INFO, in trace_response()
159 Log( LDAP_DEBUG_ANY, LDAP_LEVEL_INFO, in trace_response()
175 Log( LDAP_DEBUG_ANY, LDAP_LEVEL_INFO, in trace_db_init()
189 Log( LDAP_DEBUG_ANY, LDAP_LEVEL_INFO, in trace_db_config()
199 Log( LDAP_DEBUG_ANY, LDAP_LEVEL_INFO, in trace_db_open()
208 Log( LDAP_DEBUG_ANY, LDAP_LEVEL_INFO, in trace_db_close()
[all …]
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A Delftosb.cpp149 Log::setLogger(m_logger); in elftosbTool()
231 Log::log(Logger::ERROR, "error: unknown chip family '%s'\n", optarg); in processOptions()
272 Log::getLogger()->setFilterLevel(Logger::DEBUG); in processOptions()
276 Log::getLogger()->setFilterLevel(Logger::WARNING); in processOptions()
291 Log::log(Logger::ERROR, "error: unrecognized option\n\n"); in processOptions()
300 Log::SetOutputLevel leveler(Logger::DEBUG); in processOptions()
301 Log::log("positional args:\n"); in processOptions()
305 Log::log("%d: %s\n", i - iter.index(), m_argv[i]); in processOptions()
361 Log::log(Logger::ERROR, "error: %s\n", e.what()); in run()
366 Log::log(Logger::ERROR, "error: unexpected exception\n"); in run()
[all …]
H A DEncoreBootImageGenerator.cpp44 Log::log(Logger::WARNING, "warning: unexpected output section type\n"); in generate()
70 Log::log(Logger::WARNING, "warning: flags option is an unexpected type\n"); in processOptions()
100 Log::log(Logger::WARNING, "warning: sectionFlags option is an unexpected type\n"); in processSectionOptions()
114 Log::log(Logger::WARNING, "warning: alignment option value must be 16 or greater\n"); in processSectionOptions()
121 Log::log(Logger::WARNING, "warning: alignment option is an unexpected type\n"); in processSectionOptions()
137 Log::log(Logger::WARNING, "warning: cleartext option is an unexpected type\n"); in processSectionOptions()
173 Log::log(Logger::WARNING, "warning: unexpected operation type\n"); in processOperationSection()
H A DConversionController.cpp115 Log::SetOutputLevel debugLevel(Logger::DEBUG2); in run()
340 Log::log("source %s => path(%s)\n", name->c_str(), path->c_str()); in processSources()
350 Log::log(Logger::INFO2, "failed to open source file: %s (ignoring for now)\n", path->c_str()); in processSources()
371Log::log("source %s => extern(%d=%s)\n", name->c_str(), externalFileNumber, m_externPaths[external… in processSources()
380Log::log(Logger::INFO2, "failed to open source file: %s (ignoring for now)\n", m_externPaths[exter… in processSources()
405 Log::log(Logger::WARNING, "warning: no sections were defined in command file"); in processSections()
454 Log::log("section ID = %d\n", sectionID); in processSections()
457 Log::log("sequence has %d operations\n", sequence->getCount()); in processSections()
462 Log::log("op = %p\n", op); in processSections()
920 Log::log(Logger::INFO, "%s\n", finalMessage->c_str()); in handleMessageStatement()
[all …]
H A DBootImageGenerator.cpp45 Log::log(Logger::WARNING, "warning: productVersion option is an unexpected type\n"); in processVersionOptions()
60 Log::log(Logger::WARNING, "warning: componentVersion option is an unexpected type\n"); in processVersionOptions()
76 Log::log(Logger::WARNING, "warning: driveTag option is an unexpected type\n"); in processDriveTagOption()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp249 static void convertFunctionLineTable(raw_ostream &Log, CUInfo &CUI, in convertFunctionLineTable() argument
293 Log << "error: DIE has a start address whose LowPC is between the " in convertFunctionLineTable()
296 Die.dump(Log, 0, DIDumpOptions::getForSingleDIE()); in convertFunctionLineTable()
313 Log << "warning: duplicate line table detected for DIE:\n"; in convertFunctionLineTable()
314 Die.dump(Log, 0, DIDumpOptions::getForSingleDIE()); in convertFunctionLineTable()
317 Log << "error: line table has addresses that do not " in convertFunctionLineTable()
320 CUI.LineTable->Rows[RowIndex2].dump(Log); in convertFunctionLineTable()
322 Die.dump(Log, 0, DIDumpOptions::getForSingleDIE()); in convertFunctionLineTable()
394 Log << "warning: DIE has an address range whose start address is " in handleDie()
397 Die.dump(Log, 0, DIDumpOptions::getForSingleDIE()); in handleDie()
[all …]
H A DObjectFileTransformer.cpp71 raw_ostream &Log, in convert() argument
103 logAllUnhandledErrors(Name.takeError(), Log, "ObjectFileTransformer: "); in convert()
114 Log << "Loaded " << FunctionsAddedCount << " functions from symbol table.\n"; in convert()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexHigh.cpp411 LogRef Log = Logger::make(__func__); in clang_findReferencesInFile() local
414 if (Log) in clang_findReferencesInFile()
415 *Log << "Null cursor"; in clang_findReferencesInFile()
419 if (Log) in clang_findReferencesInFile()
420 *Log << "Got CXCursor_NoDeclFound"; in clang_findReferencesInFile()
424 if (Log) in clang_findReferencesInFile()
425 *Log << "Null file"; in clang_findReferencesInFile()
429 if (Log) in clang_findReferencesInFile()
430 *Log << "Null visitor"; in clang_findReferencesInFile()
434 if (Log) in clang_findReferencesInFile()
[all …]
H A DCXSourceLocation.cpp128 LogRef Log = Logger::make(__func__); in clang_getLocation() local
134 if (Log) in clang_getLocation()
135 *Log << llvm::format("(\"%s\", %d, %d) = invalid", in clang_getLocation()
142 if (Log) in clang_getLocation()
143 *Log << llvm::format("(\"%s\", %d, %d) = ", File->getName().str().c_str(), in clang_getLocation()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
H A DDiffConsumer.cpp159 void DiffConsumer::logf(const LogBuilder &Log) { in logf() argument
165 StringRef format = Log.getFormat(); in logf()
178 case 'l': printValue(Log.getArgument(arg++), true); break; in logf()
179 case 'r': printValue(Log.getArgument(arg++), false); break; in logf()
189 void DiffConsumer::logd(const DiffLogBuilder &Log) { in logd() argument
192 for (unsigned I = 0, E = Log.getNumLines(); I != E; ++I) { in logd()
194 switch (Log.getLineKind(I)) { in logd()
197 Log.getLeft(I)->print(dbgs()); dbgs() << '\n'; in logd()
202 Log.getLeft(I)->print(dbgs()); dbgs() << '\n'; in logd()
207 Log.getRight(I)->print(dbgs()); dbgs() << '\n'; in logd()
H A DDiffConsumer.h46 virtual void logf(const LogBuilder &Log) = 0;
49 virtual void logd(const DiffLogBuilder &Log) = 0;
85 void logf(const LogBuilder &Log) override;
86 void logd(const DiffLogBuilder &Log) override;
/netbsd-src/external/bsd/elftosb/dist/encryptgpk/
H A Dencryptgpk.cpp129 Log::setLogger(m_logger); in encryptgpk()
196 Log::getLogger()->setFilterLevel(Logger::DEBUG); in processOptions()
200 Log::getLogger()->setFilterLevel(Logger::WARNING); in processOptions()
208 Log::log(Logger::ERROR, "error: unrecognized option\n\n"); in processOptions()
275 Log::log(Logger::ERROR, "error: %s\n", e.what()); in run()
280 Log::log(Logger::ERROR, "error: unexpected exception\n"); in run()
407 switch (Log::getLogger()->getFilterLevel()) in setVerboseLogging()
410 Log::getLogger()->setFilterLevel(Logger::INFO2); in setVerboseLogging()
413 Log::getLogger()->setFilterLevel(Logger::DEBUG2); in setVerboseLogging()
432 Log::log(Logger::ERROR, "error: unexpected exception\n"); in main()
/netbsd-src/external/bsd/elftosb/dist/common/
H A DRijndaelCBCMAC.cpp68 Log::SetOutputLevel leveler(level); in logHexArray()
77 Log::log("\n"); in logHexArray()
79 Log::log(" 0x%04x: ", i); in logHexArray()
81 Log::log("%02x ", *bytes & 0xff); in logHexArray()
84 Log::log("\n"); in logHexArray()
H A DLogging.cpp14 Logger * Log::s_logger = NULL;
49 void Log::log(const char * fmt, ...) in log()
60 void Log::log(const std::string & msg) in log()
68 void Log::log(Logger::log_level_t level, const char * fmt, ...) in log()
79 void Log::log(Logger::log_level_t level, const std::string & msg) in log()
H A DELFSourceFile.cpp111 Log::log(Logger::WARNING, "invalid type for 'toolset' option\n"); in readToolsetOption()
134 Log::log(Logger::WARNING, "unrecognized value for 'toolset' option\n"); in readToolsetOption()
156 Log::log(Logger::WARNING, "invalid type for 'secinfoClear' option\n"); in readSecinfoClearOption()
183 Log::log(Logger::WARNING, "unrecognized value for 'secinfoClear' option\n"); in readSecinfoClearOption()
203 Log::log(Logger::DEBUG2, "filtering sections of file: %s\n", getPath().c_str()); in createDataSource()
226 Log::log(Logger::DEBUG2, "creating segment for section %s\n", name.c_str()); in createDataSource()
231 Log::log(Logger::DEBUG2, "section %s did not match\n", name.c_str()); in createDataSource()
264Log::log(Logger::DEBUG2, "Entry point is %s@0x%08x (%s)\n", symbolName.c_str(), symbol.st_value, e… in getEntryPointAddress()
469 Log::log(Logger::DEBUG2, "..section %s is not filled\n", name.c_str()); in addSection()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Ddds.c208 Log( LDAP_DEBUG_ANY, LDAP_LEVEL_ERR, in dds_expire()
230 Log( LDAP_DEBUG_STATS, LDAP_LEVEL_INFO, in dds_expire()
237 Log( LDAP_DEBUG_ANY, LDAP_LEVEL_NOTICE, in dds_expire()
246 Log( LDAP_DEBUG_ANY, LDAP_LEVEL_NOTICE, in dds_expire()
264 Log( LDAP_DEBUG_STATS, LDAP_LEVEL_INFO, in dds_expire()
989 Log( LDAP_DEBUG_TRACE, LDAP_LEVEL_ERR, in slap_parse_refresh()
996 Log( LDAP_DEBUG_TRACE, LDAP_LEVEL_ERR, in slap_parse_refresh()
1006 Log( LDAP_DEBUG_TRACE, LDAP_LEVEL_ERR, in slap_parse_refresh()
1027 Log( LDAP_DEBUG_TRACE, LDAP_LEVEL_ERR, in slap_parse_refresh()
1034 Log( LDAP_DEBUG_TRACE, LDAP_LEVEL_ERR, in slap_parse_refresh()
[all …]
/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap_log.h159 #define Log(level, severity, ...) \ macro
170 #define Log(level, severity, ...) \ macro
182 #define Log(level, severity, ...) ((void) 0) macro
187 Log((level), ldap_syslog_level, __VA_ARGS__ )
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-relay/
H A Dinit.c94 Log( LDAP_DEBUG_ANY, LDAP_LEVEL_ERR, in relay_back_cf()
104 Log( LDAP_DEBUG_ANY, LDAP_LEVEL_ERR, in relay_back_cf()
117 Log( LDAP_DEBUG_CONFIG, LDAP_LEVEL_ERR, in relay_back_cf()
125 Log( LDAP_DEBUG_ANY, LDAP_LEVEL_ERR, in relay_back_cf()
217 Log( LDAP_DEBUG_ANY, LDAP_LEVEL_ERR, in relay_back_db_open()
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/
H A Dfunctions.rst176 Log a verbose message, pass the level for this message.
184 Log informational message. No trailing newline is needed.
190 Log error message. No trailing newline is needed.
196 Log warning message. No trailing newline is needed.
202 Log a hex-string to the log. Can be any length.
211 Log DNS message.
219 Log query information.
227 Log regional statistics.
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dvirtual111 # Log Entry Signature must be 0x65676F6C~loge
112 >>(0x10048.q) ulelong !0x65676F6C \b, NO Log Signature
114 # Log Entry Checksum
115 #>>>(0x10048.q+4) ulelong x \b, Log CRC %#x
116 # Log Entry Length must be a multiple of 4 KB
118 # Log Entry Tail must be a multiple of 4 KB
120 # Log Entry SequenceNumber
122 # Log Entry DescriptorCount may be zero. only 4 bytes in other docs instead 8
124 # Log Entry Reserved must be set to 0
126 # Log Entry LogGuid
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/certs/
H A DembeddedSCTs3.sct3 Log ID : 68:F6:98:F8:1F:64:82:BE:3A:8C:EE:B9:28:1D:4C:FC:
15 Log ID : 56:14:06:9A:2F:D7:C2:EC:D3:F5:E1:BD:44:B2:3E:C7:
27 Log ID : A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
/netbsd-src/crypto/external/bsd/openssl/dist/test/certs/
H A DembeddedSCTs3.sct3 Log ID : 68:F6:98:F8:1F:64:82:BE:3A:8C:EE:B9:28:1D:4C:FC:
15 Log ID : 56:14:06:9A:2F:D7:C2:EC:D3:F5:E1:BD:44:B2:3E:C7:
27 Log ID : A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:

1234567891011