Symbol: ct_softc
sys/arch/hp300/dev/ct.c
145
CFATTACH_DECL_NEW(ct, sizeof(struct ct_softc),
sys/arch/hp300/dev/ct.c
181
static int ctident(device_t, struct ct_softc *,
sys/arch/hp300/dev/ct.c
184
static void ctreset(struct ct_softc *);
sys/arch/hp300/dev/ct.c
185
static void ctaddeof(struct ct_softc *);
sys/arch/hp300/dev/ct.c
186
static void ctustart(struct ct_softc *);
sys/arch/hp300/dev/ct.c
187
static void cteof(struct ct_softc *, struct buf *);
sys/arch/hp300/dev/ct.c
188
static void ctdone(struct ct_softc *, struct buf *);
sys/arch/hp300/dev/ct.c
232
struct ct_softc *sc = device_private(self);
sys/arch/hp300/dev/ct.c
258
ctident(device_t parent, struct ct_softc *sc, struct hpibbus_attach_args *ha)
sys/arch/hp300/dev/ct.c
330
ctreset(struct ct_softc *sc)
sys/arch/hp300/dev/ct.c
374
struct ct_softc *sc;
sys/arch/hp300/dev/ct.c
421
struct ct_softc *sc = device_lookup_private(&ct_cd,UNIT(dev));
sys/arch/hp300/dev/ct.c
452
struct ct_softc *sc = device_lookup_private(&ct_cd,UNIT(dev));
sys/arch/hp300/dev/ct.c
504
struct ct_softc *sc;
sys/arch/hp300/dev/ct.c
518
ctustart(struct ct_softc *sc)
sys/arch/hp300/dev/ct.c
532
struct ct_softc *sc = arg;
sys/arch/hp300/dev/ct.c
645
struct ct_softc *sc = arg;
sys/arch/hp300/dev/ct.c
659
cteof(struct ct_softc *sc, struct buf *bp)
sys/arch/hp300/dev/ct.c
731
struct ct_softc *sc = arg;
sys/arch/hp300/dev/ct.c
870
ctdone(struct ct_softc *sc, struct buf *bp)
sys/arch/hp300/dev/ct.c
939
ctaddeof(struct ct_softc *sc)
sys/arch/hp300/stand/common/ct.c
122
ct_softc[ctlr][unit].sc_punit = ctinfo[i].punit;
sys/arch/hp300/stand/common/ct.c
158
struct ct_softc *rs;
sys/arch/hp300/stand/common/ct.c
164
rs = &ct_softc[ctlr][slave];
sys/arch/hp300/stand/common/ct.c
178
struct ct_softc *rs;
sys/arch/hp300/stand/common/ct.c
192
rs = &ct_softc[ctlr][unit];
sys/arch/hp300/stand/common/ct.c
220
struct ct_softc *rs = devdata;
sys/arch/hp300/stand/common/ct.c
292
struct ct_softc *rs = &ct_softc[ctlr][unit];
sys/arch/hp300/stand/common/ct.c
58
} ct_softc[NHPIB][NCT];
sys/arch/hp300/stand/common/ct.c
85
struct ct_softc *rs = &ct_softc[ctlr][unit];
sys/dev/gpib/ct.c
160
CFATTACH_DECL_NEW(ct, sizeof(struct ct_softc),
sys/dev/gpib/ct.c
163
int ctident(device_t, struct ct_softc *,
sys/dev/gpib/ct.c
167
void ctaddeof(struct ct_softc *);
sys/dev/gpib/ct.c
168
void ctustart(struct ct_softc *);
sys/dev/gpib/ct.c
169
void cteof(struct ct_softc *, struct buf *);
sys/dev/gpib/ct.c
170
void ctdone(struct ct_softc *, struct buf *);
sys/dev/gpib/ct.c
173
void ctstart(struct ct_softc *);
sys/dev/gpib/ct.c
174
void ctintr(struct ct_softc *);
sys/dev/gpib/ct.c
257
struct ct_softc *sc = device_private(self);
sys/dev/gpib/ct.c
349
struct ct_softc *sc;
sys/dev/gpib/ct.c
378
struct ct_softc *sc;
sys/dev/gpib/ct.c
409
struct ct_softc *sc;
sys/dev/gpib/ct.c
465
struct ct_softc *sc;
sys/dev/gpib/ct.c
485
ctustart(struct ct_softc *sc)
sys/dev/gpib/ct.c
497
ctstart(struct ct_softc *sc)
sys/dev/gpib/ct.c
607
cteof(struct ct_softc *sc, struct buf *bp)
sys/dev/gpib/ct.c
674
struct ct_softc *sc = v;
sys/dev/gpib/ct.c
694
ctintr(struct ct_softc *sc)
sys/dev/gpib/ct.c
828
ctdone(struct ct_softc *sc, struct buf *bp)
sys/dev/gpib/ct.c
896
ctaddeof(struct ct_softc *sc)