Searched refs:log (Results 1 - 25 of 668) sorted by relevance

1234567891011>>

/freebsd-10.0-release/crypto/openssh/regress/
H A Dsshd-log-wrapper.sh2 # $OpenBSD: sshd-log-wrapper.sh,v 1.3 2013/04/07 02:16:03 dtucker Exp $
6 # sh sshd-log-wrapper.sh /path/to/sshd /path/to/logfile
9 log=$2
13 exec $sshd -E$log $@
/freebsd-10.0-release/etc/
H A Dnewsyslog.conf5 # syslogd process to be signalled when that log file is rotated. This
6 # action is only appropriate for log files which are written to by the
8 # is no process which needs to be signalled when a given log file is
20 /var/log/all.log 600 7 * @T00 J
21 /var/log/amd.log 644 7 100 * J
22 /var/log/auth.log 600 7 100 @0101T JC
23 /var/log/consol
[all...]
H A Dsyslog.conf9 *.notice;authpriv.none;kern.debug;lpr.info;mail.crit;news.err /var/log/messages
10 security.* /var/log/security
11 auth.info;authpriv.info /var/log/auth.log
12 mail.info /var/log/maillog
13 lpr.info /var/log/lpd-errs
14 ftp.info /var/log/xferlog
15 cron.* /var/log/cron
17 *.=debug /var/log/debug.log
[all...]
/freebsd-10.0-release/contrib/ofed/libsdp/
H A Dchangelog_from_git.sh3 git log --pretty=format:"%ai %an <%ae>%n * %h %s%n"
H A Dlibsdp.conf11 # - "log" - for setting logging related configuration. As the log settings
19 # Get errors printed into the files /tmp/libsdp.log.<uid>/log
20 # or /var/log/<path> for root
21 log min-level 9 destination file libsdp.log
33 # The log directive allows the user to specify which and where debug and error
34 # messages get sent. The log statement format is:
35 # log [destinatio
[all...]
/freebsd-10.0-release/lib/msun/i387/
H A De_log.S39 ENTRY(log) function
44 END(log)
/freebsd-10.0-release/kerberos5/usr.sbin/
H A DMakefile3 SUBDIR= iprop-log kstash ktutil
/freebsd-10.0-release/contrib/ofed/management/opensm/osmeventplugin/src/
H A Dosmeventplugin.c66 _log_events_t *log = malloc(sizeof(*log)); local
67 if (!log)
70 log->log_file = fopen(SAMPLE_PLUGIN_OUTPUT_FILE, "a+");
72 if (!(log->log_file)) {
73 osm_log(&osm->log, OSM_LOG_ERROR,
76 free(log);
80 log->osmlog = &osm->log;
81 return ((void *)log);
88 _log_events_t *log = (_log_events_t *) _log; local
95 handle_port_counter(_log_events_t * log, osm_epi_pe_event_t * pc) argument
118 handle_port_counter_ext(_log_events_t * log, osm_epi_dc_event_t * epc) argument
128 handle_port_select(_log_events_t * log, osm_epi_ps_event_t * ps) argument
140 handle_trap_event(_log_events_t * log, osm_epi_trap_event_t * trap) argument
153 _log_events_t *log = (_log_events_t *) _log; local
[all...]
/freebsd-10.0-release/sys/x86/isa/
H A Dnmi.c67 log(LOG_CRIT, "NMI ISA %x, EISA %x\n", isa_port, eisa_port);
74 log(LOG_CRIT, "RAM parity error, likely hardware failure.");
79 log(LOG_CRIT, "I/O channel check, likely hardware failure.");
92 log(LOG_CRIT, "EISA watchdog timer expired, likely hardware failure.");
97 log(LOG_CRIT, "EISA bus timeout, likely hardware failure.");
102 log(LOG_CRIT, "EISA I/O port status error.");
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBCommunication.cpp31 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
33 if (log)
34 log->Printf ("SBCommunication::SBCommunication (broadcaster_name=\"%s\") => "
82 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
99 if (log)
100 log->Printf ("SBCommunication(%p)::AdoptFileDescriptor (fd=%d, ownd_fd=%i) => %s",
110 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
116 if (log)
117 log->Printf ("SBCommunication(%p)::Disconnect () => %s", m_opaque,
126 Log *log(lldb_privat
[all...]
H A DSBData.cpp89 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
93 if (log)
94 log->Printf ("SBData::GetAddressByteSize () => "
102 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
105 if (log)
106 log->Printf ("SBData::SetAddressByteSize (%i)", addr_byte_size);
119 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
123 if (log)
124 log->Printf ("SBData::GetByteSize () => "
132 Log *log(lldb_privat
[all...]
H A DSBFrame.cpp60 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
62 if (log)
66 log->Printf ("SBFrame::SBFrame (sp=%p) => SBFrame(%p): %s",
112 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
132 if (log)
133 log->Printf ("SBFrame::GetVariables () => error: could not reconstruct frame object for this SBFrame.");
138 if (log)
139 log->Printf ("SBFrame::GetSymbolContext () => error: process is running");
143 if (log)
144 log
[all...]
H A DSBFileSpec.cpp70 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
74 if (log)
75 log->Printf ("SBFileSpec(%p)::Exists () => %s", m_opaque_ap.get(), (result ? "true" : "false"));
97 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
98 if (log)
101 log->Printf ("SBFileSpec(%p)::GetFilename () => \"%s\"", m_opaque_ap.get(), s);
103 log->Printf ("SBFileSpec(%p)::GetFilename () => NULL", m_opaque_ap.get());
113 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
114 if (log)
117 log
[all...]
H A DSBProcess.cpp146 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
147 if (log) {
148 log->Printf ("SBProcess(%p)::RemoteLaunch (argv=%p, envp=%p, stdin=%s, stdout=%s, stderr=%s, working-dir=%s, launch_flags=0x%x, stop_at_entry=%i, &error (%p))...",
193 if (log) {
196 log->Printf ("SBProcess(%p)::RemoteLaunch (...) => SBError (%p): %s", process_sp.get(), error.get(), sstr.GetData());
225 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
226 if (log) {
229 log->Printf ("SBProcess(%p)::RemoteAttachToProcessWithID (%" PRIu64 ") => SBError (%p): %s", process_sp.get(), pid, error.get(), sstr.GetData());
239 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
252 if (log)
[all...]
H A DSBValue.cpp111 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
129 if (log)
130 log->Printf ("SBValue(%p)::GetSP() => error: process is running", value_sp.get());
322 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
323 if (log)
326 log->Printf ("SBValue(%p)::GetName () => \"%s\"", value_sp.get(), name);
328 log->Printf ("SBValue(%p)::GetName () => NULL", value_sp.get());
337 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
346 if (log)
349 log
[all...]
/freebsd-10.0-release/etc/periodic/daily/
H A D460.status-mail-rejects26 elif [ ! -f /var/log/maillog ]
29 "/var/log/maillog doesn't exist"
46 if [ -f /var/log/maillog.$n ]
48 cat /var/log/maillog.$n
49 elif [ -f /var/log/maillog.$n.gz ]
51 zcat -fc /var/log/maillog.$n.gz
52 elif [ -f /var/log/maillog.$n.bz2 ]
54 bzcat -fc /var/log/maillog.$n.bz2
58 cat /var/log/maillog
/freebsd-10.0-release/sys/pc98/cbus/
H A Dnmi.c57 log(LOG_CRIT, "NMI PC98 port = %x\n", port);
59 log(LOG_CRIT, "BASE RAM parity error, likely hardware failure.");
62 log(LOG_CRIT, "EXTENDED RAM parity error, likely hardware failure.");
65 log(LOG_CRIT, "\nNMI Resume ??\n");
/freebsd-10.0-release/contrib/ipfilter/rules/
H A DBASIC_2.FW17 block in log quick all with short
21 # By default, block and log everything. This maybe too much logging
24 block in log on ppp0 all head 100
25 block out log on ppp0 all head 150
26 block in log on ed0 from w.x.y.z/24 to any head 200
27 block out log on ed0 all head 250
34 block in log quick from 10.0.0.0/8 to any group 100
35 block in log quick from 192.168.0.0/16 to any group 100
36 block in log quick from 172.16.0.0/12 to any group 100
40 block in log quic
[all...]
H A Dexample.126 # drop and log any IP packets with options set in them.
8 block in log all with ipopts
10 # log packets with BOTH ssrr and lsrr set
12 log in all with opt lsrr,ssrr
/freebsd-10.0-release/contrib/openbsm/man/
H A DMakefile.am15 audit.log.5 \
/freebsd-10.0-release/sbin/natd/samples/
H A Dnatd.cf.sample8 # Enable logging to file /var/log/alias.log
10 log no
/freebsd-10.0-release/etc/rc.d/
H A Dvar103 # Make sure we have /var/log/utx.lastlogin and /var/log/utx.log files
104 if [ ! -f /var/log/utx.lastlogin ]; then
105 cp /dev/null /var/log/utx.lastlogin
106 chmod 644 /var/log/utx.lastlogin
108 if [ ! -f /var/log/utx.log ]; then
109 cp /dev/null /var/log/utx.log
[all...]
/freebsd-10.0-release/contrib/ofed/management/opensm/osmtest/
H A Dosmt_multicast.c86 OSM_LOG(&p_osmt->log, OSM_LOG_ERROR, "ERR 02B5: "
93 osm_log(&p_osmt->log, OSM_LOG_INFO,
101 osm_dump_mc_record(&p_osmt->log, mcast_record, OSM_LOG_INFO);
109 OSM_LOG(&p_osmt->log, OSM_LOG_ERROR, "ERR 02B6: "
116 osm_log(&p_osmt->log, OSM_LOG_INFO,
124 osm_dump_mc_record(&p_osmt->log, mcast_record, OSM_LOG_INFO);
164 OSM_LOG_ENTER(&p_osmt->log);
192 OSM_LOG(&p_osmt->log, OSM_LOG_ERROR, "ERR 0203: "
200 OSM_LOG(&p_osmt->log, OSM_LOG_ERROR, "ERR 0264: "
203 OSM_LOG(&p_osmt->log, OSM_LOG_ERRO
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlan.cpp98 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP));
106 if (log)
107 log->Printf ("ThreadPlan::ShouldReportStop() returning previous thread plan vote: %s",
112 if (log)
113 log->Printf ("ThreadPlan::ShouldReportStop() returning vote: %s", GetVoteAsCString (m_stop_vote));
154 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP));
156 if (log)
162 log->Printf("%s Thread #%u (0x%p): tid = 0x%4.4" PRIx64 ", pc = 0x%8.8" PRIx64 ", sp = 0x%8.8" PRIx64 ", fp = 0x%8.8" PRIx64 ", "
247 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_THREAD));
248 if (log)
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DIRInterpreter.cpp305 lldb_private::Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
307 if (log)
309 log->Printf("Made an allocation for argument %s", PrintValue(value).c_str());
310 log->Printf(" Data region : %llx", (unsigned long long)address);
311 log->Printf(" Ref region : %llx", (unsigned long long)data_address);
429 lldb_private::Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
457 if (log)
458 log->Printf("Unsupported instruction: %s", PrintValue(ii).c_str());
484 if (log)
485 log
[all...]

Completed in 183 milliseconds

1234567891011>>