/src/sys/external/bsd/drm2/i915drm/ |
intel_guc_log.c | 35 intel_guc_log_init_early(struct intel_guc_log *log) 40 intel_guc_log_create(struct intel_guc_log *log) 47 intel_guc_log_destroy(struct intel_guc_log *log) 52 intel_guc_log_set_level(struct intel_guc_log *log, u32 level) 59 intel_guc_log_relay_created(const struct intel_guc_log *log) 66 intel_guc_log_relay_open(struct intel_guc_log *log) 73 intel_guc_log_relay_start(struct intel_guc_log *log) 80 intel_guc_log_relay_flush(struct intel_guc_log *log) 85 intel_guc_log_relay_close(struct intel_guc_log *log) 90 intel_guc_log_handle_flush_event(struct intel_guc_log *log) [all...] |
/src/common/dist/zlib/examples/ |
gzlog.c | 30 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 223 - Log the repair with a date stamp in foo.repairs 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 870 struct log *log; local in function:gzlog_open 916 struct log *log = logd; local in function:gzlog_compress 1000 struct log *log = logd; local in function:gzlog_write 1046 struct log *log = logd; local in function:gzlog_close [all...] |
gzlog.h | 29 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 file will be "foo.gz", an [all...] |
/src/etc/ |
newsyslog.conf | 7 /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/wtmpx root:utmp 664 7 * 168 ZB [all...] |
syslog.conf | 4 *.info;auth,authpriv,cron,ftp,kern,lpr,mail.none /var/log/messages 5 kern.debug /var/log/messages 7 # The authpriv log file should be restricted access; these 10 auth,authpriv.info /var/log/authlog 12 cron.info /var/log/cron 13 ftp.info /var/log/xferlog 14 lpr.info /var/log/lpd-errs 15 mail.info /var/log/maillog
|
/src/share/examples/syslogd/ |
all.newsyslog.conf | 7 /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/syslog 600 9 100 168 [all...] |
/src/distrib/syspkg/sets/etc/etc-cron-log/ |
Makefile | 3 PKGBASE=etc-cron-log
|
/src/distrib/syspkg/sets/etc/etc-lpr-log/ |
Makefile | 3 PKGBASE=etc-lpr-log
|
/src/distrib/syspkg/sets/etc/etc-netutil-log/ |
Makefile | 3 PKGBASE=etc-netutil-log
|
/src/distrib/syspkg/sets/etc/etc-sendmail-log/ |
Makefile | 3 PKGBASE=etc-sendmail-log
|
/src/distrib/syspkg/sets/etc/etc-sys-log/ |
Makefile | 3 PKGBASE=etc-sys-log
|
/src/distrib/syspkg/sets/etc/etc-sysutil-log/ |
Makefile | 3 PKGBASE=etc-sysutil-log
|
/src/distrib/syspkg/sets/etc/etc-uucp-log/ |
Makefile | 3 PKGBASE=etc-uucp-log
|
/src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/ |
intel_guc_log.c | 18 static void guc_log_capture_logs(struct intel_guc_log *log); 21 * DOC: GuC firmware log 23 * Firmware log is enabled by setting i915.guc_log_level to the positive level. 24 * Log data is printed out via reading debugfs i915_guc_log_dump. Reading from 63 static inline struct intel_guc *log_to_guc(struct intel_guc_log *log) 65 return container_of(log, struct intel_guc, log); 68 static void guc_log_enable_flush_events(struct intel_guc_log *log) 70 intel_guc_enable_msg(log_to_guc(log), 75 static void guc_log_disable_flush_events(struct intel_guc_log *log) 328 struct intel_guc_log *log = local in function:capture_logs_work [all...] |
intel_guc_log.h | 31 * While we're using plain log level in i915, GuC controls are much more... 33 * log enabling, and separate bit for default logging - which "conveniently" 66 void intel_guc_log_init_early(struct intel_guc_log *log); 67 int intel_guc_log_create(struct intel_guc_log *log); 68 void intel_guc_log_destroy(struct intel_guc_log *log); 70 int intel_guc_log_set_level(struct intel_guc_log *log, u32 level); 71 bool intel_guc_log_relay_created(const struct intel_guc_log *log); 72 int intel_guc_log_relay_open(struct intel_guc_log *log); 73 int intel_guc_log_relay_start(struct intel_guc_log *log); 74 void intel_guc_log_relay_flush(struct intel_guc_log *log); [all...] |
/src/games/sail/ |
lo_main.c | 73 struct logs log; local in function:lo_curses 100 while (fread(&log, sizeof log, 1, fp) == 1 && 101 log.l_name[0] != '\0' && 103 if (longfmt && (pass = getpwuid(log.l_uid)) != NULL) 105 "%10.10s (%s)", log.l_name, pass->pw_name); 108 "%20.20s", log.l_name); 109 ship = &scene[log.l_gamenum].ship[log.l_shipnum]; 112 title[n++], sbuf, ship->shipname, log.l_netpoints 128 struct logs log; local in function:lo_main [all...] |
/src/common/dist/zlib/ |
configure | 16 # start off configure.log 17 echo -------------------- >> configure.log 18 echo $0 $* >> configure.log 19 date >> configure.log 53 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log 56 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log 61 test -n "${CROSS_PREFIX}" && echo Using ${RANLIB} | tee -a configure.log 67 test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log 103 echo "** $0 aborting." | tee -a configure.log 106 echo -------------------- >> configure.log [all...] |
/src/sys/external/bsd/acpica/dist/tests/templates/ |
templates.sh | 3 rm -f *.aml *.asl *.dsl *.log 22 rm -f *.aml *.asl *.dsl *.log 36 > diff.log 47 diff -pu -I" \*" $sig.asl $sig.dsl >> diff.log
|
/src/sys/external/isc/libsodium/dist/dist-build/ |
android-build.sh | 56 egrep '^#define ' config.log | sort -u > config-def-compat.log 71 egrep '^#define ' config.log | sort -u > config-def.log 72 if ! cmp config-def.log config-def-compat.log; then 74 diff -u config-def.log config-def-compat.log >&2 77 rm -f config-def.log config-def-compat.log [all...] |
/src/usr.bin/make/unit-tests/ |
opt-tracefile.mk | 4 # record to a trace log whenever a job is started or completed. 7 @rm -f opt-tracefile.log 8 @${MAKE} -f ${MAKEFILE} -j1 -Topt-tracefile.log trace 9 @awk '{ $$1 = "<timestamp>"; $$4 = "<make-pid>"; if (NF >= 7) $$7 = "<job-pid>"; print }' opt-tracefile.log 10 @rm opt-tracefile.log
|
/src/usr.bin/newsyslog/ |
newsyslog.c | 52 * newsyslog(8) - a program to roll over log files provided that specified 53 * critera are met, optionally preserving a number of historical log files. 93 #define CE_CREATE 0x08 /* Create log file if none exists */ 95 #define CE_SYSLPROTOCOL 0x20 /* log in syslog-protocol format, 97 #define CE_NOEMPTY 0x40 /* Do not rotate empty log file */ 100 uid_t uid; /* Owner of log */ 101 gid_t gid; /* Group of log */ 104 size_t maxsize; /* Maximum log size */ 105 int maxage; /* Hours between log trimming */ 110 char logfile[MAXPATHLEN]; /* Path to log file * 160 struct conf_entry log; local in function:main [all...] |
/src/etc/rc.d/ |
syslogd | 26 if [ ! -h /dev/log ]; then 27 ln -sf /var/run/log /dev/log 44 echo "${_ldir}/var/run/log" >> $_sockfile 54 echo "/var/run/log" >> $_sockfile
|
/src/lib/libm/noieee_src/ |
n_log10.c | 47 * log(x) 50 * log(x) 51 * log10(x) = --------- or [1/log(10)]*log(x) 52 * log(10) 55 * [log(10)] rounded to 56 bits has error .0895 ulps, 56 * [1/log(10)] rounded to 53 bits has error .198 ulps; 58 * log(x) by log(10), but in IEEE Double format, we multiply 59 * log(x) by [1/log(10)] [all...] |
/src/lib/libm/src/ |
w_log.c | 19 * wrapper log(x) 32 __weak_alias(log, _log) 34 log(double x) /* wrapper log */ 43 return __kernel_standard(x,x,16); /* log(0) */ 45 return __kernel_standard(x,x,17); /* log(x<0) */
|
/src/sys/external/isc/libsodium/dist/builds/msvc/build/ |
buildbase.bat | 6 SET log=build_%version%.log 19 msbuild /m /v:n /p:Configuration=DynDebug /p:Platform=Win32 %solution% >> %log% 22 msbuild /m /v:n /p:Configuration=DynRelease /p:Platform=Win32 %solution% >> %log% 25 msbuild /m /v:n /p:Configuration=LtcgDebug /p:Platform=Win32 %solution% >> %log% 28 msbuild /m /v:n /p:Configuration=LtcgRelease /p:Platform=Win32 %solution% >> %log% 31 msbuild /m /v:n /p:Configuration=StaticDebug /p:Platform=Win32 %solution% >> %log% 34 msbuild /m /v:n /p:Configuration=StaticRelease /p:Platform=Win32 %solution% >> %log% 41 msbuild /m /v:n /p:Configuration=DynDebug /p:Platform=x64 %solution% >> %log% 44 msbuild /m /v:n /p:Configuration=DynRelease /p:Platform=x64 %solution% >> %log [all...] |