Searched refs:logged (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dpwrnow.c173 static int logged = 0; local
181 if (!logged) {
185 logged = 1;
H A Dspeedstep.c188 static int logged = 0; local
196 if (!logged) {
200 logged = 1;
/illumos-gate/usr/src/cmd/svc/startd/
H A Dutmpx.c131 int logged = 0; local
178 if (!logged) {
181 logged++;
/illumos-gate/usr/src/uts/common/os/
H A Derrorq.c37 * errors are logged prior to reset. Each queue has an associated kstat for
38 * observing the number of errors dispatched and logged, and mdb(1) debugging
54 * dropped and will not be logged. Typically, the queue will only be
191 * pending elements and these are logged before errorq_destroy returns.
266 { "logged", KSTAT_DATA_UINT64 },
659 * newest and log each error. Once an error is logged, we use
662 * found on eq_phead and will be logged in errorq_panic below.
745 uint64_t logged = 0; local
833 logged += eqp->eq_kstat.eqk_logged.value.ui64 - loggedtmp;
835 return (logged);
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddaemon.c967 bool logged = false; local
983 /* log only if not logged before */
984 if (!logged)
993 logged = true;
1005 /* log only if not logged before */
1006 if (!logged)
1011 logged = true;
H A Dusersmtp.c407 static bool logged = false; local
416 logged = false;
423 if (LogLevel > 8 && !logged)
429 logged = true;
H A Dparseaddr.c3184 static bool logged = false; local
3199 if (!logged)
3203 logged = true;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c2195 goto logged;
2202 goto logged;
2223 logged:
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c1864 int rulen, portcmp, off, logged, skip; local
1884 logged = 0;
2020 logged = 1;
2043 logged = 1;
2069 if (logged)
2837 /* Checks flags set to see how a packet should be logged, if it is to be */
2838 /* logged. Adjust statistics based on its success or not. */

Completed in 119 milliseconds