Searched refs:log (Results 176 - 200 of 1084) sorted by relevance

1234567891011>>

/freebsd-current/contrib/ofed/opensm/include/opensm/
H A Dosm_log.h39 * This object represents the log file.
149 * This looks up the given file ID in the per module log table.
166 * The log level from the per module logging structure for this file ID.
174 * This sets log level for the given file ID in the per module log table.
202 * This resets log level for the entire per module log table.
308 * [in] Pointer to the log object.
311 * [in] Set to TRUE directs the log to flush all log message
[all...]
/freebsd-current/contrib/netbsd-tests/fs/ffs/
H A Dh_ffs_server.c57 int log = 0; local
66 log = 1;
95 if (rump_sys_mount(MOUNT_FFS, FSTEST_MNTNAME, (log) ? MNT_LOG : 0,
H A Dt_quota2_remount.c25 do_quota(const atf_tc_t *tc, int n, const char *newfs_opts, int log) argument
60 MNT_UPDATE | (log ? MNT_LOG : 0), &uargs, sizeof(uargs)) == -1)
71 MNT_UPDATE | (log ? MNT_LOG : 0), &uargs, sizeof(uargs)) == -1)
102 #define DECL_TEST(nent, newops, name, descr, log) \
113 do_quota(tc, nent, newops, log); \
122 * This sems to be related to -o log (reproductible on a fs with no
125 DECL_TEST(10, "-O1", 10_O1_log, "UFS1 log", 1)
126 DECL_TEST(10, "-O2", 10_O2_log, "UFS2 log", 1)
/freebsd-current/tools/test/stress2/misc/
H A Dmsdos9.sh46 log=/tmp/fsx.sh.log
68 fsck -t msdosfs -y /dev/md${mdstart}$part > $log 2>&1
69 if egrep -q "BAD|INCONSISTENCY|MODIFIED" $log; then
70 cat $log
78 rm /tmp/fsx $log
H A Dmsdos10.sh46 log=/tmp/fsx.sh.log
80 fsck -t msdosfs -y /dev/md${mdstart}$part > $log 2>&1
81 if egrep -q "BAD|INCONSISTENCY|MODIFIED" $log; then
82 cat $log
90 rm /tmp/fsx $log
H A Dmsdos12.sh37 log=/tmp/msdos12.log
79 fsck -t msdosfs -y /dev/md$mdstart$part > $log 2>&1
80 if egrep -q "BAD|INCONSISTENCY|MODIFIED" $log; then
82 cat $log
90 rm -f $log
H A Dmsdos14.sh83 log=/tmp/msdos14sh..log
109 fsck -t msdosfs -y /dev/md${mdstart}$part > $log 2>&1
110 if egrep -q "BAD|INCONSISTENCY|MODIFIED" $log; then
112 cat $log
120 rm /tmp/msdos14 $log
H A Dmsdos13.sh37 log=/tmp/msdos13.log
87 fsck -t msdosfs -y /dev/md$mdstart$part > $log 2>&1
88 if egrep -q "BAD|INCONSISTENCY|MODIFIED" $log; then
90 cat $log
98 rm -f $log
H A Dunionfs16.sh16 log=/tmp/$prog.log
58 fsck_ffs -fy /dev/md$md2 > $log 2>&1
59 grep -Eq "WAS MODIFIED" $log && { cat $log; s=1; }
64 rm -f $log
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog_013_pos.ksh71 log_must zpool add $TESTPOOL log $dsk1
74 log_must zpool add $TESTPOOL log $LDEV
90 log_must zpool add $TESTPOOL log $lofidev
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DMonitoringProcessLauncher.cpp54 Log *log = GetLog(LLDBLog::Process); local
62 if (log)
63 log->PutCString("started monitoring child process.");
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/wasm-DYLD/
H A DDynamicLoaderWasmDYLD.cpp55 Log *log = GetLog(LLDBLog::DynamicLoader); local
56 LLDB_LOGF(log, "DynamicLoaderWasmDYLD::%s()", __FUNCTION__);
60 LLDB_LOG_ERROR(log, std::move(error), "Couldn't load modules: {0}");
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadList.cpp67 Log *log = GetLog(LLDBLog::DynamicLoader); local
71 LLDB_LOGV(log, "(section = {0} ({1}.{2}), load_addr = {3:x}) module = {4}",
134 if (log) {
136 log,
150 Log *log = GetLog(LLDBLog::DynamicLoader); local
152 if (log && log->GetVerbose()) {
160 LLDB_LOGF(log, "SectionLoadList::%s (section = %p (%s.%s))", __FUNCTION__,
185 Log *log = GetLog(LLDBLog::DynamicLoader); local
187 if (log
[all...]
H A DThreadPlanStepOverRange.cpp128 Log *log = GetLog(LLDBLog::Step); local
131 if (log) {
135 LLDB_LOGF(log, "ThreadPlanStepOverRange reached %s.", s.GetData());
158 if (new_plan_sp && log)
159 LLDB_LOGF(log,
345 Log *log = GetLog(LLDBLog::Step); local
357 if (log)
358 log->PutCString("ThreadPlanStepInRange got asked if it explains the "
379 Log *log = GetLog(LLDBLog::Step); local
380 LLDB_LOGF(log,
[all...]
H A DUnwindLLDB.cpp105 Log *log = GetLog(LLDBLog::Unwind); local
106 if (log) {
107 LLDB_LOGF(log, "th%d Unwind of this thread is complete.",
123 Log *log = GetLog(LLDBLog::Unwind);
143 LLDB_LOGF(log,
164 LLDB_LOGF(log, "%*sFrame %d did not get a RegisterContext, stopping.",
183 LLDB_LOGF(log,
203 LLDB_LOGF(log,
231 LLDB_LOGF(log,
237 LLDB_LOGF(log,
319 Log *log = GetLog(LLDBLog::Unwind); local
[all...]
H A DThreadPlanBase.cpp77 Log *log = GetLog(LLDBLog::Step); local
97 log,
127 log,
139 log,
150 log,
H A DThreadPlanStepOverBreakpoint.cpp55 Log *log = GetLog(LLDBLog::Step); local
56 LLDB_LOG(log, "Step over breakpoint stopped for reason: {0}.",
83 LLDB_LOGF(log,
138 Log *log = GetLog(LLDBLog::Step); local
139 LLDB_LOGF(log, "Completed step over breakpoint plan.");
/freebsd-current/tests/sys/cddl/zfs/tests/slog/
H A Dslog_013_pos.ksh75 log_must $ZPOOL add $TESTPOOL log $dsk1
78 log_must $ZPOOL add $TESTPOOL log $LDEV
86 log_must $ZPOOL add $TESTPOOL log $lofidev
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DDiagnosticManager.cpp18 void DiagnosticManager::Dump(Log *log) { argument
19 if (!log)
25 // last '\n' because log->PutCString will add one for us.
31 log->PutCString(str.c_str());
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp93 Log *log = GetLog(GDBRLog::Packets); local
97 LLDB_LOGF(log, "<%4" PRIu64 "> send packet: %c", (uint64_t)bytes_written, ch);
103 Log *log = GetLog(GDBRLog::Packets); local
107 LLDB_LOGF(log, "<%4" PRIu64 "> send packet: %c", (uint64_t)bytes_written, ch);
151 Log *log = GetLog(GDBRLog::Packets); local
156 if (log) {
169 // have to the log so we get the historical context. The Dump() call that
173 m_history.Dump(log);
187 log->PutString(strm.GetString());
189 LLDB_LOGF(log, "<
247 Log *log = GetLog(GDBRLog::Packets); local
388 Log *log = GetLog(GDBRLog::Packets); local
622 Log *log = GetLog(GDBRLog::Packets); local
886 Log *log = GetLog(GDBRLog::Process); local
[all...]
H A DGDBRemoteCommunicationServerLLGS.cpp261 Log *log = GetLog(LLDBLog::Process); local
308 LLDB_LOG(log,
316 LLDB_LOGF(log,
324 LLDB_LOGF(log,
330 LLDB_LOG(log,
344 Log *log = GetLog(LLDBLog::Process); local
345 LLDB_LOGF(log, "GDBRemoteCommunicationServerLLGS::%s pid %" PRIu64,
373 LLDB_LOGF(log,
381 LLDB_LOGF(log,
393 Log *log local
463 Log *log = GetLog(LLDBLog::Process); local
477 Log *log = GetLog(LLDBLog::Process); local
644 Log *log = GetLog(LLDBLog::Thread); local
729 Log *log = GetLog(LLDBLog::Process | LLDBLog::Thread); local
797 Log *log = GetLog(LLDBLog::Process | LLDBLog::Thread); local
1038 Log *log = GetLog(LLDBLog::Process); local
1080 Log *log = GetLog(LLDBLog::Process); local
1096 Log *log = GetLog(LLDBLog::Process); local
1154 Log *log = GetLog(GDBRLog::Comm); local
1426 Log *log = GetLog(LLDBLog::Process); local
1528 Log *log = GetLog(LLDBLog::Process | LLDBLog::Thread); local
1551 Log *log = GetLog(LLDBLog::Process | LLDBLog::Thread); local
1638 Log *log = GetLog(LLDBLog::Process | LLDBLog::Thread); local
1695 Log *log = GetLog(LLDBLog::Process); local
1867 Log *log = GetLog(LLDBLog::Thread); local
1876 Log *log = GetLog(LLDBLog::Thread); local
1929 Log *log = GetLog(LLDBLog::Process); local
2072 Log *log = GetLog(LLDBLog::Thread); local
2115 Log *log = GetLog(LLDBLog::Thread); local
2170 Log *log = GetLog(LLDBLog::Thread); local
2246 Log *log = GetLog(LLDBLog::Thread); local
2325 Log *log = GetLog(LLDBLog::Thread); local
2417 Log *log = GetLog(LLDBLog::Thread); local
2453 Log *log = GetLog(LLDBLog::Process | LLDBLog::Thread); local
2479 Log *log = GetLog(LLDBLog::Process); local
2559 Log *log = GetLog(LLDBLog::Process); local
2608 Log *log = GetLog(LLDBLog::Process); local
2636 Log *log = GetLog(LLDBLog::Process); local
2716 Log *log = GetLog(LLDBLog::Process); local
2749 Log *log = GetLog(LLDBLog::Process); local
2831 Log *log = GetLog(LLDBLog::Process); local
2925 Log *log = GetLog(LLDBLog::Process); local
3009 Log *log = GetLog(LLDBLog::Process | LLDBLog::Thread); local
3299 Log *log = GetLog(LLDBLog::Thread); local
3347 Log *log = GetLog(LLDBLog::Thread); local
3408 Log *log = GetLog(LLDBLog::Process); local
3447 Log *log = GetLog(LLDBLog::Process); local
3486 Log *log = GetLog(LLDBLog::Process); local
3519 Log *log = GetLog(LLDBLog::Process); local
3552 Log *log = GetLog(LLDBLog::Process); local
3605 Log *log = GetLog(LLDBLog::Thread); local
3627 Log *log = GetLog(LLDBLog::Process | LLDBLog::Thread); local
3743 Log *log = GetLog(LLDBLog::Process); local
3824 Log *log = GetLog(LLDBLog::Process); local
3947 Log *log = GetLog(LLDBLog::Process); local
4065 Log *log = GetLog(LLDBLog::Process); local
4109 Log *log = GetLog(LLDBLog::Thread); local
4160 Log *log = GetLog(LLDBLog::Process); local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp161 // LLDB_LOG(log, "PPC64::EvaluateInstruction: opcode={0:X+8}", opcode);
166 // LLDB_LOG(log, "PPC64::EvaluateInstruction: {0}", opcode_data->name);
213 Log *log = GetLog(LLDBLog::Unwind);
214 LLDB_LOG(log, "EmulateMFSPR: {0:X+8}: mfspr r0, lr", m_addr);
224 LLDB_LOG(log, "EmulateMFSPR: success!");
240 Log *log = GetLog(LLDBLog::Unwind);
241 LLDB_LOG(log, "EmulateLD: {0:X+8}: ld r{1}, {2}(r{3})", m_addr, rt, ids, ra);
254 LLDB_LOG(log, "EmulateLD: success!");
278 Log *log = GetLog(LLDBLog::Unwind); local
279 LLDB_LOG(log, "EmulateST
371 Log *log = GetLog(LLDBLog::Unwind); local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp86 Log *log = GetLog(LLDBLog::DataFormatters); local
94 LLDB_LOGF(log,
102 LLDB_LOGF(log,
153 Log *log = GetLog(LLDBLog::DataFormatters); local
170 LLDB_LOGF(log,
181 LLDB_LOGF(log,
203 LLDB_LOGF(log,
214 LLDB_LOGF(log,
222 LLDB_LOGF(log,
239 Log *log local
[all...]
/freebsd-current/crypto/openssh/contrib/
H A Dfindssl.sh75 rm -f findssl.log
141 (echo "Trying libcrypto $lib" >>findssl.log
147 ${CC} -o conftest conftest.c $lib 2>>findssl.log
171 echo "Trying libcrypto $lib" >>findssl.log
172 ${CC} ${STATIC} -o conftest conftest.c -L${libdir} -lcrypto 2>>findssl.log
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp258 Log *log = GetLog(LLDBLog::DynamicLoader); local
272 LLDB_LOGF(log, "Unable to locate _rtld_debug_state breakpoint address");
294 if (log && dyld_break == nullptr)
295 LLDB_LOGF(log, "Failed to create _rtld_debug_state breakpoint");
308 Log *log = GetLog(LLDBLog::DynamicLoader); local
310 LLDB_LOGF(log, "Rendezvous breakpoint hit!");
326 LLDB_LOGF(log, "Found _rtld_debug structure @ 0x%08" PRIx64, structAddr);
328 LLDB_LOGF(log, "Unable to resolve the _rtld_debug structure");
341 Log *log = GetLog(LLDBLog::DynamicLoader); local
365 if (log) {
457 Log *log = GetLog(LLDBLog::DynamicLoader); local
478 Log *log = GetLog(LLDBLog::DynamicLoader); local
589 Log *log = GetLog(LLDBLog::DynamicLoader); local
[all...]

Completed in 303 milliseconds

1234567891011>>