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

1234567891011>>

/freebsd-11.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/logfile /path/to/sshd [args...]
8 log=$1
11 exec "$@" -E$log
/freebsd-11.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-11.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-11.0-release/etc/newsyslog.conf.d/
H A Dopensm.conf3 /var/log/opensm.log 600 7 * * Z /var/run/opensm.pid 30
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DNativeBreakpoint.cpp35 Log *log (GetLogIfAnyCategoriesSet (LIBLLDB_LOG_BREAKPOINTS));
36 if (log)
37 log->Printf ("NativeBreakpoint::%s addr = 0x%" PRIx64 " bumped up, new ref count %" PRIu32, __FUNCTION__, m_addr, m_ref_count);
45 Log *log (GetLogIfAnyCategoriesSet (LIBLLDB_LOG_BREAKPOINTS));
46 if (log)
47 log->Printf ("NativeBreakpoint::%s addr = 0x%" PRIx64 " ref count decremented, new ref count %" PRIu32, __FUNCTION__, m_addr, m_ref_count);
55 Log *log (GetLogIfAnyCategoriesSet (LIBLLDB_LOG_BREAKPOINTS));
59 // We're already enabled. Just log and exit.
60 if (log)
61 log
[all...]
H A DSoftwareBreakpoint.cpp28 Log *log (GetLogIfAnyCategoriesSet (LIBLLDB_LOG_BREAKPOINTS));
29 if (log)
30 log->Printf ("SoftwareBreakpoint::%s addr = 0x%" PRIx64, __FUNCTION__, addr);
44 if (log)
45 log->Printf ("SoftwareBreakpoint::%s failed to retrieve software breakpoint trap opcode: %s", __FUNCTION__, error.AsCString ());
52 if (log)
53 log->Printf ("SoftwareBreakpoint::%s failed to retrieve any trap opcodes", __FUNCTION__);
59 if (log)
60 log->Printf ("SoftwareBreakpoint::%s cannot support %lu trapcode bytes, max size is %lu", __FUNCTION__, bp_opcode_size, MAX_TRAP_OPCODE_SIZE);
67 if (log)
[all...]
H A DNativeBreakpointList.cpp28 Log *log (GetLogIfAnyCategoriesSet (LIBLLDB_LOG_BREAKPOINTS));
29 if (log)
30 log->Printf ("NativeBreakpointList::%s addr = 0x%" PRIx64 ", size_hint = %lu, hardware = %s", __FUNCTION__, addr, size_hint, hardware ? "true" : "false");
39 if (log)
40 log->Printf ("NativeBreakpointList::%s addr = 0x%" PRIx64 " -- already enabled, upping ref count", __FUNCTION__, addr);
47 if (log)
48 log->Printf ("NativeBreakpointList::%s creating breakpoint for addr = 0x%" PRIx64 ", size_hint = %lu, hardware = %s", __FUNCTION__, addr, size_hint, hardware ? "true" : "false");
54 if (log)
55 log->Printf ("NativeBreakpointList::%s creating breakpoint for addr = 0x%" PRIx64 ", size_hint = %lu, hardware = %s -- FAILED: %s", __FUNCTION__, addr, size_hint, hardware ? "true" : "false", error.AsCString ());
71 Log *log (GetLogIfAnyCategoriesSe
[all...]
/freebsd-11.0-release/kerberos5/usr.sbin/
H A DMakefile3 SUBDIR= iprop-log kstash ktutil
/freebsd-11.0-release/lib/msun/i387/
H A De_log.S39 ENTRY(log)
44 END(log)
/freebsd-11.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-11.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-11.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\") => "
83 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
100 if (log)
101 log->Printf ("SBCommunication(%p)::AdoptFileDescriptor (fd=%d, ownd_fd=%i) => %s",
112 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
118 if (log)
119 log->Printf ("SBCommunication(%p)::Disconnect () => %s",
129 Log *log(lldb_privat
[all...]
H A DSBFrame.cpp65 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
67 if (log)
71 log->Printf ("SBFrame::SBFrame (sp=%p) => SBFrame(%p): %s",
113 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
133 if (log)
134 log->Printf ("SBFrame::GetVariables () => error: could not reconstruct frame object for this SBFrame.");
139 if (log)
140 log->Printf ("SBFrame::GetSymbolContext () => error: process is running");
144 if (log)
145 log
[all...]
H A DSBQueueItem.cpp49 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
50 if (log)
51 log->Printf("SBQueueItem(%p)::IsValid() == %s",
61 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
62 if (log)
63 log->Printf("SBQueueItem(%p)::Clear()",
80 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
85 if (log)
86 log->Printf("SBQueueItem(%p)::GetKind() == %d",
105 Log *log(lldb_privat
[all...]
H A DSBQueue.cpp99 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
100 if (log)
101 log->Printf ("SBQueue(%p)::GetQueueID () => 0x%" PRIx64,
115 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
116 if (log)
117 log->Printf ("SBQueueImpl(%p)::GetIndexID () => %d",
132 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
133 if (log)
134 log->Printf ("SBQueueImpl(%p)::GetName () => %s",
335 Log *log(lldb_privat
[all...]
/freebsd-11.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-11.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-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanCallFunction.cpp56 Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_STEP));
68 if (log)
69 log->Printf ("ThreadPlanCallFunction(%p): %s.",
80 if (log)
81 log->Printf ("ThreadPlanCallFunction(%p): %s.",
94 if (log)
95 log->Printf ("ThreadPlanCallFunction(%p): %s.",
106 if (log)
107 log->Printf ("ThreadPlanCallFunction(%p): %s.",
117 if (log
[all...]
H A DThreadPlanPython.cpp83 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_THREAD));
84 if (log)
85 log->Printf ("%s called on Python Thread Plan: %s )",
106 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_THREAD));
107 if (log)
108 log->Printf ("%s called on Python Thread Plan: %s )",
129 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_THREAD));
130 if (log)
131 log->Printf ("%s called on Python Thread Plan: %s )",
147 Log *log(lldb_privat
[all...]
/freebsd-11.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...]
/freebsd-11.0-release/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.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DIRInterpreter.cpp341 lldb_private::Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
343 if (log)
345 log->Printf("Made an allocation for argument %s", PrintValue(value).c_str());
346 log->Printf(" Data region : %llx", (unsigned long long)address);
347 log->Printf(" Ref region : %llx", (unsigned long long)data_address);
472 lldb_private::Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
500 if (log)
501 log->Printf("Unsupported instruction: %s", PrintValue(&*ii).c_str());
524 if (log)
525 log
[all...]
/freebsd-11.0-release/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...]

Completed in 423 milliseconds

1234567891011>>