Lines Matching defs:tap_softc
91 struct tap_softc {
115 CFATTACH_DECL_NEW(tap, sizeof(struct tap_softc),
120 static void tap_dev_close(struct tap_softc *);
212 static struct tap_softc * tap_clone_creator(int);
289 struct tap_softc *sc = device_private(self);
378 struct tap_softc *sc = device_private(self);
441 struct tap_softc *sc = (struct tap_softc *)ifp->if_softc;
474 struct tap_softc *sc;
567 struct tap_softc *sc = (struct tap_softc *)ifp->if_softc;
608 static struct tap_softc *
631 struct tap_softc *sc = ifp->if_softc;
674 struct tap_softc *sc;
717 struct tap_softc *sc;
749 struct tap_softc *sc = device_lookup_private(&tap_cd, minor(dev));
767 struct tap_softc *sc;
790 tap_dev_close(struct tap_softc *sc)
846 struct tap_softc *sc = device_lookup_private(&tap_cd, unit);
915 struct tap_softc *sc;
960 struct tap_softc *sc =
1034 struct tap_softc *sc = device_lookup_private(&tap_cd, unit);
1115 struct tap_softc *sc = device_lookup_private(&tap_cd, unit);
1167 struct tap_softc *sc = device_lookup_private(&tap_cd, unit);
1197 struct tap_softc *sc = (struct tap_softc *)kn->kn_hook;
1209 struct tap_softc *sc = (struct tap_softc *)kn->kn_hook;
1326 struct tap_softc *sc;