sys/dev/qbus/dhu.c
181
static unsigned dhumctl(struct dhu_softc *,int, int, int);
sys/dev/qbus/dhu.c
183
CFATTACH_DECL_NEW(dhu, sizeof(struct dhu_softc),
sys/dev/qbus/dhu.c
252
struct dhu_softc *sc = device_private(self);
sys/dev/qbus/dhu.c
319
struct dhu_softc *sc = arg;
sys/dev/qbus/dhu.c
391
struct dhu_softc *sc = arg;
sys/dev/qbus/dhu.c
429
struct dhu_softc *sc;
sys/dev/qbus/dhu.c
496
struct dhu_softc *sc = device_lookup_private(&dhu_cd, unit);
sys/dev/qbus/dhu.c
516
struct dhu_softc *sc = device_lookup_private(&dhu_cd, DHU_M2U(minor(dev)));
sys/dev/qbus/dhu.c
525
struct dhu_softc *sc = device_lookup_private(&dhu_cd, DHU_M2U(minor(dev)));
sys/dev/qbus/dhu.c
534
struct dhu_softc *sc = device_lookup_private(&dhu_cd, DHU_M2U(minor(dev)));
sys/dev/qbus/dhu.c
546
struct dhu_softc *sc = device_lookup_private(&dhu_cd, unit);
sys/dev/qbus/dhu.c
601
struct dhu_softc *sc = device_lookup_private(&dhu_cd, DHU_M2U(minor(dev)));
sys/dev/qbus/dhu.c
617
struct dhu_softc *sc = device_lookup_private(&dhu_cd, unit);
sys/dev/qbus/dhu.c
638
struct dhu_softc *sc;
sys/dev/qbus/dhu.c
700
struct dhu_softc * const sc = device_lookup_private(&dhu_cd, unit);
sys/dev/qbus/dhu.c
784
struct dhu_softc * const sc = device_lookup_private(&dhu_cd, unit);
sys/dev/qbus/dhu.c
792
dhumctl(struct dhu_softc *sc, int line, int bits, int how)