Searched defs:intr_vec_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4/sys/
H A Divintr.h51 #define IVSIZE roundup(((MAXIVNUM * sizeof (intr_vec_t *)) + \
52 (MAX_RSVD_IV * sizeof (intr_vec_t)) + \
59 typedef struct intr_vec intr_vec_t; typedef in typeref:struct:intr_vec
91 intr_vec_t *iv_vec_next; /* Per vector list */
92 intr_vec_t *iv_pil_next; /* Per PIL list */
101 intr_vec_t iv_vec; /* CPU0 uses iv_pil_next */
102 intr_vec_t *iv_pil_xnext[NCPU -1]; /* For CPU1 through N-1 */

Completed in 56 milliseconds