Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/
H A Divintr.c54 intr_vecx_t *intr_vecx_pool = NULL; /* For multi target SW intrs */ variable
78 intr_vecx_pool = (intr_vecx_t *)((caddr_t)intr_vec_pool + in init_ivintr()
83 bzero(intr_vecx_pool, MAX_RSVD_IVX * sizeof (intr_vecx_t)); in init_ivintr()
127 (intr_vec_t *)&intr_vecx_pool[i] : &intr_vec_pool[i]; in iv_alloc()