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

1234567891011>>

/freebsd-10-stable/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/logfile /path/to/sshd [args...]
8 log=$1
11 exec "$@" -E$log
/freebsd-10-stable/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-stable/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-stable/etc/newsyslog.conf.d/
H A Dopensm.conf3 /var/log/opensm.log 600 7 1000 * J /var/run/opensm.pid 30
/freebsd-10-stable/lib/msun/i387/
H A De_log.S39 ENTRY(log) function
44 END(log)
/freebsd-10-stable/kerberos5/usr.sbin/
H A DMakefile3 SUBDIR= iprop-log kstash ktutil
/freebsd-10-stable/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-stable/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-stable/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 DSBValue.cpp128 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
148 if (log)
149 log->Printf ("SBValue(%p)::GetSP() => error: process is running", value_sp.get());
341 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
342 if (log)
345 log->Printf ("SBValue(%p)::GetName () => \"%s\"", value_sp.get(), name);
347 log->Printf ("SBValue(%p)::GetName () => NULL", value_sp.get());
356 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
365 if (log)
368 log
[all...]
H A DSBThread.cpp107 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
122 if (log)
123 log->Printf ("SBThread(%p)::GetStopReason() => error: process is running", exe_ctx.GetThreadPtr());
127 if (log)
128 log->Printf ("SBThread(%p)::GetStopReason () => %s", exe_ctx.GetThreadPtr(),
184 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
185 if (log)
186 log->Printf ("SBThread(%p)::GetStopReasonDataCount() => error: process is running", exe_ctx.GetThreadPtr());
258 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
259 if (log)
[all...]
/freebsd-10-stable/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-stable/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-stable/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanCallFunction.cpp17 #include "lldb/lldb-private-log.h"
58 Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_STEP));
70 if (log)
71 log->Printf ("ThreadPlanCallFunction(%p): %s.", this, m_constructor_errors.GetData());
80 if (log)
81 log->Printf ("ThreadPlanCallFunction(%p): %s.", this, m_constructor_errors.GetData());
92 if (log)
93 log->Printf ("ThreadPlanCallFunction(%p): %s.", this, m_constructor_errors.GetData());
102 if (log)
103 log
[all...]
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-stable/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...]
/freebsd-10-stable/sbin/natd/samples/
H A Dnatd.cf.sample8 # Enable logging to file /var/log/alias.log
10 log no
/freebsd-10-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.sh224 function log { function
237 # Also log to stdout if cron job && notice or higher
286 log "info" "Checksum of $1 validated"
289 log "error" "Checksum of $1 is invalid:"
291 log "error" "EXPECTED: $FSHA"
292 log "error" "COMPUTED: $DSHA"
302 log "notice" "File expired on `date -u -d \"Jan 1, 1970 00:00:00 +0000 + $EXPIRES seconds\"`"
311 log "critical" "Missing ntp configuration $NTPCONF"
319 log "error" "$NTPCONF does not specify a leapfile"
326 log "notic
[all...]
/freebsd-10-stable/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-stable/contrib/llvm/tools/lldb/source/Expression/
H A DIRInterpreter.cpp306 lldb_private::Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
308 if (log)
310 log->Printf("Made an allocation for argument %s", PrintValue(value).c_str());
311 log->Printf(" Data region : %llx", (unsigned long long)address);
312 log->Printf(" Ref region : %llx", (unsigned long long)data_address);
436 lldb_private::Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
464 if (log)
465 log->Printf("Unsupported instruction: %s", PrintValue(ii).c_str());
491 if (log)
492 log
[all...]
/freebsd-10-stable/contrib/ofed/management/opensm/osmtest/
H A Dosmt_multicast.c87 OSM_LOG(&p_osmt->log, OSM_LOG_ERROR, "ERR 02B5: "
94 osm_log(&p_osmt->log, OSM_LOG_INFO,
102 osm_dump_mc_record(&p_osmt->log, mcast_record, OSM_LOG_INFO);
110 OSM_LOG(&p_osmt->log, OSM_LOG_ERROR, "ERR 02B6: "
117 osm_log(&p_osmt->log, OSM_LOG_INFO,
125 osm_dump_mc_record(&p_osmt->log, mcast_record, OSM_LOG_INFO);
165 OSM_LOG_ENTER(&p_osmt->log);
193 OSM_LOG(&p_osmt->log, OSM_LOG_ERROR, "ERR 0203: "
201 OSM_LOG(&p_osmt->log, OSM_LOG_ERROR, "ERR 0264: "
204 OSM_LOG(&p_osmt->log, OSM_LOG_ERRO
[all...]

Completed in 321 milliseconds

1234567891011>>