intr.c | 111 ih_list_t *vec_list; local in function:intr_establish 132 vec_list = &autovec_list[vector - 1]; 141 vec_list = &uservec_list[vector]; 152 * If the vec_list is empty, we insert ourselves at the head of the 155 if (LIST_EMPTY(vec_list)) { 158 LIST_INSERT_HEAD(vec_list, ih, ih_link); 181 cur_vec = LIST_FIRST(vec_list); 192 for (cur_vec = LIST_FIRST(vec_list); 219 ih_list_t *vec_list; local in function:intr_disestablish 229 vec_list = &autovec_list[vector - 1] 277 ih_list_t *vec_list; local in function:intr_dispatch [all...] |