Searched refs:iv_vec_next (Results 1 – 5 of 5) sorted by relevance
201 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()
91 intr_vec_t *iv_vec_next; /* Per vector list */ member
1399 wsp->walk_addr = (uintptr_t)iv.iv_vec_next; in vecint_walk_step()1486 wsp->walk_addr = (uintptr_t)iv.iv_vec_next; in softint_walk_step()
412 iv_vec_next
1834 brnz,pn %g3, 0b ! iv->iv_vec_next is non NULL, goto 0b