Searched refs:t_devsw (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | ttydevsw.h | 92 return (tp->t_devsw->tsw_open(tp)); in ttydevsw_open() 102 tp->t_devsw->tsw_close(tp); in ttydevsw_close() 116 tp->t_devsw->tsw_outwakeup(tp); in ttydevsw_outwakeup() 130 tp->t_devsw->tsw_inwakeup(tp); in ttydevsw_inwakeup() 140 return (tp->t_devsw->tsw_ioctl(tp, cmd, data, td)); in ttydevsw_ioctl() 151 return (tp->t_devsw->tsw_cioctl(tp, unit, cmd, data, td)); in ttydevsw_cioctl() 160 return (tp->t_devsw->tsw_param(tp, t)); in ttydevsw_param() 169 return (tp->t_devsw->tsw_modem(tp, sigon, sigoff)); in ttydevsw_modem() 189 tp->t_devsw->tsw_pktnotify(tp, event); in ttydevsw_pktnotify() 198 tp->t_devsw->tsw_free(tty_softc(tp)); in ttydevsw_free() [all …]
|
| H A D | tty.h | 124 struct ttydevsw *t_devsw; /* (c) Driver hooks. */ member
|
| /f-stack/freebsd/kern/ |
| H A D | tty.c | 1081 tp->t_devsw = tsw; in tty_alloc_mutex() 2395 _db_show_devsw("\t", tp->t_devsw); in DB_SHOW_COMMAND()
|