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

1234567891011>>

/freebsd-11-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-11-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-11-stable/etc/newsyslog.conf.d/
H A Dopensm.conf3 /var/log/opensm.log 600 7 1000 * J /var/run/opensm.pid 30
/freebsd-11-stable/lib/msun/i387/
H A De_log.S39 ENTRY(log)
44 END(log)
/freebsd-11-stable/kerberos5/usr.sbin/
H A DMakefile3 SUBDIR= iprop-log kstash ktutil
/freebsd-11-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-11-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-11-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-11-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...]
H A DBASIC_1.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 in log proto tcp all flags S/SA head 101 group 100
26 block out log on ppp0 all head 150
27 block in log on ed0 from w.x.y.z/24 to any head 200
28 block in log proto tcp all flags S/SA head 201 group 200
29 block in log proto udp all head 202 group 200
30 block out log on ed0 all head 250
36 block in log quic
[all...]
/freebsd-11-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-11-stable/etc/rc.d/
H A Dvar104 # Make sure we have /var/log/utx.lastlogin and /var/log/utx.log files
105 if [ ! -f /var/log/utx.lastlogin ]; then
106 cp /dev/null /var/log/utx.lastlogin
107 chmod 644 /var/log/utx.lastlogin
109 if [ ! -f /var/log/utx.log ]; then
110 cp /dev/null /var/log/utx.log
[all...]
H A Dsyslogd15 desc="System log daemon"
32 if [ ! -L /dev/log ] && ! check_jail jailed; then
33 ln -sf /var/run/log /dev/log
35 rm -f /var/run/log
47 echo "${_ldir}/var/run/log" >> $sockfile
56 echo "/var/run/log" >> $sockfile
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.cpp55 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS));
78 LLDB_LOGF(log,
87 LLDB_LOGF(log,
107 LLDB_LOGF(log,
122 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS));
123 LLDB_LOGF(log, "NativeProcessDarwin::%s(pid = %" PRIi64 ")", __FUNCTION__,
171 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS));
175 LLDB_LOGF(log,
197 LLDB_LOGF(log,
204 LLDB_LOGF(log,
[all...]
H A DMachException.cpp68 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_VERBOSE));
69 if (log) {
70 LLDB_LOGF(log,
85 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_VERBOSE));
86 if (log) {
87 LLDB_LOGF(log,
105 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_VERBOSE));
106 if (log) {
107 LLDB_LOGF(log,
187 Log *log(GetLogIfAllCategoriesSe
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlan.cpp65 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
71 LLDB_LOG(log, "returning previous thread plan vote: {0}", prev_vote);
75 LLDB_LOG(log, "Returning vote: {0}", m_stop_vote);
103 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
105 if (log) {
112 log,
179 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD));
180 if (log)
181 log->Error("%s called on thread that has been destroyed (tid = 0x%" PRIx64
196 Log *log(lldb_privat
[all...]
H A DThreadPlanCallFunction.cpp49 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_STEP));
62 LLDB_LOGF(log, "ThreadPlanCallFunction(%p): %s.", static_cast<void *>(this),
71 LLDB_LOGF(log, "ThreadPlanCallFunction(%p): %s.", static_cast<void *>(this),
80 if (log && log->GetVerbose())
87 LLDB_LOGF(log, "ThreadPlanCallFunction(%p): %s.", static_cast<void *>(this),
146 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
147 if (log && log->GetVerbose()) {
151 log
[all...]
H A DThreadPlanStepInstruction.cpp97 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
116 if (log) {
117 LLDB_LOGF(log,
127 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
132 log,
171 if (log) {
172 LLDB_LOGF(log,
180 if (log) {
195 LLDB_LOGF(log, "%s.", s.GetData());
206 if (log) {
[all...]
H A DThreadPlanPython.cpp76 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD));
77 LLDB_LOGF(log, "%s called on Python Thread Plan: %s )", LLVM_PRETTY_FUNCTION,
98 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD));
99 LLDB_LOGF(log, "%s called on Python Thread Plan: %s )", LLVM_PRETTY_FUNCTION,
120 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD));
121 LLDB_LOGF(log, "%s called on Python Thread Plan: %s )", LLVM_PRETTY_FUNCTION,
142 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD));
143 LLDB_LOGF(log, "%s called on Python Thread Plan: %s )", LLVM_PRETTY_FUNCTION,
157 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD));
158 LLDB_LOGF(log, "
[all...]
H A DThreadPlanStepThrough.cpp65 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
66 if (log) {
67 LLDB_LOGF(log, "Setting backstop breakpoint %d at address: 0x%" PRIx64,
100 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
101 if (log) {
106 LLDB_LOGF(log, "Found step through plan from 0x%" PRIx64 ": %s",
109 LLDB_LOGF(log,
233 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
238 LLDB_LOGF(log, "Completed step through step plan.");
258 Log *log(lldb_privat
[all...]
/freebsd-11-stable/usr.sbin/mptutil/
H A Dmpt_evt.c95 CONFIG_PAGE_LOG_0 *log; local
106 log = mpt_get_events(fd, NULL);
107 if (log == NULL) {
109 warn("Failed to get event log info");
125 free(log);
134 entries = malloc(sizeof(MPI_LOG_0_ENTRY *) * log->NumLogEntries);
136 free(log);
141 for (i = 0; i < log->NumLogEntries; i++) {
142 if (log->LogEntry[i].LogEntryQualifier ==
145 entries[num_events] = &log
[all...]
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DDwarfInstructions.hpp281 const bool log = false; local
286 if (log)
294 if (log) {
309 if (log)
317 if (log)
326 if (log)
335 if (log)
344 if (log)
353 if (log)
362 if (log)
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp41 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PLATFORM));
42 LLDB_LOG(log, "force = {0}, arch=({1}, {2})", force,
59 LLDB_LOG(log, "create = {0}", create);
240 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PLATFORM));
241 LLDB_LOG(log, "target {0}", target);
264 LLDB_LOG(log, "creating new target");
269 LLDB_LOG(log, "failed to create new target: {0}", error);
276 LLDB_LOG(log, "error: {0}", error);
285 LLDB_LOG(log, "having target create process with gdb-remote plugin");
291 LLDB_LOG(log, "erro
[all...]
/freebsd-11-stable/kerberos5/usr.sbin/iprop-log/
H A DMakefile3 PROG= iprop-log
4 MAN= iprop-log.8
5 SRCS= iprop-log.c iprop-commands.c iprop-commands.h kadm5_err.h

Completed in 130 milliseconds

1234567891011>>