Searched refs:log (Results 251 - 275 of 1084) sorted by relevance

<<11121314151617181920>>

/freebsd-current/tests/sys/cddl/zfs/tests/slog/
H A Dslog_004_pos.ksh36 # Attaching a log device passes.
39 # 1. Create pool with separated log devices.
40 # 2. Attaching a log device for existing log device
56 log_assert "Attaching a log device passes."
66 log $logtype $LDEV
77 log_pass "Attaching a log device passes."
H A Dslog_005_pos.ksh36 # Detaching a log device passes.
39 # 1. Create pool with mirror log devices.
40 # 2. Detaching a log device
56 log_assert "Detaching a log device passes."
66 log mirror $LDEV mirror $LDEV2
75 log_pass "Detaching a log device passes."
/freebsd-current/share/man/man1/
H A DMakefile60 builtin.1 log.1 \
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.cpp60 Log *log = GetLog(LLDBLog::Symbols); local
67 LLDB_LOG_ERROR(log, json.takeError(),
75 LLDB_LOG_ERROR(log, root.getError(),
87 LLDB_LOG_ERROR(log, root.getError(),
118 Log *log = GetLog(LLDBLog::Symbols); local
125 LLDB_LOG_ERROR(log, json.takeError(),
133 LLDB_LOG_ERROR(log, root.getError(),
164 Log *log = GetLog(LLDBLog::Symbols); local
169 LLDB_LOG_ERROR(log, symbol.takeError(), "invalid symbol: {0}");
/freebsd-current/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DTextAPIError.h38 void log(raw_ostream &OS) const override;
/freebsd-current/contrib/llvm-project/libcxx/include/__math/
H A Dlogarithms.h24 // log
26 inline _LIBCPP_HIDE_FROM_ABI float log(float __x) _NOEXCEPT { return __builtin_logf(__x); }
29 _LIBCPP_HIDE_FROM_ABI double log(double __x) _NOEXCEPT {
33 inline _LIBCPP_HIDE_FROM_ABI long double log(long double __x) _NOEXCEPT { return __builtin_logl(__x); }
36 inline _LIBCPP_HIDE_FROM_ABI double log(_A1 __x) _NOEXCEPT {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp85 Log *log = GetLog(LLDBLog::Host); local
87 LLDB_LOGF(log, "Spotlight lookup for .dSYM bundles is disabled.");
147 LLDB_LOGF(log,
166 if (log) {
169 LLDB_LOGF(log,
196 LLDB_LOGF(log, "using original binary filepath %s for UUID %s",
214 LLDB_LOGF(log,
230 LLDB_LOGF(log, "plist bundle has exec path of %s for UUID %s",
250 LLDB_LOGF(log,
280 LLDB_LOGF(log,
473 Log *log = GetLog(LLDBLog::Host); local
527 Log *log = GetLog(LLDBLog::Host); local
797 Log *log = GetLog(LLDBLog::Host); local
1053 Log *log = GetLog(LLDBLog::Host); local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp76 Log *log = GetLog(LLDBLog::Unwind); local
240 if (log && log->GetVerbose()) {
247 log->PutString(strm.GetString());
295 if (log && log->GetVerbose()) {
301 log->PutString(strm.GetString());
382 Log *log = GetLog(LLDBLog::Unwind); local
384 if (log && log
414 Log *log = GetLog(LLDBLog::Unwind); local
495 Log *log = GetLog(LLDBLog::Unwind); local
521 Log *log = GetLog(LLDBLog::Unwind); local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp248 Log *log = GetLog(LLDBLog::Step);
249 LLDB_LOGF(log, "Call Address: 0x%" PRIx64 " Struct Address: 0x%" PRIx64 ".\n",
259 Log *log(GetLog(LLDBLog::Expressions | LLDBLog::Step));
261 LLDB_LOGF(log,
298 Log *log(GetLog(LLDBLog::Expressions | LLDBLog::Step));
300 LLDB_LOGF(log,
371 Log *log(GetLog(LLDBLog::Expressions | LLDBLog::Step));
373 LLDB_LOGF(log,
391 if (log) {
393 LLDB_LOGF(log,
[all...]
H A DMaterializer.cpp72 Log *log = GetLog(LLDBLog::Expressions); local
93 LLDB_LOGF(log, "Allocated %s (0x%" PRIx64 ") successfully",
152 Log *log = GetLog(LLDBLog::Expressions); variable
156 if (log) {
157 LLDB_LOGF(log,
204 Log *log = GetLog(LLDBLog::Expressions); variable
208 if (log) {
209 LLDB_LOGF(log,
291 LLDB_LOGF(log, "Dematerializing %s from 0x%" PRIx64 " (size = %llu)",
348 Log *log) overrid
442 Log *log = GetLog(LLDBLog::Expressions); variable
605 Log *log = GetLog(LLDBLog::Expressions); variable
1210 Log *log = GetLog(LLDBLog::Expressions); variable
1259 Log *log = GetLog(LLDBLog::Expressions); variable
1329 Log *log = GetLog(LLDBLog::Expressions); variable
1392 Log *log = GetLog(LLDBLog::Expressions); variable
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp123 static constexpr llvm::StringLiteral g_setting_name("darwin-log");
157 "category", // category of the log message
159 "subsystem" // subsystem of the log message
173 static constexpr llvm::StringLiteral s_event_type("log");
379 "Specifies log messages from other related processes should be "
383 "Specifies debug-level log messages should be included. Specifying"
387 "Specifies info-level log messages should be included."},
394 "Appends a filter rule to the log message filter chain. Multiple "
427 "log messages with less delay, but buffered capture mode has less "
431 "Specify whether a log messag
963 Log *log = GetLog(LLDBLog::Process); local
1068 Log *log = GetLog(LLDBLog::Process); local
1214 Log *log = GetLog(LLDBLog::Process); local
1463 Log *log = GetLog(LLDBLog::Process); local
1564 Log *log = GetLog(LLDBLog::Process); local
1763 Log *log = GetLog(LLDBLog::Process); local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp276 Log *log = GetLog(GDBRLog::Async); local
283 LLDB_LOGF(log,
528 Log *log = GetLog(GDBRLog::Process);
579 LLDB_LOGF(log,
599 LLDB_LOGF(log,
617 Log *log = GetLog(GDBRLog::Process);
620 LLDB_LOGF(log, "ProcessGDBRemote::%s() entered", __FUNCTION__);
645 if (log) {
647 LLDB_LOGF(log,
655 LLDB_LOGF(log,
809 Log *log = GetLog(GDBRLog::Process); local
881 Log *log = GetLog(GDBRLog::Process); local
1076 Log *log = GetLog(GDBRLog::Process); local
1185 Log *log = GetLog(GDBRLog::Process); local
1501 Log *log = GetLog(GDBRLog::Thread); local
2300 Log *log = GetLog(GDBRLog::Process); local
2391 Log *log = GetLog(GDBRLog::Process); local
2419 Log *log = GetLog(GDBRLog::Process); local
2478 Log *log = GetLog(GDBRLog::Process); local
2508 Log *log = GetLog(GDBRLog::Process); local
2839 Log *log = GetLog(LLDBLog::Process | LLDBLog::Expressions); local
2948 Log *log = GetLog(GDBRLog::Breakpoints); local
3072 Log *log = GetLog(GDBRLog::Breakpoints); local
3303 Log *log = GetLog(GDBRLog::Process); local
3424 Log *log = GetLog(GDBRLog::Process); local
3449 Log *log = GetLog(GDBRLog::Process); local
3522 Log *log = GetLog(GDBRLog::Process); local
3551 Log *log = GetLog(GDBRLog::Process); local
3573 Log *log = GetLog(GDBRLog::Process); local
3751 Log *log = GetLog(LLDBLog::Step); local
3757 Log *log = GetLog(GDBRLog::Process); local
3794 Log *log = GetLog(LLDBLog::Step); local
3820 Log *log = GetLog(LLDBLog::Step); local
4103 Log *log = GetLog(LLDBLog::Platform); local
5196 Log *log = GetLog(GDBRLog::Process); local
5558 Log *log = GetLog(GDBRLog::Process); local
5623 Log *log = GetLog(GDBRLog::Process); local
[all...]
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_congestion_control.c75 OSM_LOG_ENTER(p_cc->log);
122 OSM_LOG_EXIT(p_cc->log);
363 OSM_LOG_ENTER(&p_osm->log);
408 OSM_LOG_EXIT(&p_osm->log);
457 OSM_LOG_ENTER(p_cc->log);
459 OSM_LOG(p_cc->log, OSM_LOG_VERBOSE,
472 OSM_LOG(p_cc->log, OSM_LOG_ERROR, "ERR C109: "
513 OSM_LOG(p_cc->log, OSM_LOG_ERROR, "ERR C10A: "
522 OSM_LOG_EXIT(p_cc->log);
545 OSM_LOG(p_cc->log, OSM_LOG_ERRO
[all...]
/freebsd-current/sys/contrib/device-tree/scripts/
H A Dmerge-new-release.sh22 export GIT_AUTHOR_DATE=$(git log -1 --format=%ad "${v%-dts}")
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DOrcError.h53 void log(raw_ostream &OS) const override;
65 void log(raw_ostream &OS) const override;
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDiffConsumer.h43 virtual void log(StringRef Text) = 0;
85 void log(StringRef text) override;
H A DDifferenceEngine.h65 void log(StringRef text) { function in class:llvm::DifferenceEngine
66 consumer.log(text);
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog_004_pos.ksh36 # Attaching a log device passes.
39 # 1. Create pool with separated log devices.
40 # 2. Attaching a log device for existing log device
47 log_assert "Attaching a log device passes."
58 $spare $SDEV log $logtype $LDEV
74 log_pass "Attaching a log device passes."
H A Dslog_002_pos.ksh36 # Adding a log device to normal pool works.
40 # 2. Add log devices with different configuration
47 log_assert "Adding a log device to normal pool works."
58 log_must zpool add $TESTPOOL log $logtype $LDEV
68 log_pass "Adding a log device to normal pool works."
H A Dslog_001_pos.ksh36 # Creating a pool with a log device succeeds.
39 # 1. Create pool with separated log devices.
46 log_assert "Creating a pool with a log device succeeds."
57 $spare $SDEV log $logtype $LDEV
69 log_pass "Creating a pool with a log device succeeds."
H A Dslog_012_neg.ksh36 # Pool can survive when one of mirror log device get corrupted
46 log_assert "Pool can survive when one of mirror log device get corrupted."
55 log mirror $LDEV
74 log_pass "Pool can survive when one of mirror log device get corrupted."
H A Dslog_006_pos.ksh36 # Replacing a log device passes.
39 # 1. Create pool with log devices.
40 # 2. Replacing one log device
47 log_assert "Replacing a log device passes."
58 $spare $SDEV log $logtype $LDEV
73 log_pass "Replacing a log device passes."
H A Dslog_011_neg.ksh36 # Offline and online a log device passes.
39 # 1. Create pool with mirror log devices.
40 # 2. Offine and online a log device
47 log_assert "Offline and online a log device passes."
56 log mirror $LDEV mirror $LDEV2
71 log_pass "Offline and online a log device passes."
H A Dslog_005_pos.ksh36 # Detaching a log device passes.
39 # 1. Create pool with mirror log devices.
40 # 2. Detaching a log device
47 log_assert "Detaching a log device passes."
56 log mirror $LDEV mirror $LDEV2
66 log_pass "Detaching a log device passes."
H A Dslog_008_neg.ksh36 # A raidz/raidz2 log is not supported.
45 log_assert "A raidz/raidz2 log is not supported."
56 $spare $SDEV log $logtype $LDEV $LDEV2
65 log_pass "A raidz/raidz2 log is not supported."

Completed in 180 milliseconds

<<11121314151617181920>>