Symbol: scn_softc
sys/arch/sgimips/dev/scn.c
1076
struct scn_softc *sc;
sys/arch/sgimips/dev/scn.c
1166
struct scn_softc *sc = SOFTC(unit);
sys/arch/sgimips/dev/scn.c
1207
struct scn_softc *sc = SOFTC(DEV_UNIT(dev));
sys/arch/sgimips/dev/scn.c
1216
struct scn_softc *sc = SOFTC(DEV_UNIT(dev));
sys/arch/sgimips/dev/scn.c
1225
struct scn_softc *sc = SOFTC(DEV_UNIT(dev));
sys/arch/sgimips/dev/scn.c
1234
struct scn_softc *sc = SOFTC(DEV_UNIT(dev));
sys/arch/sgimips/dev/scn.c
1241
dcd_int(struct scn_softc *sc, struct tty *tp, u_char new)
sys/arch/sgimips/dev/scn.c
1286
struct scn_softc *sc = SOFTC(unit);
sys/arch/sgimips/dev/scn.c
1303
struct scn_softc *sc0 = duart->chan[0].sc;
sys/arch/sgimips/dev/scn.c
1304
struct scn_softc *sc1 = duart->chan[1].sc;
sys/arch/sgimips/dev/scn.c
1389
scn_rxintr(struct scn_softc *sc)
sys/arch/sgimips/dev/scn.c
142
CFATTACH_DECL_NEW(scn, sizeof(struct scn_softc),
sys/arch/sgimips/dev/scn.c
1499
struct scn_softc *sc;
sys/arch/sgimips/dev/scn.c
1595
opbits(struct scn_softc *sc, int tioc_bits)
sys/arch/sgimips/dev/scn.c
1606
struct scn_softc *sc = SOFTC(unit);
sys/arch/sgimips/dev/scn.c
1745
struct scn_softc *sc = SOFTC(unit);
sys/arch/sgimips/dev/scn.c
1817
struct scn_softc *sc = SOFTC(unit);
sys/arch/sgimips/dev/scn.c
201
static inline struct scn_softc *
sys/arch/sgimips/dev/scn.c
211
static int scn_rxintr(struct scn_softc *);
sys/arch/sgimips/dev/scn.c
213
static void scn_setchip(struct scn_softc *sc);
sys/arch/sgimips/dev/scn.c
216
static void scn_rxenable(struct scn_softc *);
sys/arch/sgimips/dev/scn.c
217
static void scn_rxdisable(struct scn_softc *);
sys/arch/sgimips/dev/scn.c
218
static void dcd_int(struct scn_softc *, struct tty *, u_char);
sys/arch/sgimips/dev/scn.c
220
static u_char opbits(struct scn_softc *, int);
sys/arch/sgimips/dev/scn.c
407
scn_setchip(struct scn_softc *sc)
sys/arch/sgimips/dev/scn.c
608
struct scn_softc *sc;
sys/arch/sgimips/dev/scn.c
760
scn_rxenable(struct scn_softc *sc)
sys/arch/sgimips/dev/scn.c
779
scn_rxdisable(struct scn_softc *sc)
sys/arch/sgimips/dev/scn.c
801
struct scn_softc *sc;
sys/arch/sgimips/dev/scnvar.h
91
struct scn_softc *sc;