Home | History | Annotate | Download | only in dev

Lines Matching defs:ucbsnd_softc

116 struct ucbsnd_softc {
154 void ucbsnd_sound_init(struct ucbsnd_softc *);
158 int ucbsndwrite_subr(struct ucbsnd_softc *, u_int32_t *, size_t,
170 CFATTACH_DECL_NEW(ucbsnd, sizeof(struct ucbsnd_softc),
204 struct ucbsnd_softc *sc = device_private(self);
237 struct ucbsnd_softc *sc = arg;
245 struct ucbsnd_softc *sc = arg;
488 ucbsnd_sound_init(struct ucbsnd_softc *sc)
503 struct ucbsnd_softc *sc = (void*)arg;
515 struct ucbsnd_softc *sc = (void*)arg;
529 struct ucbsnd_softc *sc;
547 struct ucbsnd_softc *sc;
560 struct ucbsnd_softc *sc;
572 ucbsndwrite_subr(struct ucbsnd_softc *sc, u_int32_t *buf, size_t bufsize,
602 struct ucbsnd_softc *sc;