Searched refs:t_devsw (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/sys/ |
H A D | ttydevsw.h | 90 return (tp->t_devsw->tsw_open(tp)); in ttydevsw_open() 100 tp->t_devsw->tsw_close(tp); in ttydevsw_close() 114 tp->t_devsw->tsw_outwakeup(tp); in ttydevsw_outwakeup() 128 tp->t_devsw->tsw_inwakeup(tp); in ttydevsw_inwakeup() 138 return (tp->t_devsw->tsw_ioctl(tp, cmd, data, td)); in ttydevsw_ioctl() 149 return (tp->t_devsw->tsw_cioctl(tp, unit, cmd, data, td)); in ttydevsw_cioctl() 158 return (tp->t_devsw->tsw_param(tp, t)); in ttydevsw_param() 167 return (tp->t_devsw->tsw_modem(tp, sigon, sigoff)); in ttydevsw_modem() 177 return (tp->t_devsw->tsw_mmap(tp, offset, paddr, nprot, memattr)); in ttydevsw_mmap() 187 tp->t_devsw->tsw_pktnotify(tp, event); in ttydevsw_pktnotify() [all …]
|
H A D | tty.h | 122 struct ttydevsw *t_devsw; /* (c) Driver hooks. */ member
|
/freebsd/sys/kern/ |
H A D | tty.c | 1081 tp->t_devsw = tsw; in tty_alloc_mutex() 2428 _db_show_devsw("\t", tp->t_devsw); in DB_SHOW_COMMAND()
|