Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/
H A Divintr.c231 intr_vec_t *iv_p, *prev_iv_p; in rem_ivintr() local
238 for (iv_p = prev_iv_p = (intr_vec_t *)intr_vec_table[inum]; in rem_ivintr()
239 iv_p; prev_iv_p = iv_p, iv_p = iv_p->iv_vec_next) in rem_ivintr()
250 if (prev_iv_p == iv_p) in rem_ivintr()
253 prev_iv_p->iv_vec_next = iv_p->iv_vec_next; in rem_ivintr()