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

1234567891011>>

/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dlogger.h37 struct log { struct
45 extern struct log *log_open __P((size_t, char *));
46 extern void log_add __P((struct log *, char *));
47 extern int log_print __P((struct log *, char *));
48 extern int log_vprint __P((struct log *, const char *, ...));
49 extern int log_vaprint __P((struct log *, const char *, va_list));
50 extern int log_close __P((struct log *));
51 extern void log_free __P((struct log *));
/netbsd-current/sys/external/bsd/drm2/i915drm/
H A Dintel_guc_log.c35 intel_guc_log_init_early(struct intel_guc_log *log) argument
40 intel_guc_log_create(struct intel_guc_log *log) argument
47 intel_guc_log_destroy(struct intel_guc_log *log) argument
52 intel_guc_log_set_level(struct intel_guc_log *log, u32 level) argument
59 intel_guc_log_relay_created(const struct intel_guc_log *log) argument
66 intel_guc_log_relay_open(struct intel_guc_log *log) argument
73 intel_guc_log_relay_start(struct intel_guc_log *log) argument
80 intel_guc_log_relay_flush(struct intel_guc_log *log) argument
85 intel_guc_log_relay_close(struct intel_guc_log *log) argument
90 intel_guc_log_handle_flush_event(struct intel_guc_log *log) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/zlib/examples/
H A Dgzlog.c30 Files (log name "foo"):
31 foo.gz -- gzip file with the complete log
36 foo.repairs -- log file for log file recovery operations (not compressed)
83 gain exclusive access to the log files, first a foo.lock file must be
287 /* internal structure for log information */
289 struct log { struct
292 char *path; /* allocated path, e.g. "/var/log/foo" or "foo" */
348 local int log_lock(struct log *log) argument
372 log_touch(struct log *log) argument
384 log_check(struct log *log) argument
396 log_unlock(struct log *log) argument
410 log_head(struct log *log) argument
437 log_mark(struct log *log, int op) argument
462 log_last(struct log *log, int last) argument
501 log_append(struct log *log, unsigned char *data, size_t len) argument
571 log_replace(struct log *log) argument
608 log_compress(struct log *log, unsigned char *data, size_t len) argument
718 log_log(struct log *log, int op, char *record) argument
738 log_recover(struct log *log, int op) argument
796 log_close(struct log *log) argument
813 log_open(struct log *log) argument
868 struct log *log; local
914 struct log *log = logd; local
998 struct log *log = logd; local
1044 struct log *log = logd; local
[all...]
H A Dgzlog.h29 gzlog_write() now always leaves the log file as valid gzip
35 The gzlog object allows writing short messages to a gzipped log file,
36 opening the log file locked for small bursts, and then closing it. The log
39 replaces the uncompressed data in the file. The log file is truncated to
40 its new size at that time. After each write operation, the log file is a
44 system crash, and the log file will be recovered the next time the log is
54 /* Open a gzlog object, creating the log file if it does not exist. Return
59 this object. If path is "foo", then the log fil
[all...]
/netbsd-current/external/historical/nawk/dist/testdir/
H A Dt.i.x1 $1+0 > 0 {i=i+log($1); print i,log($1)}
/netbsd-current/external/gpl3/binutils.old/dist/zlib/examples/
H A Dgzlog.c30 Files (log name "foo"):
31 foo.gz -- gzip file with the complete log
36 foo.repairs -- log file for log file recovery operations (not compressed)
83 gain exclusive access to the log files, first a foo.lock file must be
287 /* internal structure for log information */
289 struct log { struct
292 char *path; /* allocated path, e.g. "/var/log/foo" or "foo" */
348 local int log_lock(struct log *log) argument
372 log_touch(struct log *log) argument
384 log_check(struct log *log) argument
396 log_unlock(struct log *log) argument
410 log_head(struct log *log) argument
437 log_mark(struct log *log, int op) argument
462 log_last(struct log *log, int last) argument
501 log_append(struct log *log, unsigned char *data, size_t len) argument
571 log_replace(struct log *log) argument
608 log_compress(struct log *log, unsigned char *data, size_t len) argument
718 log_log(struct log *log, int op, char *record) argument
738 log_recover(struct log *log, int op) argument
796 log_close(struct log *log) argument
813 log_open(struct log *log) argument
868 struct log *log; local
914 struct log *log = logd; local
998 struct log *log = logd; local
1044 struct log *log = logd; local
[all...]
H A Dgzlog.h29 gzlog_write() now always leaves the log file as valid gzip
35 The gzlog object allows writing short messages to a gzipped log file,
36 opening the log file locked for small bursts, and then closing it. The log
39 replaces the uncompressed data in the file. The log file is truncated to
40 its new size at that time. After each write operation, the log file is a
44 system crash, and the log file will be recovered the next time the log is
54 /* Open a gzlog object, creating the log file if it does not exist. Return
59 this object. If path is "foo", then the log fil
[all...]
/netbsd-current/common/dist/zlib/examples/
H A Dgzlog.c30 Files (log name "foo"):
31 foo.gz -- gzip file with the complete log
36 foo.repairs -- log file for log file recovery operations (not compressed)
83 gain exclusive access to the log files, first a foo.lock file must be
287 /* internal structure for log information */
289 struct log { struct
292 char *path; /* allocated path, e.g. "/var/log/foo" or "foo" */
348 local int log_lock(struct log *log) argument
372 log_touch(struct log *log) argument
384 log_check(struct log *log) argument
396 log_unlock(struct log *log) argument
410 log_head(struct log *log) argument
437 log_mark(struct log *log, int op) argument
462 log_last(struct log *log, int last) argument
501 log_append(struct log *log, unsigned char *data, size_t len) argument
571 log_replace(struct log *log) argument
608 log_compress(struct log *log, unsigned char *data, size_t len) argument
718 log_log(struct log *log, int op, char *record) argument
738 log_recover(struct log *log, int op) argument
798 log_close(struct log *log) argument
815 log_open(struct log *log) argument
870 struct log *log; local
916 struct log *log = logd; local
1000 struct log *log = logd; local
1046 struct log *log = logd; local
[all...]
H A Dgzlog.h29 gzlog_write() now always leaves the log file as valid gzip
35 The gzlog object allows writing short messages to a gzipped log file,
36 opening the log file locked for small bursts, and then closing it. The log
39 replaces the uncompressed data in the file. The log file is truncated to
40 its new size at that time. After each write operation, the log file is a
44 system crash, and the log file will be recovered the next time the log is
54 /* Open a gzlog object, creating the log file if it does not exist. Return
59 this object. If path is "foo", then the log fil
[all...]
/netbsd-current/external/gpl3/binutils/dist/zlib/examples/
H A Dgzlog.c30 Files (log name "foo"):
31 foo.gz -- gzip file with the complete log
36 foo.repairs -- log file for log file recovery operations (not compressed)
83 gain exclusive access to the log files, first a foo.lock file must be
287 /* internal structure for log information */
289 struct log { struct
292 char *path; /* allocated path, e.g. "/var/log/foo" or "foo" */
348 local int log_lock(struct log *log) argument
372 log_touch(struct log *log) argument
384 log_check(struct log *log) argument
396 log_unlock(struct log *log) argument
410 log_head(struct log *log) argument
437 log_mark(struct log *log, int op) argument
462 log_last(struct log *log, int last) argument
501 log_append(struct log *log, unsigned char *data, size_t len) argument
571 log_replace(struct log *log) argument
608 log_compress(struct log *log, unsigned char *data, size_t len) argument
718 log_log(struct log *log, int op, char *record) argument
738 log_recover(struct log *log, int op) argument
798 log_close(struct log *log) argument
815 log_open(struct log *log) argument
870 struct log *log; local
916 struct log *log = logd; local
1000 struct log *log = logd; local
1046 struct log *log = logd; local
[all...]
H A Dgzlog.h29 gzlog_write() now always leaves the log file as valid gzip
35 The gzlog object allows writing short messages to a gzipped log file,
36 opening the log file locked for small bursts, and then closing it. The log
39 replaces the uncompressed data in the file. The log file is truncated to
40 its new size at that time. After each write operation, the log file is a
44 system crash, and the log file will be recovered the next time the log is
54 /* Open a gzlog object, creating the log file if it does not exist. Return
59 this object. If path is "foo", then the log fil
[all...]
/netbsd-current/external/gpl3/gdb/dist/zlib/examples/
H A Dgzlog.c30 Files (log name "foo"):
31 foo.gz -- gzip file with the complete log
36 foo.repairs -- log file for log file recovery operations (not compressed)
83 gain exclusive access to the log files, first a foo.lock file must be
287 /* internal structure for log information */
289 struct log { struct
292 char *path; /* allocated path, e.g. "/var/log/foo" or "foo" */
348 local int log_lock(struct log *log) argument
372 log_touch(struct log *log) argument
384 log_check(struct log *log) argument
396 log_unlock(struct log *log) argument
410 log_head(struct log *log) argument
437 log_mark(struct log *log, int op) argument
462 log_last(struct log *log, int last) argument
501 log_append(struct log *log, unsigned char *data, size_t len) argument
571 log_replace(struct log *log) argument
608 log_compress(struct log *log, unsigned char *data, size_t len) argument
718 log_log(struct log *log, int op, char *record) argument
738 log_recover(struct log *log, int op) argument
798 log_close(struct log *log) argument
815 log_open(struct log *log) argument
870 struct log *log; local
916 struct log *log = logd; local
1000 struct log *log = logd; local
1046 struct log *log = logd; local
[all...]
H A Dgzlog.h29 gzlog_write() now always leaves the log file as valid gzip
35 The gzlog object allows writing short messages to a gzipped log file,
36 opening the log file locked for small bursts, and then closing it. The log
39 replaces the uncompressed data in the file. The log file is truncated to
40 its new size at that time. After each write operation, the log file is a
44 system crash, and the log file will be recovered the next time the log is
54 /* Open a gzlog object, creating the log file if it does not exist. Return
59 this object. If path is "foo", then the log fil
[all...]
/netbsd-current/external/mpl/dhcp/dist/keama/tests/
H A Dcheckall.sh7 log=/tmp/log
8 rm $log 2> /dev/null
14 echo `basename $t` >> $log
/netbsd-current/share/examples/syslogd/
H A Dall.newsyslog.conf7 /var/log/auth root:wheel 600 4 500 168 Z
8 /var/log/authpriv root:wheel 600 4 500 168 Z
9 /var/log/cron 600 4 100 168 Z
10 /var/log/daemon 600 9 600 168 Z
11 /var/log/ftp 600 9 1000 168 Z
12 /var/log/kern 600 9 100 168 Z
13 /var/log/lpr 600 4 100 168 Z
14 /var/log/mail 600 9 1000 168 Z
15 /var/log/news 600 4 100 168 Z
16 /var/log/syslo
[all...]
/netbsd-current/etc/
H A Dnewsyslog.conf7 /var/log/authlog 600 5 100 * Z
8 /var/log/cron root:wheel 600 3 100 * Z
9 /var/log/kerberos.log 640 7 * 24 ZN
10 /var/log/lpd-errs 640 7 100 * Z
11 /var/log/maillog 600 7 * 24 Z
12 /var/log/messages 644 10 250 * Z
13 /var/log/npflog0.pcap 600 7 100 * ZB /var/run/npfd.pid
14 /var/log/wtmp root:utmp 664 7 * 168 ZBN
15 /var/log/wtmp
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/tests/kdc/
H A Dwait-kdc.sh35 log=${2:-messages.log}
41 echo "Waiting for ${name} to start, looking logfile ${log}"
44 if grep "${waitfor}" ${log} > /dev/null; then
47 if grep "No sockets" ${log} ; then
51 if grep "bind" ${log} | grep "Operation not permitted" ; then
/netbsd-current/external/gpl2/lvm2/dist/scripts/
H A Dlvm_dump.sh90 log="$dir/lvmdump.log"
94 echo "$@" >> "$log"
97 log() { function
98 echo "$@" >> "$log"
119 log "\"$LVM\" vgscan -vvvv > \"$dir/vgscan\" 2>&1"
122 log "\"$LVM\" pvscan -v >> \"$dir/pvscan\" 2>> \"$log\""
125 log "\"$LVM\" lvs -a -o +devices >> \"$dir/lvs\" 2>> \"$log\""
[all...]
/netbsd-current/distrib/syspkg/sets/etc/etc-cron-log/
H A DMakefile3 PKGBASE=etc-cron-log
/netbsd-current/distrib/syspkg/sets/etc/etc-lpr-log/
H A DMakefile3 PKGBASE=etc-lpr-log
/netbsd-current/distrib/syspkg/sets/etc/etc-netutil-log/
H A DMakefile3 PKGBASE=etc-netutil-log
/netbsd-current/distrib/syspkg/sets/etc/etc-sendmail-log/
H A DMakefile3 PKGBASE=etc-sendmail-log
/netbsd-current/distrib/syspkg/sets/etc/etc-sys-log/
H A DMakefile3 PKGBASE=etc-sys-log
/netbsd-current/distrib/syspkg/sets/etc/etc-sysutil-log/
H A DMakefile3 PKGBASE=etc-sysutil-log
/netbsd-current/distrib/syspkg/sets/etc/etc-uucp-log/
H A DMakefile3 PKGBASE=etc-uucp-log

Completed in 458 milliseconds

1234567891011>>