Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/
H A Divintr.c201 iv_p; iv_p = iv_p->iv_vec_next) { in add_ivintr()
218 new_iv_p->iv_vec_next = (intr_vec_t *)intr_vec_table[inum]; in add_ivintr()
239 iv_p; prev_iv_p = iv_p, iv_p = iv_p->iv_vec_next) in rem_ivintr()
251 intr_vec_table[inum] = (uint64_t)iv_p->iv_vec_next; in rem_ivintr()
253 prev_iv_p->iv_vec_next = iv_p->iv_vec_next; in rem_ivintr()
283 iv_p->iv_vec_next = softint_list; in add_softintr()
307 softint_list = iv_p->iv_vec_next; in rem_softintr()
311 while (list && (list->iv_vec_next != iv_p)) in rem_softintr()
312 list = list->iv_vec_next; in rem_softintr()
314 list->iv_vec_next = iv_p->iv_vec_next; in rem_softintr()
/illumos-gate/usr/src/uts/sun4/sys/
H A Divintr.h91 intr_vec_t *iv_vec_next; /* Per vector list */ member
/illumos-gate/usr/src/uts/sun4/ml/
H A Doffsets.in412 iv_vec_next
H A Dinterrupt.S1699 brnz,pn %g3, 0b ! iv->iv_vec_next is non NULL, goto 0b