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

  /src/sys/arch/hp300/stand/common/
ct.c 51 struct ct_softc { struct
58 } ct_softc[NHPIB][NCT]; variable in typeref:struct:ct_softc[][]
85 struct ct_softc *rs = &ct_softc[ctlr][unit];
122 ct_softc[ctlr][unit].sc_punit = ctinfo[i].punit;
158 struct ct_softc *rs;
164 rs = &ct_softc[ctlr][slave];
178 struct ct_softc *rs;
192 rs = &ct_softc[ctlr][unit];
220 struct ct_softc *rs = devdata
    [all...]
  /src/sys/arch/hp300/dev/
ct.c 100 struct ct_softc { struct
145 CFATTACH_DECL_NEW(ct, sizeof(struct ct_softc),
181 static int ctident(device_t, struct ct_softc *,
184 static void ctreset(struct ct_softc *);
185 static void ctaddeof(struct ct_softc *);
186 static void ctustart(struct ct_softc *);
187 static void cteof(struct ct_softc *, struct buf *);
188 static void ctdone(struct ct_softc *, struct buf *);
232 struct ct_softc *sc = device_private(self);
258 ctident(device_t parent, struct ct_softc *sc, struct hpibbus_attach_args *ha
    [all...]
  /src/sys/dev/gpib/
ct.c 120 struct ct_softc { struct
160 CFATTACH_DECL_NEW(ct, sizeof(struct ct_softc),
163 int ctident(device_t, struct ct_softc *,
167 void ctaddeof(struct ct_softc *);
168 void ctustart(struct ct_softc *);
169 void cteof(struct ct_softc *, struct buf *);
170 void ctdone(struct ct_softc *, struct buf *);
173 void ctstart(struct ct_softc *);
174 void ctintr(struct ct_softc *);
257 struct ct_softc *sc = device_private(self)
    [all...]

Completed in 13 milliseconds