Home
last modified time | relevance | path

Searched refs:t_slsc (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/net/sl/
H A Dif_sl.c267 tp->t_slsc = (caddr_t)sc; in slopen()
313 sc = (struct sl_softc *)tp->t_slsc; in slclose()
326 tp->t_slsc = NULL; in slclose()
348 struct sl_softc *sc = (struct sl_softc *)tp->t_slsc, *nc, *tmpnc; in sltioctl()
381 tp->t_slsc = sc = nc; in sltioctl()
531 struct sl_softc *sc = (struct sl_softc *)tp->t_slsc; in slstart()
774 sc = (struct sl_softc *)tp->t_slsc; in slinput()
/dragonfly/sys/sys/
H A Dtty.h101 void *t_slsc; /* if_sl.c, ppp_tty.c (disc) */ member