Searched refs:log (Results 101 - 125 of 792) sorted by relevance

1234567891011>>

/freebsd-10.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_perfmgr.c177 OSM_LOG_ENTER(pm->log);
187 OSM_LOG(pm->log, OSM_LOG_ERROR, "ERR 4C01: "
191 OSM_LOG_EXIT(pm->log);
207 OSM_LOG_ENTER(pm->log);
214 OSM_LOG(pm->log, OSM_LOG_ERROR, "ERR 4C15: GUID 0x%016"
221 OSM_LOG(pm->log, OSM_LOG_ERROR, "ERR 4C02: %s (0x%" PRIx64
230 OSM_LOG(pm->log, OSM_LOG_ERROR, "ERR 4C16: "
247 OSM_LOG_EXIT(pm->log);
259 OSM_LOG_ENTER(pm->log);
262 OSM_LOG(pm->log, OSM_LOG_ERRO
[all...]
H A Dosm_multicast.c98 static void mgrp_send_notice(osm_subn_t *subn, osm_log_t *log, argument
119 if ((status = osm_report_notice(log, subn, &notice)))
120 OSM_LOG(log, OSM_LOG_ERROR, "ERR 7601: "
127 osm_mcm_port_t *osm_mgrp_add_port(IN osm_subn_t *subn, osm_log_t *log, argument
178 mgrp_send_notice(subn, log, p_mgrp, 66);
187 int osm_mgrp_remove_port(osm_subn_t *subn, osm_log_t *log, osm_mgrp_t *mgrp, argument
204 OSM_LOG(log, OSM_LOG_DEBUG,
211 OSM_LOG(log, OSM_LOG_DEBUG, "removing port 0x%" PRIx64 "\n",
224 mgrp_send_notice(subn, log, mgrp, 67);
232 void osm_mgrp_delete_port(osm_subn_t *subn, osm_log_t *log, osm_mgrp_ argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp374 DYLDRendezvous::DumpToLog(Log *log) const
378 if (!log)
381 log->PutCString("DYLDRendezvous:");
382 log->Printf(" Address: %" PRIx64, GetRendezvousAddress());
383 log->Printf(" Version: %" PRIu64, GetVersion());
384 log->Printf(" Link : %" PRIx64, GetLinkMapAddress());
385 log->Printf(" Break : %" PRIx64, GetBreakAddress());
386 log->Printf(" LDBase : %" PRIx64, GetLDBase());
387 log->Printf(" State : %s",
396 log
[all...]
/freebsd-10.3-release/crypto/openssh/
H A Dfreebsd-configure.sh34 mv config.log config.log.orig
/freebsd-10.3-release/contrib/gperf/
H A DMakefile.in57 $(RM) config.status config.log config.cache Makefile
61 $(RM) config.status config.log config.cache Makefile
/freebsd-10.3-release/contrib/groff/
H A DMakefile.sub3 config.log \
12 groff.log
/freebsd-10.3-release/etc/periodic/monthly/
H A D200.accounting18 W=/var/log/utx.log
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp122 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_PROCESS));
123 if (log && log->GetMask().Test(POSIX_LOG_VERBOSE))
124 log->Printf ("ProcessPOSIX::%s(pid = %" PRIi64 ")", __FUNCTION__, GetID());
512 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_PROCESS));
513 if (log && log->GetMask().Test(POSIX_LOG_VERBOSE))
514 log->Printf ("ProcessPOSIX::%s(), message_queue size = %d", __FUNCTION__, (int)m_message_queue.size());
527 if (log)
528 log
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp107 GDBRemoteCommunication::History::Dump (lldb_private::Log *log) const
109 if (log && !m_dumped_to_log)
121 log->Printf ("history[%u] tid=0x%4.4" PRIx64 " <%4u> %s packet: %s",
179 Log *log (ProcessGDBRemoteLog::GetLogIfAllCategoriesSet (GDBR_LOG_PACKETS));
183 if (log)
184 log->Printf ("<%4" PRIu64 "> send packet: %c", (uint64_t)bytes_written, ch);
192 Log *log (ProcessGDBRemoteLog::GetLogIfAllCategoriesSet (GDBR_LOG_PACKETS));
196 if (log)
197 log->Printf("<%4" PRIu64 "> send packet: %c", (uint64_t)bytes_written, ch);
221 Log *log (ProcessGDBRemoteLo
[all...]
/freebsd-10.3-release/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-10.3-release/contrib/llvm/tools/lldb/source/API/
H A DSBHostOS.cpp50 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
52 if (log)
53 log->Printf ("SBHostOS::ThreadCreate (name=\"%s\", thread_function=%p, thread_arg=%p, error_ptr=%p)", name,
56 // FIXME: You should log the return value?
H A DSBLineEntry.cpp74 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
75 if (log)
81 log->Printf ("SBLineEntry(%p)::GetStartAddress () => SBAddress (%p): %s",
97 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
98 if (log)
104 log->Printf ("SBLineEntry(%p)::GetEndAddress () => SBAddress (%p): %s",
120 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
126 if (log)
130 log->Printf ("SBLineEntry(%p)::GetFileSpec () => SBFileSpec(%p): %s", m_opaque_ap.get(),
140 Log *log(lldb_privat
[all...]
H A DSBSymbolContext.cpp90 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
100 if (log)
104 log->Printf ("SBSymbolContext(%p)::GetModule () => SBModule(%p): %s",
120 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
129 if (log)
130 log->Printf ("SBSymbolContext(%p)::GetFunction () => SBFunction(%p)",
145 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
151 if (log)
153 log->Printf ("SBSymbolContext(%p)::GetLineEntry () => SBLineEntry(%p)",
163 Log *log(lldb_privat
[all...]
H A DSBTarget.cpp542 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
543 if (log)
545 log->Printf ("SBTarget(%p)::GetProcess () => SBProcess(%p)",
637 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
643 if (log)
645 log->Printf ("SBTarget(%p)::Launch (argv=%p, envp=%p, stdin=%s, stdout=%s, stderr=%s, working-dir=%s, launch_flags=0x%x, stop_at_entry=%i, &error (%p))...",
718 log = lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API);
719 if (log)
721 log->Printf ("SBTarget(%p)::Launch (...) => SBProcess(%p)",
731 Log *log(lldb_privat
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp16 #include "lldb/lldb-private-log.h"
86 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_BREAKPOINTS));
87 if (log)
88 log->Printf ("Added location: %s\n", s.GetData());
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Core/
H A DDataBufferMemoryMap.cpp27 #include "lldb/lldb-private-log.h"
90 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_MMAP));
91 if (log)
92 log->Printf("DataBufferMemoryMap::Clear() m_mmap_addr = %p, m_mmap_size = %zu", m_mmap_addr, m_mmap_size);
121 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_MMAP));
122 if (log)
124 log->Printf("DataBufferMemoryMap::MemoryMapFromFileSpec(file=\"%s\", offset=0x%" PRIx64 ", length=0x%" PRIx64 ", writeable=%i",
184 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_MMAP|LIBLLDB_LOG_VERBOSE));
185 if (log)
188 log
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp148 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_PROCESS));
174 if (log)
175 log->Printf("process %lu resuming (%s)", GetID(), do_step ? "step" : "continue");
187 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_PROCESS));
188 if (log)
189 log->Printf("ProcessFreeBSD::%s (pid = %" PRIu64 ")", __FUNCTION__, GetID());
205 if (log)
206 log->Printf("ProcessFreeBSD::%s new tid = %" PRIu64, __FUNCTION__, tid);
210 if (log)
211 log
[all...]
/freebsd-10.3-release/kerberos5/usr.sbin/iprop-log/
H A DMakefile1 # $FreeBSD: releng/10.3/kerberos5/usr.sbin/iprop-log/Makefile 289042 2015-10-08 17:49:14Z bdrewery $
3 PROG= iprop-log
4 MAN= iprop-log.8
5 SRCS= iprop-log.c iprop-commands.c iprop-commands.h kadm5_err.h
/freebsd-10.3-release/sys/ofed/include/linux/
H A Dkernel.h83 log(LOG_DEBUG, fmt, ##__VA_ARGS__)
85 log(LOG_DEBUG, pr_fmt(fmt), ##__VA_ARGS__)
88 ({ if (0) log(LOG_DEBUG, fmt, ##__VA_ARGS__); 0; })
90 ({ if (0) log(LOG_DEBUG, pr_fmt(fmt), ##__VA_ARGS__); 0; })
120 log(level, __VA_ARGS__); \
125 log(LOG_EMERG, pr_fmt(fmt), ##__VA_ARGS__)
127 log(LOG_ALERT, pr_fmt(fmt), ##__VA_ARGS__)
129 log(LOG_CRIT, pr_fmt(fmt), ##__VA_ARGS__)
131 log(LOG_ERR, pr_fmt(fmt), ##__VA_ARGS__)
133 log(LOG_WARNIN
[all...]
/freebsd-10.3-release/sys/net/
H A Dif_spppsubr.c531 log(LOG_DEBUG,
559 log(LOG_DEBUG,
569 log(LOG_DEBUG,
619 log(LOG_INFO,
650 log(LOG_INFO,
689 log(LOG_DEBUG,
728 log(LOG_DEBUG,
744 log(LOG_DEBUG, SPP_FMT "protocol queue overflow\n",
926 log(LOG_DEBUG, SPP_FMT "no memory for transmit header\n",
1322 log(LOG_DEBU
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Target/
H A DStopInfo.cpp189 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_PROCESS));
191 if (log)
192 log->Printf ("Process::%s could not find breakpoint site id: %" PRId64 "...", __FUNCTION__, m_value);
322 Log *log = lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_BREAKPOINTS); local
327 if (log)
329 log->Printf ("PerformAction got called with an invalid thread.");
372 if (log)
373 log->Printf ("StopInfoBreakpoint::PerformAction - Hit a breakpoint while running an expression,"
394 if (log)
395 log
655 Log *log = lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_WATCHPOINTS); local
[all...]
H A DThreadList.cpp262 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP));
283 if (log)
285 log->PutCString("");
286 log->Printf ("ThreadList::%s: %" PRIu64 " threads", __FUNCTION__, (uint64_t)m_threads.size());
335 if (log)
336 log->Printf ("ThreadList::%s we stopped but no threads had a stop reason, overriding should_stop and stopping.", __FUNCTION__);
339 if (log)
340 log->Printf ("ThreadList::%s overall should_stop = %i", __FUNCTION__, should_stop);
363 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP));
365 if (log)
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeCategoryMap.cpp191 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_TYPES));
199 if (log)
200 log->Printf("\n[TypeCategoryMap::GetFormat] Trying to use category %s", category_sp->GetName());
205 if (log)
206 log->Printf("[TypeCategoryMap::GetFormat] nothing found - returning empty SP");
219 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_TYPES));
227 if (log)
228 log->Printf("\n[CategoryMap::GetSummaryFormat] Trying to use category %s", category_sp->GetName());
233 if (log)
234 log
[all...]
/freebsd-10.3-release/crypto/openssh/contrib/
H A Dfindssl.sh77 rm -f findssl.log
143 (echo "Trying libcrypto $lib" >>findssl.log
149 ${CC} -o conftest conftest.c $lib 2>>findssl.log
173 echo "Trying libcrypto $lib" >>findssl.log
174 ${CC} ${STATIC} -o conftest conftest.c -L${libdir} -lcrypto 2>>findssl.log

Completed in 294 milliseconds

1234567891011>>