Symbol: sbjcn_softc
sys/arch/mips/sibyte/dev/sbjcn.c
1069
struct sbjcn_softc *sc = device_lookup_private(&sbjcn_cd, SBJCN_UNIT(tp->t_dev));
sys/arch/mips/sibyte/dev/sbjcn.c
1118
struct sbjcn_softc *sc = device_lookup_private(&sbjcn_cd, SBJCN_UNIT(tp->t_dev));
sys/arch/mips/sibyte/dev/sbjcn.c
1178
struct sbjcn_softc *sc = device_lookup_private(&sbjcn_cd, SBJCN_UNIT(tp->t_dev));
sys/arch/mips/sibyte/dev/sbjcn.c
1197
struct sbjcn_softc *sc = ch->ch_sc;
sys/arch/mips/sibyte/dev/sbjcn.c
137
void sbjcn_attach_channel(struct sbjcn_softc *sc, int chan, int intr);
sys/arch/mips/sibyte/dev/sbjcn.c
235
CFATTACH_DECL_NEW(sbjcn, sizeof(struct sbjcn_softc),
sys/arch/mips/sibyte/dev/sbjcn.c
263
struct sbjcn_softc *sc = device_private(self);
sys/arch/mips/sibyte/dev/sbjcn.c
274
sbjcn_attach_channel(struct sbjcn_softc *sc, int chan, int intr)
sys/arch/mips/sibyte/dev/sbjcn.c
399
struct sbjcn_softc *sc = ch->ch_sc;
sys/arch/mips/sibyte/dev/sbjcn.c
499
struct sbjcn_softc *sc;
sys/arch/mips/sibyte/dev/sbjcn.c
626
struct sbjcn_softc *sc = device_lookup_private(&sbjcn_cd, SBJCN_UNIT(dev));
sys/arch/mips/sibyte/dev/sbjcn.c
652
struct sbjcn_softc *sc = device_lookup_private(&sbjcn_cd, SBJCN_UNIT(dev));
sys/arch/mips/sibyte/dev/sbjcn.c
662
struct sbjcn_softc *sc = device_lookup_private(&sbjcn_cd, SBJCN_UNIT(dev));
sys/arch/mips/sibyte/dev/sbjcn.c
672
struct sbjcn_softc *sc = device_lookup_private(&sbjcn_cd, SBJCN_UNIT(dev));
sys/arch/mips/sibyte/dev/sbjcn.c
682
struct sbjcn_softc *sc = device_lookup_private(&sbjcn_cd, SBJCN_UNIT(dev));
sys/arch/mips/sibyte/dev/sbjcn.c
898
struct sbjcn_softc *sc = device_lookup_private(&sbjcn_cd, SBJCN_UNIT(tp->t_dev));
sys/arch/mips/sibyte/dev/sbjcnvar.h
97
struct sbjcn_softc *ch_sc;