Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/
H A Divintr.c53 intr_vec_t *intr_vec_pool = NULL; /* For HW and single target SW intrs */ variable
76 intr_vec_pool = (intr_vec_t *)((caddr_t)intr_vec_table + in init_ivintr()
78 intr_vecx_pool = (intr_vecx_t *)((caddr_t)intr_vec_pool + in init_ivintr()
82 bzero(intr_vec_pool, MAX_RSVD_IV * sizeof (intr_vec_t)); in init_ivintr()
127 (intr_vec_t *)&intr_vecx_pool[i] : &intr_vec_pool[i]; in iv_alloc()