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

/illumos-gate/usr/src/uts/common/os/
H A Derrorq.c275 static errorq_t *errorq_list = NULL; variable
380 eqp->eq_next = errorq_list;
381 errorq_list = eqp;
437 pp = &errorq_list;
439 for (p = errorq_list; p != NULL; p = p->eq_next) {
713 for (eqp = errorq_list; eqp != NULL; eqp = eqp->eq_next) {
736 * errorq_list. This function must be called no more than once for each
747 for (eqp = errorq_list; eqp != NULL; eqp = eqp->eq_next) {
958 for (eqp = errorq_list; eqp != NULL; eqp = eqp->eq_next) {

Completed in 59 milliseconds