mvpex.c | 659 struct mvpex_intrhand *pexih; local in function:mvpex_intr_establish 667 pexih = malloc(sizeof(*pexih), M_DEVBUF, M_WAITOK); 668 pexih->ih_func = intrhand; 669 pexih->ih_arg = intrarg; 670 pexih->ih_type = ipl; 671 pexih->ih_intrtab = intrtab; 672 mvpex_intr_string(v, pin, pexih->ih_evname, sizeof(pexih->ih_evname)); 673 evcnt_attach_dynamic(&pexih->ih_evcnt, EVCNT_TYPE_INTR, NULL 698 struct mvpex_intrhand *pexih = ih; local in function:mvpex_intr_disestablish [all...] |