HomeSort by: relevance | last modified time | path
    Searched defs:nhpibintr (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/hp300/dev/
nhpib.c 122 static int nhpibintr(void *);
135 nhpibintr
210 (void)intio_intr_establish(nhpibintr, sc, ia->ia_ipl, IPL_BIO);
236 (void)dio_intr_establish(nhpibintr, sc, da->da_ipl, ISRPRI_BIO);
445 * capabale of doing this. We repeat the necessary code from nhpibintr() -
446 * easier and quicker than calling nhpibintr() for this special case.
502 nhpibintr(void *arg) function in typeref:typename:int

Completed in 12 milliseconds