Home
last modified time | relevance | path

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

/components/lwp/terminal/
A Dterminal.h177 struct lwp_ttydevsw *t_devsw; /* (c) Driver hooks. */ member
302 return (tp->t_devsw->tsw_open(tp)); in ttydevsw_open()
310 tp->t_devsw->tsw_close(tp); in ttydevsw_close()
322 tp->t_devsw->tsw_outwakeup(tp); in ttydevsw_outwakeup()
334 tp->t_devsw->tsw_inwakeup(tp); in ttydevsw_inwakeup()
343 return (tp->t_devsw->tsw_ioctl(tp, cmd, data, td)); in ttydevsw_ioctl()
359 return (tp->t_devsw->tsw_param(tp, t)); in ttydevsw_param()
366 return (tp->t_devsw->tsw_modem(tp, sigon, sigoff)); in ttydevsw_modem()
382 tp->t_devsw->tsw_pktnotify(tp, event); in ttydevsw_pktnotify()
389 tp->t_devsw->tsw_free(tty_softc(tp)); in ttydevsw_free()
[all …]
A Dtty_device.c312 if (terminal->t_devsw->tsw_flags & TF_NOPREFIX) in lwp_tty_register()
377 tp->t_devsw = handle; in lwp_tty_create_ext()

Completed in 4 milliseconds