Home
last modified time | relevance | path

Searched refs:intr_hndlr_cnt (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Dsysiosbus.c1776 (softsp->intr_hndlr_cnt[slot] == 0)) { in sbus_add_intr_impl()
1803 softsp->intr_hndlr_cnt[slot]++; in sbus_add_intr_impl()
1818 softsp->intr_hndlr_cnt[slot])); in sbus_add_intr_impl()
1928 softsp->intr_hndlr_cnt[slot]--; in sbus_remove_intr_impl()
1933 softsp->intr_hndlr_cnt[slot])); in sbus_remove_intr_impl()
1947 if (softsp->intr_hndlr_cnt[slot] > 0) { in sbus_remove_intr_impl()
1954 if ((softsp->intr_hndlr_cnt[slot] == 0) || (slot >= EXT_SBUS_SLOTS)) { in sbus_remove_intr_impl()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsysiosbus.h289 int8_t intr_hndlr_cnt[MAX_SBUS_SLOT_ADDR]; /* intmapreg cntr by slot */ member