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

  /src/sys/arch/hp300/stand/common/
hpibvar.h 36 struct hpib_softc { struct
43 extern struct hpib_softc hpib_softc[];
hpib.c 50 struct hpib_softc hpib_softc[NHPIB]; variable in typeref:struct:hpib_softc[]
56 struct hpib_softc *hs;
63 hs = &hpib_softc[i];
79 if (unit >= NHPIB || hpib_softc[unit].sc_alive == 0)
90 if (hpib_softc[unit].sc_type == HPIBC)
103 if (hpib_softc[unit].sc_type == HPIBC)
112 if (hpib_softc[unit].sc_type == HPIBC)
124 if (hpib_softc[unit].sc_type == HPIBC)
140 if (hpib_softc[unit].sc_type == HPIBC
    [all...]

Completed in 13 milliseconds