| Home | Sort by: relevance | last modified time | path |
| /src/sys/dev/pci/ | |
| emuxkivar.h | 129 void (*pintr)(void *); member in struct:emuxki_softc |
| neo.c | 130 void (*pintr)(void *); /* DMA completion intr handler */ member in struct:neo_softc 365 if (sc->pintr) 366 (*sc->pintr)(sc->parg); 783 sc->pintr = intr; 846 sc->pintr = 0; |
| /src/bin/csh/ | |
| csh.c | 534 (void)signal(SIGINT, pintr); 1012 pintr(int notused) function |