Searched refs:log (Results 226 - 250 of 916) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp134 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
135 LLDB_LOG(log, "DirectCallEdge: Lazily parsing the call graph for {0}",
144 LLDB_LOG(log,
151 LLDB_LOG(log, "DirectCallEdge: Invalid symbol address");
156 LLDB_LOG(log, "DirectCallEdge: Could not find complete function");
173 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
181 LLDB_LOGF(log, "IndirectCallEdge: Could not evaluate expression: %s",
188 LLDB_LOG(log, "IndirectCallEdge: Could not extract address from scalar");
194 LLDB_LOG(log, "IndirectCallEdge: Could not resolve callee's load address");
200 LLDB_LOG(log, "IndirectCallEdg
[all...]
H A DUnwindPlan.cpp408 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND));
409 LLDB_LOGF(log,
419 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND));
420 LLDB_LOGF(log, "UnwindPlan::GetLastRow() when rows are empty");
436 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND));
437 if (log) {
440 LLDB_LOGF(log,
445 LLDB_LOGF(log,
459 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND));
460 if (log) {
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp41 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PLATFORM));
42 LLDB_LOG(log, "force = {0}, arch=({1}, {2})", force,
65 LLDB_LOG(log, "create = {0}", create);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DError.cpp66 EI.log(OS);
107 getPtr()->log(dbgs());
122 void StringError::log(raw_ostream &OS) const { function in class:llvm::StringError
/freebsd-11-stable/lib/msun/
H A DMakefile162 lgamma.3 log.3 lrint.3 lround.3 math.3 nan.3 \
225 MLINKS+=log.3 log10.3 log.3 log10f.3 log.3 log10l.3 \
226 log.3 log1p.3 log.3 log1pf.3 log.3 log1pl.3 \
227 log.3 logf.3 log.3 logl.3 \
228 log
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h187 log(LOG_DEBUG, fmt, ##__VA_ARGS__); \
190 log(LOG_DEBUG, pr_fmt(fmt), ##__VA_ARGS__)
193 ({ if (0) log(LOG_DEBUG, fmt, ##__VA_ARGS__); 0; })
195 ({ if (0) log(LOG_DEBUG, pr_fmt(fmt), ##__VA_ARGS__); 0; })
222 log(level, __VA_ARGS__); \
227 log(LOG_EMERG, pr_fmt(fmt), ##__VA_ARGS__)
229 log(LOG_ALERT, pr_fmt(fmt), ##__VA_ARGS__)
231 log(LOG_CRIT, pr_fmt(fmt), ##__VA_ARGS__)
233 log(LOG_ERR, pr_fmt(fmt), ##__VA_ARGS__)
237 log(LOG_WARNIN
[all...]
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_sa.c564 OSM_LOG(&p_osm->log, OSM_LOG_ERROR, "ERR 4C01: "
571 OSM_LOG(&p_osm->log, OSM_LOG_ERROR, "ERR 4C0C: "
586 OSM_LOG(&p_osm->log, OSM_LOG_ERROR,
590 OSM_LOG(&p_osm->log, OSM_LOG_ERROR, "ERR 4C09: "
593 OSM_LOG(&p_osm->log, OSM_LOG_ERROR, "ERR 4C0A: "
602 OSM_LOG(&p_osm->log, OSM_LOG_ERROR, "ERR 4C0B: "
802 OSM_LOG(&p_osm->log, OSM_LOG_DEBUG, "Dump guidinfo\n");
805 OSM_LOG(&p_osm->log, OSM_LOG_DEBUG, "Dump multicast\n");
810 OSM_LOG(&p_osm->log, OSM_LOG_DEBUG, "Dump inform\n");
813 OSM_LOG(&p_osm->log, OSM_LOG_DEBU
[all...]
H A Dosm_perfmgr_db.c288 osm_log_t *log = db->perfmgr->log; local
290 if (!OSM_LOG_IS_ACTIVE_V2(log, OSM_LOG_DEBUG))
293 osm_log_v2(log, OSM_LOG_DEBUG, FILE_ID,
295 osm_log_v2(log, OSM_LOG_DEBUG, FILE_ID,
299 osm_log_v2(log, OSM_LOG_DEBUG, FILE_ID,
303 osm_log_v2(log, OSM_LOG_DEBUG, FILE_ID,
307 osm_log_v2(log, OSM_LOG_DEBUG, FILE_ID,
310 osm_log_v2(log, OSM_LOG_DEBUG, FILE_ID,
314 osm_log_v2(log, OSM_LOG_DEBU
480 osm_log_t *log = db->perfmgr->log; local
[all...]
H A Dosm_subnet.c241 p_subn->p_osm->log.level = *((uint8_t *) p_val);
246 p_subn->p_osm->log.flush = *((boolean_t *) p_val);
251 p_subn->p_osm->log.accum_log_file = *((boolean_t *) p_val);
258 p_subn->p_osm->log.max_size = (unsigned long)log_max_size << 20; /* convert from MB to bytes */
932 OSM_LOG_ENTER(&(p_subn->p_osm->log));
936 OSM_LOG(&(p_subn->p_osm->log), OSM_LOG_ERROR, "ERR 7506: "
946 OSM_LOG(&(p_subn->p_osm->log), OSM_LOG_ERROR,
951 OSM_LOG(&(p_subn->p_osm->log), OSM_LOG_ERROR,
960 OSM_LOG(&(p_subn->p_osm->log), OSM_LOG_ERROR,
969 OSM_LOG_EXIT(&(p_subn->p_osm->log));
1725 osm_log_t *log = &p_subn->p_osm->log; local
1826 osm_log_t *log = &p_subn->p_osm->log; local
[all...]
H A Dosm_mesh.c213 osm_log_t *p_log = &p_lash->p_osm->log;
302 osm_log_t *p_log = &p_lash->p_osm->log;
357 osm_log_t *p_log = &p_lash->p_osm->log;
541 osm_log_t *p_log = &p_lash->p_osm->log;
597 osm_log_t *p_log = &p_lash->p_osm->log;
676 osm_log_t *p_log = &p_lash->p_osm->log;
711 osm_log_t *p_log = &p_lash->p_osm->log;
745 osm_log_t *p_log = &p_lash->p_osm->log;
780 osm_log_t *p_log = &p_lash->p_osm->log;
840 osm_log_t *p_log = &p_lash->p_osm->log;
[all...]
/freebsd-11-stable/contrib/ldns/drill/
H A DMakefile.in72 rm -f config.log
84 rm -f config.log
119 rm -rf config.log config.status config.h Makefile drill.1
/freebsd-11-stable/tools/regression/zfs/zpool/attach/
H A Dlog.t12 expect_ok ${ZPOOL} create ${name0} ${disk0} log ${disk1}
131 expect_ok ${ZPOOL} create ${name0} ${disk0} log ${disk1}
169 expect_ok ${ZPOOL} create ${name0} ${disk0} log ${disk1} ${disk2}
/freebsd-11-stable/contrib/libpcap/rpcapd/
H A DMakefile.in84 log.c \
90 HDR = $(PUBHDR) log.h
110 rm -f Makefile config.cache config.log config.status \
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DMangled.cpp190 if (Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_DEMANGLE)) {
192 LLDB_LOGF(log, "demangled msvc: %s -> \"%s\"", M, demangled_cstr);
194 LLDB_LOGF(log, "demangled msvc: %s -> error", M);
217 if (Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_DEMANGLE)) {
219 LLDB_LOGF(log, "demangled itanium: %s -> \"%s\"", M, demangled_cstr);
221 LLDB_LOGF(log, "demangled itanium: %s -> error: failed to demangle", M);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/resize_policy/
H A Dcc_hash_max_collision_check_resize_trigger_imp.hpp167 const double ln_arg = 2 * m_size * ::log(double(m_size));
168 m_max_col = size_type(::ceil(::sqrt(2 * m_load * ::log(ln_arg))));
/freebsd-11-stable/crypto/heimdal/tools/
H A DMakefile.am47 kdc-log-analyze.pl
/freebsd-11-stable/contrib/openpam/
H A Dtest-driver45 test-driver --test-name=NAME --log-file=PATH --trs-file=PATH
49 The '--test-name', '--log-file' and '--trs-file' options are mandatory.
64 --log-file) log_file=$2; shift;;
78 test x"$log_file" = x && missing_opts="$missing_opts --log-file"
126 # know whether the test passed or failed simply by looking at the '.log'
138 echo ":copy-in-global-log: $gcopy" >> $trs_file
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dtest-driver45 test-driver --test-name=NAME --log-file=PATH --trs-file=PATH
49 The '--test-name', '--log-file' and '--trs-file' options are mandatory.
64 --log-file) log_file=$2; shift;;
78 test x"$log_file" = x && missing_opts="$missing_opts --log-file"
126 # know whether the test passed or failed simply by looking at the '.log'
138 echo ":copy-in-global-log: $gcopy" >> $trs_file
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DReproducerInstrumentation.cpp47 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_API); local
55 LLDB_LOG(log, "Replaying {0}: {1}", id, GetSignature(id));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp388 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_OBJECT));
389 LLDB_LOGF(log, "%p Platform::Platform()", static_cast<void *>(this));
397 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_OBJECT));
398 LLDB_LOGF(log, "%p Platform::~Platform()", static_cast<void *>(this));
637 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); local
638 LLDB_LOGF(log, "Platform::Install (src='%s', dst='%s')",
690 LLDB_LOGF(log, "Platform::Install (src='%s', dst='%s') fixed_dst='%s'",
747 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); local
748 LLDB_LOG(log, "{0}", file_spec);
750 LLDB_LOG(log, "erro
819 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); local
[all...]
H A DTarget.cpp120 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_OBJECT));
121 LLDB_LOG(log, "{0} Target::~Target()", static_cast<void *>(this));
639 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS));
640 if (log) {
643 LLDB_LOGF(log, "Target::%s (internal = %s) => break_id = %s\n",
781 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS));
782 LLDB_LOGF(log,
840 LLDB_LOGF(log, "Target::%s (creation of watchpoint %s with id = %u)\n",
860 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS));
861 LLDB_LOGF(log, "Targe
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp165 Log *log = LogChannelDWARF::GetLogIfAll(DWARF_LOG_DEBUG_INFO); local
172 LLDB_LOG_ERROR(log, std::move(e),
177 LLDB_LOG_ERROR(log, line_table.takeError(),
454 Log *log = LogChannelDWARF::GetLogIfAll(DWARF_LOG_DEBUG_INFO); local
481 LLDB_LOG_ERROR(log, index_or.takeError(),
611 Log *log = LogChannelDWARF::GetLogIfAll(DWARF_LOG_DEBUG_INFO); local
612 LLDB_LOG_ERROR(log, std::move(error),
903 Log *log = LogChannelDWARF::GetLogIfAll(DWARF_LOG_DEBUG_INFO); local
904 LLDB_LOG_ERROR(log, std::move(error),
1348 Log *log(LogChannelDWAR
1799 Log *log = LogChannelDWARF::GetLogIfAll(DWARF_LOG_DEBUG_INFO); local
[all...]
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dmath.h49 using std::log;
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_osdep.h135 log(LOG_WARNING, "BUG: warning at %s:%d/%s()\n", __FILE__, __LINE__, __FUNCTION__); \
163 #define CH_ERR(adap, fmt, ...) log(LOG_ERR, fmt, ##__VA_ARGS__)
164 #define CH_WARN(adap, fmt, ...) log(LOG_WARNING, fmt, ##__VA_ARGS__)
165 #define CH_ALERT(adap, fmt, ...) log(LOG_ALERT, fmt, ##__VA_ARGS__)
/freebsd-11-stable/contrib/nvi/common/
H A Dexf.h27 DB *log; /* Log db structure. */ member in struct:_exf

Completed in 336 milliseconds

1234567891011>>