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

1234567891011>>

/freebsd-9.3-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-9.3-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-9.3-release/crypto/heimdal/packages/debian/extras/
H A Dkdc.conf3 logging = FILE:/var/log/heimdal-kdc.log
/freebsd-9.3-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
16 *.=debug /var/log/debug.log
[all...]
/freebsd-9.3-release/crypto/heimdal/tests/kdc/
H A Dwait-kdc.sh38 log=${2:-messages.log}
43 echo "Waiting for ${name} to start, looking logfile ${log}"
49 if tail -30 ${log} | grep "${name} started" > /dev/null; then
52 if tail -30 ${log} | grep "No sockets" ; then
56 if tail -30 ${log} | grep "bind" | grep "Operation not permitted" ; then
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_log.c60 STATIC int xlog_space_left(xlog_t *log, int cycle, int bytes);
61 STATIC int xlog_sync(xlog_t *log, xlog_in_core_t *iclog);
62 STATIC void xlog_dealloc_log(xlog_t *log);
71 STATIC void xlog_state_do_callback(xlog_t *log,int aborted, xlog_in_core_t *iclog);
72 STATIC int xlog_state_get_iclog_space(xlog_t *log,
78 STATIC void xlog_state_put_ticket(xlog_t *log,
80 STATIC int xlog_state_release_iclog(xlog_t *log,
82 STATIC void xlog_state_switch_iclogs(xlog_t *log,
85 STATIC int xlog_state_sync(xlog_t *log,
89 STATIC int xlog_state_sync_all(xlog_t *log, uin
132 xlog_trace_loggrant(xlog_t *log, xlog_ticket_t *tic, xfs_caddr_t string) argument
214 xlog_grant_sub_space(struct log *log, int bytes) argument
231 xlog_grant_add_space_write(struct log *log, int bytes) argument
241 xlog_grant_add_space_reserve(struct log *log, int bytes) argument
251 xlog_grant_add_space(struct log *log, int bytes) argument
285 xlog_t *log = mp->m_log; local
350 xlog_t *log = mp->m_log; local
379 xlog_t *log = mp->m_log; local
401 xlog_t *log = mp->m_log; local
431 xlog_t *log = mp->m_log; local
581 xlog_t *log = mp->m_log; local
723 xlog_t *log = mp->m_log; local
740 xlog_t *log = mp->m_log; local
818 xlog_t *log = mp->m_log; local
864 xlog_t *log = mp->m_log; local
894 xlog_space_left(xlog_t *log, int cycle, int bytes) argument
1025 xlog_get_iclog_buffer_size(xfs_mount_t *mp, xlog_t *log) argument
1133 xlog_t *log; local
1284 xlog_t *log = mp->m_log; /* pointer to the log */ local
1366 xlog_sync(xlog_t *log, xlog_in_core_t *iclog) argument
1518 xlog_dealloc_log(xlog_t *log) argument
1580 xlog_state_finish_copy(xlog_t *log, xlog_in_core_t *iclog, int record_cnt, int copy_bytes) argument
1754 xlog_t *log = mp->m_log; local
1965 xlog_state_clean_log(xlog_t *log) argument
2043 xlog_get_lowest_lsn( xlog_t *log) argument
2066 xlog_state_do_callback( xlog_t *log, int aborted, xlog_in_core_t *ciclog) argument
2289 xlog_t *log = iclog->ic_log; local
2346 xlog_state_get_iclog_space(xlog_t *log, int len, xlog_in_core_t **iclogp, xlog_ticket_t *ticket, int *continued_write, int *logoffsetp) argument
2450 xlog_grant_log_space(xlog_t *log, xlog_ticket_t *tic) argument
2566 xlog_regrant_write_log_space(xlog_t *log, xlog_ticket_t *tic) argument
2705 xlog_regrant_reserve_log_space(xlog_t *log, xlog_ticket_t *ticket) argument
2754 xlog_ungrant_log_space(xlog_t *log, xlog_ticket_t *ticket) argument
2788 xlog_state_put_ticket(xlog_t *log, xlog_ticket_t *tic) argument
2808 xlog_state_release_iclog(xlog_t *log, xlog_in_core_t *iclog) argument
2861 xlog_state_switch_iclogs(xlog_t *log, xlog_in_core_t *iclog, int eventual_size) argument
2923 xlog_state_sync_all(xlog_t *log, uint flags, int *log_flushed) argument
3040 xlog_state_sync(xlog_t *log, xfs_lsn_t lsn, uint flags, int *log_flushed) argument
3147 xlog_state_want_sync(xlog_t *log, xlog_in_core_t *iclog) argument
3176 xlog_state_ticket_alloc(xlog_t *log) argument
3229 xlog_ticket_put(xlog_t *log, xlog_ticket_t *ticket) argument
3262 xlog_ticket_get(xlog_t *log, int unit_bytes, int cnt, char client, uint xflags) argument
3377 xlog_verify_dest_ptr(xlog_t *log, __psint_t ptr) argument
3393 xlog_verify_grant_head(xlog_t *log, int equals) argument
3408 xlog_verify_tail_lsn(xlog_t *log, xlog_in_core_t *iclog, xfs_lsn_t tail_lsn) argument
3447 xlog_verify_iclog(xlog_t *log, xlog_in_core_t *iclog, int count, boolean_t syncing) argument
3540 xlog_state_ioerror( xlog_t *log) argument
3582 xlog_t *log; local
3693 xlog_iclogs_empty(xlog_t *log) argument
[all...]
/freebsd-9.3-release/lib/msun/i387/
H A De_log.S39 ENTRY(log) function
44 END(log)
/freebsd-9.3-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-9.3-release/crypto/openssl/demos/ssl/
H A Dinetdsrv.cpp23 { fprintf(log, "%s %d\n", (s), errno); exit(1); }
24 #define CHK_SSL(err) if ((err)==-1) { ERR_print_errors_fp(log); exit(2); }
34 FILE* log; local
36 log = fopen ("/dev/console", "a"); CHK_NULL(log);
37 fprintf (log, "inetdserv %ld\n", (long)getpid());
57 fprintf (log, "SSL connection using %s\n", SSL_get_cipher (ssl));
63 fprintf (log, "Client certificate:\n");
67 fprintf (log, "\t subject: %s\n", str);
72 fprintf (log, "\
[all...]
/freebsd-9.3-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-9.3-release/contrib/bind9/bin/named/include/named/
H A Dlogconf.h25 #include <isc/log.h>
/freebsd-9.3-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-9.3-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-9.3-release/contrib/bind9/bin/tools/
H A Dnamed-journalprint.c23 #include <isc/log.h>
28 #include <dns/log.h>
41 isc_log_t *log = NULL; local
43 RUNTIME_CHECK(isc_log_create(mctx, &log, &logconfig) == ISC_R_SUCCESS);
44 isc_log_setcontext(log);
45 dns_log_init(log);
46 dns_log_setcontext(log);
59 *logp = log;
/freebsd-9.3-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
H A Dserver9 block in log quick on le0 from any to any
10 block in log quick on le1 from 128.1.1.0/24 to any
/freebsd-9.3-release/contrib/openbsm/man/
H A DMakefile.am15 audit.log.5 \
/freebsd-9.3-release/sbin/natd/samples/
H A Dnatd.cf.sample8 # Enable logging to file /var/log/alias.log
10 log no
/freebsd-9.3-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-9.3-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...]
H A Dsyslogd32 if [ ! -L /dev/log ]; 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-9.3-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...]

Completed in 176 milliseconds

1234567891011>>