HomeSort by: relevance | last modified time | path
    Searched refs:NHPIB (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/hp300/stand/common/
hpib.c 50 struct hpib_softc hpib_softc[NHPIB];
60 for (hw = sc_table; i < NHPIB && hw < &sc_table[MAXCTLRS]; hw++) {
79 if (unit >= NHPIB || hpib_softc[unit].sc_alive == 0)
samachdep.h 39 #define NHPIB 4
ct.c 58 } ct_softc[NHPIB][NCT];
160 if (ctlr >= NHPIB || hpibalive(ctlr) == 0)
188 if (ctlr >= NHPIB || hpibalive(ctlr) == 0)
rd.c 91 static struct rd_softc rd_softc[NHPIB][NRD];
268 if (ctlr >= NHPIB || hpibalive(ctlr) == 0)

Completed in 13 milliseconds