Lines Matching defs:vecp
231 struct av_head *vecp = (struct av_head *)0;
249 vecp = &autovect[vectindex];
255 hi_pri = vecp->avh_hi_pri;
256 if (vecp->avh_link && (hi_pri != 0)) {
263 if ((vecp->avh_lo_pri != lvl) || (hi_pri != lvl))
267 insert_av(intr_id, vecp, f, arg1, arg2, ticksp, lvl, dip);
274 (*addspl)(vect, lvl, vecp->avh_lo_pri, vecp->avh_hi_pri);
425 struct av_head *vecp = (struct av_head *)0;
441 vecp = &softvect[lvl];
442 remove_av(intr_id, vecp, xxintr, lvl, 0);
488 struct av_head *vecp = (struct av_head *)0;
501 vecp = &autovect[vectindex];
502 remove_av(intr_id, vecp, f, lvl, vect);
505 (*delspl)(vect, lvl, vecp->avh_lo_pri, vecp->avh_hi_pri);