Searched refs:new_iv_p (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/
H A Divintr.c187 intr_vec_t *iv_p, *new_iv_p; local
197 new_iv_p = iv_alloc(SOFTINT_ST);
204 iv_free(new_iv_p);
211 new_iv_p->iv_handler = intr_handler;
212 new_iv_p->iv_arg1 = intr_arg1;
213 new_iv_p->iv_arg2 = intr_arg2;
214 new_iv_p->iv_payload_buf = intr_payload;
215 new_iv_p->iv_pil = (ushort_t)pil;
216 new_iv_p->iv_inum = inum;
218 new_iv_p
[all...]

Completed in 47 milliseconds