/freebsd/tools/regression/zfs/zpool/attach/ |
H A D | log.t | 22 echo " logs ONLINE 0 0 0" 39 echo " logs ONLINE 0 0 0" 57 echo " logs ONLINE 0 0 0" 75 echo " logs ONLINE 0 0 0" 92 echo " logs ONLINE 0 0 0" 108 echo " logs ONLINE 0 0 0" 122 echo " logs ONLINE 0 0 0" 141 echo " logs ONLINE 0 0 0" 158 echo " logs ONLINE 0 0 0" 179 echo " logs ONLINE 0 0 0" [all …]
|
H A D | option-f_inuse.t | 105 echo " logs ONLINE 0 0 0" 120 echo " logs ONLINE 0 0 0" 148 echo " logs ONLINE 0 0 0" 165 echo " logs ONLINE 0 0 0" 319 echo " logs ONLINE 0 0 0" 334 echo " logs ONLINE 0 0 0" 363 echo " logs ONLINE 0 0 0" 380 echo " logs ONLINE 0 0 0" 552 echo " logs ONLINE 0 0 0" 571 echo " logs ONLINE 0 0 0" [all …]
|
/freebsd/contrib/libpcap/testprogs/ |
H A D | visopts.py | 62 var logs = JSON.parse('$logs'); 63 logs[gcount] = ""; 148 $$("#lcomment").html(logs[index]); 157 $$("#rcomment").html(logs[index]); 165 var opt = "<option value='" + i + "'>loop" + i + " -- " + logs[i] + "</option>"; 228 def write_html(expr, gcount, logs): argument 229 logs = map(lambda s: s.strip().replace("\n", "<br/>"), logs) 232 …safe_substitute(expr=expr.encode("string-escape"), gcount=gcount, logs=json.dumps(logs).encode("st… 242 logs = [] 270 logs.append(log) [all …]
|
/freebsd/tools/regression/zfs/zpool/add/ |
H A D | log.t | 21 echo " logs ONLINE 0 0 0" 39 echo " logs ONLINE 0 0 0" 62 echo " logs ONLINE 0 0 0" 82 echo " logs ONLINE 0 0 0" 106 echo " logs ONLINE 0 0 0" 127 echo " logs ONLINE 0 0 0" 152 echo " logs ONLINE 0 0 0" 174 echo " logs ONLINE 0 0 0" 197 echo " logs ONLINE 0 0 0" 219 echo " logs ONLINE 0 0 0" [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | CTLOG_STORE_new.pod | 24 logs). The list can be loaded from one or more files and then searched by LogID 27 CTLOG_STORE_new_ex() creates an empty list of CT logs associated with 38 path instead. Both of these functions append any loaded CT logs to the 59 If there are any invalid CT logs in a file, they are skipped and the remaining 60 valid logs will still be added to the CTLOG_STORE. A CT log will be considered 66 all CT logs in the file are successfully parsed and loaded, 0 otherwise.
|
/freebsd/usr.sbin/newsyslog/ |
H A D | newsyslog.8 | 47 the last period's logs in it, 50 period's logs in it, and so on, up to a user-specified number of 51 archived logs. 57 Optionally the archived logs can be compressed to save 118 all archived logs are written into the given 130 To allow archiving of logs outside the root, the 144 not to trim the logs, but to print out what it would do if this option 213 to trim the logs, even if the trim conditions have not been met. 216 fresh logs that contain only the problems.
|
/freebsd/contrib/bmake/mk/ |
H A D | newlog.sh | 11 # The "logs" are kept compressed except for the current and 17 # Compact old logs (other than .0) with "compress" 26 # that allows certain logs to handled differently. 30 # -R Rotate rather than save logs by default. 33 # -S Save rather than rotate logs by default. 46 # -e Normally logs are only cycled if non-empty, this 47 # option forces empty logs to be cycled as well. 56 # Set the mode of old logs (default 444). 256 logs=`'ls' -ld $* | awk '{ print $NF }'` 259 logs [all...] |
/freebsd/contrib/kyua/integration/ |
H A D | global_test.sh | 65 atf_check -s exit:0 test ! -d .kyua/logs/ 67 atf_check -s exit:0 test -d .kyua/logs/ 76 atf_check -s exit:0 test ! -d .kyua/logs/ 89 atf_check -s exit:0 test ! -d .kyua/logs/ 106 atf_check -s exit:0 test ! -d .kyua/logs/ 123 atf_check -s exit:0 test ! -d .kyua/logs/
|
/freebsd/tools/regression/zfs/zpool/create/ |
H A D | log.t | 22 echo " logs ONLINE 0 0 0" 42 echo " logs ONLINE 0 0 0" 67 echo " logs ONLINE 0 0 0" 89 echo " logs ONLINE 0 0 0" 115 echo " logs ONLINE 0 0 0" 138 echo " logs ONLINE 0 0 0" 165 echo " logs ONLINE 0 0 0" 189 echo " logs ONLINE 0 0 0"
|
/freebsd/lib/libpjdlog/ |
H A D | pjdlog.c | 281 * Configure where the logs should go. 284 * PJDLOG_MODE_SYSLOG, so logs will be send to syslog. 363 * Set debug level. All the logs above the level specified here will be 535 size_t logs; in pjdlogv_common_single_line() local 562 logs = sizeof(log); in pjdlogv_common_single_line() 566 logs = sizeof(log) - 4; in pjdlogv_common_single_line() 577 snprlcat(logp, logs, "[%s%d] ", in pjdlogv_common_single_line() 580 snprlcat(logp, logs, "[%s] ", in pjdlogv_common_single_line() 585 snprlcat(logp, logs, "(pid=%d) ", getpid()); in pjdlogv_common_single_line() 591 snprlcat(logp, logs, "(%s:%d) ", file, line); in pjdlogv_common_single_line() [all …]
|
/freebsd/contrib/pf/pflogd/ |
H A D | pflogd.8 | 58 These logs can be reviewed later using the 75 recent logs available. 82 new logs are appended to the existing file. 170 Display binary logs: 175 Display the logs in real time (this does not interfere with the 217 Display the logs in real time of inbound packets that were blocked on
|
/freebsd/tools/tools/commitsdb/ |
H A D | make_commit_db | 13 # Extract all the logs for the current directory. 17 my %logs; 26 $logs{$filename} = {%loghash}; 35 foreach my $f (keys %logs) { 36 my $file = $logs{$f};
|
/freebsd/tools/regression/zfs/zpool/replace/ |
H A D | log.t | 32 echo " logs DEGRADED 0 0 0" 51 echo " logs ONLINE 0 0 0" 72 echo " logs ONLINE 0 0 0" 101 echo " logs DEGRADED 0 0 0" 118 echo " logs ONLINE 0 0 0" 141 echo " logs ONLINE 0 0 0"
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/log_spacemap/ |
H A D | log_spacemap_import_logs.ksh | 27 # the log spacemap codepaths that read the logs in import times 39 # 2. Do a couple of writes to generate some data for spacemap logs. 40 # 3. Set tunable to keep logs after export. 41 # 4. Export pool and verify that there are logs with zdb.
|
/freebsd/sbin/hastd/ |
H A D | pjdlog.c | 198 * Configure where the logs should go. 201 * PJDLOG_MODE_SYSLOG, so logs will be send to syslog. 239 * Set debug level. All the logs above the level specified here will be 345 * level. We decide here where to send the logs (stdout/stderr or syslog). 428 * Regular logs. 446 * Regular logs. 461 * Debug logs. 473 * Debug logs. 488 * Error logs with errno logging. 500 * Error logs with errno logging.
|
/freebsd/crypto/openssl/apps/ |
H A D | ct_log_list.cnf | 1 # This file specifies the Certificate Transparency logs 4 # Google's list of logs can be found here: 5 # www.certificate-transparency.org/known-logs
|
/freebsd/tools/regression/zfs/zpool/offline/ |
H A D | log.t | 26 echo " logs DEGRADED 0 0 0" 52 echo " logs DEGRADED 0 0 0" 79 echo " logs DEGRADED 0 0 0" 109 echo " logs DEGRADED 0 0 0" 141 echo " logs DEGRADED 0 0 0" 172 echo " logs DEGRADED 0 0 0" 202 echo " logs DEGRADED 0 0 0" 236 echo " logs DEGRADED 0 0 0"
|
/freebsd/crypto/openssl/crypto/ct/ |
H A D | ct_log.c | 39 STACK_OF(CTLOG) *logs; 121 ret->logs = sk_CTLOG_new_null(); in CTLOG_STORE_new_ex() 122 if (ret->logs == NULL) { in CTLOG_STORE_new_ex() 142 sk_CTLOG_pop_free(store->logs, CTLOG_free); in CTLOG_STORE_free() 214 if (!sk_CTLOG_push(load_ctx->log_store->logs, ct_log)) { in ctlog_store_load_log() 345 for (i = 0; i < sk_CTLOG_num(store->logs); ++i) { in CTLOG_STORE_get0_log_by_id() 346 const CTLOG *log = sk_CTLOG_value(store->logs, i); in CTLOG_STORE_get0_log_by_id()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | CTLOG_STORE_new.3 | 159 logs). The list can be loaded from one or more files and then searched by LogID 162 \&\fBCTLOG_STORE_new_ex()\fR creates an empty list of \s-1CT\s0 logs associated with 173 path instead. Both of these functions append any loaded \s-1CT\s0 logs to the 195 If there are any invalid \s-1CT\s0 logs in a file, they are skipped and the remaining 196 valid logs will still be added to the \s-1CTLOG_STORE. A CT\s0 log will be considered 201 all \s-1CT\s0 logs in the file are successfully parsed and loaded, 0 otherwise.
|
/freebsd/contrib/kyua/utils/logging/ |
H A D | macros.hpp | 40 /// Logs a debug message. 47 /// Logs an error message. 54 /// Logs an informational message. 61 /// Logs a warning message.
|
H A D | operations.cpp | 66 /// early crash not capturing any logs. 77 /// again. This is useful in case the logs are being sent to either stdout or 189 /// Logs an entry to the log file. 236 /// Can be called after set_persistency to flush logs and set recording to be 264 /// \param path The file to write the logs to.
|
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | pjdlog.c | 204 * Configure where the logs should go. 207 * PJDLOG_MODE_SYSLOG, so logs will be send to syslog. 245 * Set debug level. All the logs above the level specified here will be 351 * level. We decide here where to send the logs (stdout/stderr or syslog). 435 * Regular logs. 453 * Regular logs. 468 * Debug logs. 480 * Debug logs. 495 * Error logs with errno logging. 507 * Error logs with errno logging.
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | krb5_openlog.3 | 74 These functions logs messages to one or more destinations. 163 This logs to the program's stderr. 169 makes it possible to rotate logs). The truncating form is mainly for 172 This logs to the specified device, at present this is the same as
|
/freebsd/share/man/man4/ |
H A D | ena.4 | 84 debug logs. 160 The higher the logging level, the more logs will be printed out. 0 means all 161 extra logs are disabled and only error logs will be printed out. 169 0 - ENA_ERR - Enable driver error messages and ena_com error logs. 171 1 - ENA_WARN - Enable logs for non-critical errors. 175 3 - ENA_DBG - Enable debug logs. 182 To enable logs for errors and warnings, the following command should be used:
|
/freebsd/sys/contrib/openzfs/.github/ISSUE_TEMPLATE/ |
H A D | bug_report.md | 44 ### Include any warning/errors/backtraces from the system logs 46 *IMPORTANT* - Please mark logs and text output from terminal commands
|