HomeSort by: relevance | last modified time | path
    Searched refs:t_softc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/sys/
tty.h 151 void *t_softc; /* pointer to driver's softc. */ member in struct:tty
  /src/sys/dev/goldfish/
gftty.c 219 tp->t_softc = sc;
669 struct gftty_softc *sc = tp->t_softc;
  /src/sys/dev/usb/
ucom.c 717 tp->t_softc = sc;
1533 struct ucom_softc * const sc = tp->t_softc;
1605 struct ucom_softc * const sc = tp->t_softc;
1629 struct ucom_softc * const sc = tp->t_softc;
1688 struct ucom_softc * const sc = tp->t_softc;
  /src/sys/dev/ic/
com.c 855 tp->t_softc = sc;

Completed in 28 milliseconds