Lines Matching defs:logged
37 * 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;
833 logged += eqp->eq_kstat.eqk_logged.value.ui64 - loggedtmp;
835 return (logged);