Home | Sort by: relevance | last modified time | path |
/src/sys/arch/atari/include/ | |
pci_machdep.h | 62 struct intrhand *ihand; /* save this for disestablishing */ member in struct:__anone5b123be0108 |
isa_machdep.h | 75 struct intrhand *ihand; /* save this for disestablishing */ member in struct:__anon9e680d3f0108 |
/src/sys/arch/atari/isa/ | |
isa_hades.c | 155 struct intrhand *ihand; local in function:isa_intr_establish 170 ihand = intr_establish((slot == 0) ? 3 : 15, USER_VEC, 0, 172 if (ihand != NULL) { 177 iinfo_p->ihand = ihand; 203 (void) intr_disestablish(iinfo_p->ihand); |
/src/sys/arch/atari/pci/ | |
pci_hades.c | 162 struct intrhand *ihand; local in function:pci_intr_establish 171 ihand = intr_establish((slot == 3) ? 23 : 16 + slot, USER_VEC, 0, 173 if (ihand != NULL) { 178 iinfo_p->ihand = ihand; 200 (void)intr_disestablish(iinfo_p->ihand); |
/src/sys/dev/pci/ | |
puc.c | 92 int (*ihand)(void *); member in struct:puc_softc::__anon764abd6d0208 |