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

/illumos-gate/usr/src/uts/sun4/io/
H A Divintr.c50 intr_vec_t *softint_list = NULL; variable
282 if (softint_list)
283 iv_p->iv_vec_next = softint_list;
284 softint_list = iv_p;
306 if (softint_list == iv_p) {
307 softint_list = iv_p->iv_vec_next;
309 intr_vec_t *list = softint_list;

Completed in 56 milliseconds