Searched refs:log (Results 201 - 225 of 948) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticError.h24 void log(raw_ostream &OS) const override { OS << "clang diagnostic"; }
/freebsd-12-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_console_io.h93 #define cio_close(c, log)
/freebsd-12-stable/contrib/ntp/lib/isc/tests/
H A Disctest.h26 #include <isc/log.h>
/freebsd-12-stable/contrib/sendmail/src/
H A Dtlsh.c173 ** log -- whether to log problems
180 dane_tlsa_chk(rr, len, host, log)
184 bool log;
190 if (log && LogLevel > 8)
201 if (log && LogLevel > 9)
/freebsd-12-stable/sys/contrib/zstd/tests/
H A Dtest-zstd-speed.py45 def log(text): function
51 log("> " + command)
87 log("e-mail cannot be sent (mail or mutt not found)")
104 log("e-mail cannot be sent (mail or mutt not found)")
120 commits = execute('git log -n 10 %s %s' % (fmt, commit))
122 commits = execute('git --no-pager log %s %s..%s' % (fmt, last_commit, commit))
152 log("WARNING: bench loadavg=%.2f is higher than %s, sleeping for %s seconds"
174 log("WARNING: No data for comparison for branch=%s file=%s " % (branch, fileName))
207 log("WARNING: redoing tests for branch %s: commit %s" % (branch, commit))
283 log("ERRO
[all...]
/freebsd-12-stable/kerberos5/libexec/kcm/
H A DMakefile14 log.c \
/freebsd-12-stable/sys/dev/cxgbe/
H A Dosdep.h45 #define CH_ERR(adap, fmt, ...) log(LOG_ERR, "%s: " fmt, \
47 #define CH_WARN(adap, fmt, ...) log(LOG_WARNING, "%s: " fmt, \
49 #define CH_ALERT(adap, fmt, ...) log(LOG_ALERT, "%s: " fmt, \
51 #define CH_WARN_RATELIMIT(adap, fmt, ...) log(LOG_WARNING, "%s: " fmt, \
/freebsd-12-stable/tests/sys/cddl/zfs/tests/slog/
H A Dslog_011_neg.ksh41 # Offline and online a log device passes.
44 # 1. Create pool with mirror log devices.
45 # 2. Offine and online a log device
61 log_assert "Offline and online a log device passes."
67 log mirror $LDEV mirror $LDEV2
82 log_pass "Offline and online a log device passes."
H A Dslog_012_neg.ksh41 # Pool can survive when one of mirror log device get corrupted
60 log_assert "Pool can survive when one of mirror log device get corrupted."
68 create_pool $TESTPOOL $type $VDEV $spare $SDEV log mirror $LDEV
89 log_pass "Pool can survive when one of mirror log device get corrupted."
H A Dslog_014_pos.ksh41 # log device can survive when one of pool device get corrupted
46 # 3. Verify the log is fine
60 log_assert "log device can survive when one of the pool device get corrupted."
71 create_pool $TESTPOOL $pooltype $VDEV $sparetype $SDEV log $LDEV
93 log_pass "log device can survive when one of the pool device get corrupted."
H A Dslog_010_neg.ksh44 # 1. Create a pool with hotspare and log devices.
64 log_must $ZPOOL create $TESTPOOL $VDEV spare $SDEV log $LDEV
/freebsd-12-stable/lib/msun/src/
H A Ds_cpow.c71 theta = theta + y * log (absa);
/freebsd-12-stable/release/scripts/
H A Drelnotes-search.sh52 # revision # from becoming the log file
86 # If no log file, write to stdout.
128 ${svn} log ${rev} --search 'Relnotes:*[A-Za-z0-9]*' ${1} > ${where}
/freebsd-12-stable/crypto/openssh/contrib/hpux/
H A Degd.rc19 # stdout and stderr are redirected to the /etc/rc.log file
30 WHAT_LOG=/etc/opt/egd/egd.log
41 # exit code is echoed to the log file and the return value of this script
/freebsd-12-stable/usr.sbin/autofs/
H A DMakefile12 SRCS+= log.c
/freebsd-12-stable/usr.sbin/bluetooth/sdpd/
H A DMakefile7 bgd.c dun.c ftrn.c gn.c irmc.c irmc_command.c lan.c log.c \
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp240 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_OBJECT));
241 LLDB_LOGF(log, "%p Thread::Thread(tid = 0x%4.4" PRIx64 ")",
250 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_OBJECT));
251 LLDB_LOGF(log, "%p Thread::~Thread(tid = 0x%4.4" PRIx64 ")",
477 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD));
478 LLDB_LOGF(log, "%p: tid = 0x%" PRIx64 ": stop info = %s (stop_id = %u)",
705 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
708 LLDB_LOGF(log,
716 LLDB_LOGF(log,
727 LLDB_LOGF(log,
[all...]
H A DThreadPlanCallUserExpression.cpp69 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
72 LLDB_LOGF(log, "ThreadPlanCallFunction(%p): Completed call function plan.",
/freebsd-12-stable/sys/contrib/ngatm/netnatm/api/
H A Dccpriv.h72 u_int log; /* logging flags */ member in struct:ccdata
79 /* log */
83 (CC)->funcs->log("%s (data=%p): " FMT, __FUNCTION__, \
88 (CC)->funcs->log("%s (data=%p): " FMT, __func__, \
137 (P)->cc->funcs->log("%s (port=%p/%u): " FMT, __FUNCTION__, \
142 (P)->cc->funcs->log("%s (port=%p/%u): " FMT, __func__, \
320 /* log on a connection */
324 (C)->cc->funcs->log("%s (conn=%p): " FMT, __FUNCTION__, \
329 (C)->cc->funcs->log("%s (conn=%p): " FMT, __func__, \
385 /* log o
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp170 // least log these diagnostics until we find a way to properly render
172 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
173 if (log) {
178 LLDB_LOG(log, "Received diagnostic outside parsing: {0}", plain_diag);
246 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
252 LLDB_LOG(log, "Added user include dir: {0}", dir);
259 LLDB_LOG(log, "Using module cache path: {0}", module_cache.c_str());
278 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
344 LLDB_LOGF(log, "Frame has language of type %s",
353 LLDB_LOGF(log, "Usin
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/OrcError/
H A DOrcError.cpp91 void DuplicateDefinition::log(raw_ostream &OS) const { function in class:llvm::orc::DuplicateDefinition
108 void JITSymbolNotFound::log(raw_ostream &OS) const { function in class:llvm::orc::JITSymbolNotFound
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp78 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_THREAD));
79 LLDB_LOG(log, "tid = {0} in called with signal {1}", GetID(), signo);
159 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_THREAD));
177 LLDB_LOG(log, "sysctl() for LWP info size failed: {0}",
186 LLDB_LOG(log, "sysctl() for LWP info failed: {0}", llvm::sys::StrError());
197 LLDB_LOG(log, "unable to find lwp {0} in LWP infos", m_tid);
206 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_THREAD));
228 LLDB_LOG(log, "tid = {0} in state {1} cannot answer stop reason", GetID(),
/freebsd-12-stable/contrib/ntp/scripts/deprecated/
H A Dntp-groper25 logfile=/tmp/cntp-log$$
/freebsd-12-stable/contrib/unbound/contrib/ios/
H A Dinstall_expat.sh27 cat config.log
/freebsd-12-stable/contrib/expat/tests/
H A DMakefile.am65 xmltest.log.expected \

Completed in 410 milliseconds

1234567891011>>