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

/illumos-gate/usr/src/uts/sun4/io/
H A Divintr.c115 intr_vec_t *iv_p; local
126 iv_p = (type == SOFTINT_MT) ?
129 if (iv_p->iv_pil == 0) {
130 iv_p->iv_pil = 1; /* Default PIL */
137 return (iv_p);
156 iv_p = kmem_cache_alloc(intr_vec_cache, KM_SLEEP);
157 bzero(iv_p, sizeof (intr_vec_t));
158 iv_p->iv_flags = IV_CACHE_ALLOC;
160 return (iv_p);
167 iv_free(intr_vec_t *iv_p) argument
187 intr_vec_t *iv_p, *new_iv_p; local
231 intr_vec_t *iv_p, *prev_iv_p; local
268 intr_vec_t *iv_p; local
296 intr_vec_t *iv_p = (intr_vec_t *)softint_id; local
331 intr_vec_t *iv_p = (intr_vec_t *)softint_id; local
348 intr_vec_t *iv_p = (intr_vec_t *)softint_id; local
[all...]

Completed in 66 milliseconds