Home
last modified time | relevance | path

Searched refs:logged (Results 1 – 25 of 171) sorted by relevance

1234567

/netbsd-src/sbin/shutdown/
H A Dshutdown.c258 int logged; in loop() local
261 logged = 1; in loop()
265 logged = 0; in loop()
284 if (!logged && tp->timeleft <= NOLOG_TIME) { in loop()
285 logged = 1; in loop()
/netbsd-src/external/mpl/bind/dist/doc/arm/
H A Dlogging-categories.inc.rst59 The locations where queries should be logged.
76 Start, periodic, and final notices of the rate limiting of a stream of responses that are logged at ``info`` severity in this category. These messages include a hash value of the domain name of the response and the name itself, except when there is insufficient memory to record the name for the final notice. The final notice is normally delayed until about one minute after rate limiting stops. A lack of memory can hurry the final notice, which is indicated by an initial asterisk (\*). Various internal events are logged at debug level 1 and higher.
78 Rate limiting of individual requests is logged in the ``query-errors`` category.
84 The locations where query response summaries should be logged.
90 Information about RPZ PASSTHRU policy activity. This category allows pre-approved policy activity to be logged into a dedicated channel.
108 Messages that :iscman:`named` was unable to determine the class of, or for which there was no matching :any:`view`. A one-line summary is also logged to the ``client`` category. This category is best sent to a file or stderr; by default it is sent to the :any:`null` channel.
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Drrl.c607 if (!e->logged && response_balance(rrl, e, age) > 0) { in get_entry()
615 if (e->logged) { in get_entry()
730 if (e->logged) { in debit_rrl_entry()
991 if (e->logged) { in log_end()
1001 e->logged = false; in log_end()
1016 if (!e->logged) { in log_stops()
1233 if ((!e->logged || e->log_secs >= DNS_RRL_MAX_LOG_SECS) && in dns_rrl()
1237 e->logged ? "continue limiting " : "limit ", true, in dns_rrl()
1240 if (!e->logged) { in dns_rrl()
1241 e->logged = true; in dns_rrl()
[all …]
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Drrl.c571 * Keep currently penalized and logged entries. in get_entry()
585 if (!e->logged && response_balance(rrl, e, age) > 0) { in get_entry()
593 if (e->logged) { in get_entry()
708 if (e->logged) { in debit_rrl_entry()
969 if (e->logged) { in make_log_buf()
979 e->logged = false; in make_log_buf()
994 if (!e->logged) { in log_end()
1211 if ((!e->logged || e->log_secs >= DNS_RRL_MAX_LOG_SECS) && in dns_rrl()
1215 e->logged ? "continue limiting " : "limit ", true, in dns_rrl()
1218 if (!e->logged) { in dns_rrl()
[all...]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/release/
H A Dmerge-request.sh192 bug_id=`${dryrun} $BUGZILLA_CMD --ensure-logged-in new \
218 $BUGZILLA_CMD --ensure-logged-in modify -l "https://reviews.llvm.org/rL$r" $bug_id
/netbsd-src/share/examples/refuse/ian/libfetch/
H A Dftp.errors23 230 OK User logged in, proceed
40 530 AUTH Not logged in
/netbsd-src/external/bsd/fetch/dist/libfetch/
H A Dftp.errors24 230 OK User logged in, proceed
41 530 AUTH Not logged in
/netbsd-src/external/bsd/unbound/dist/testdata/padding.tdir/
H A Dpadding.test31 # see if it logged the information in tap.log
68 # see if it logged the information in tap.log
132 # see if it logged the information in tap.log
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
H A Dldapns.schema16 DESC 'Currently logged in sessions for a user'
/netbsd-src/share/examples/syslogd/
H A Dall.debug4 # Each facility is logged to a separate file
/netbsd-src/external/mpl/bind/dist/doc/notes/
H A Dnotes-9.18.21.rst
H A Dnotes-9.18.14.rst
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/asm/
H A Dtmvm1.ms15 ; to one of the registers is logged as needing two stall cycles,
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/
H A Dusecase.rst33 * **Translation** - Extends *DNS-SD*, for example DNS to Jabber to find out people logged in.
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop.double-cc258 logged logged
259 logged logged
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/
H A Dct.pod15 that a certificate has been publicly logged in a set of CT logs.
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A Dct.pod15 that a certificate has been publicly logged in a set of CT logs.
/netbsd-src/external/bsd/unbound/dist/testdata/dnstap_tls_peername.tdir/
H A Ddnstap_tls_peername.test27 # see if it logged the information in tap.log
/netbsd-src/external/bsd/unbound/dist/testdata/dnstap_tls_badname.tdir/
H A Ddnstap_tls_badname.test27 # see if it logged the information in tap.log
/netbsd-src/external/bsd/unbound/dist/testdata/dnstap_tls_clientauth.tdir/
H A Ddnstap_tls_clientauth.test27 # see if it logged the information in tap.log
/netbsd-src/external/bsd/unbound/dist/testdata/dnstap_tls_badcert.tdir/
H A Ddnstap_tls_badcert.test27 # see if it logged the information in tap.log
/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/
H A Drrl.h121 unsigned int logged : 1; member
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dexecsnoop_example.txt2 details are printed out. Another user was logged in running a few commands
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Drrl.h122 unsigned int logged : 1; member
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dexecsnoop_example.txt2 details are printed out. Another user was logged in running a few commands

1234567