Home
last modified time | relevance | path

Searched refs:tm_softc (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/vt/
Dvt_core.c251 .tm_softc = &vt_conswindow,
1076 struct vt_window *vw = tm->tm_softc; in vtterm_bell()
1110 struct vt_window *vw = tm->tm_softc; in vtterm_cursor()
1118 struct vt_window *vw = tm->tm_softc; in vtterm_putchar()
1126 struct vt_window *vw = tm->tm_softc; in vtterm_fill()
1135 struct vt_window *vw = tm->tm_softc; in vtterm_copy()
1143 struct vt_window *vw = tm->tm_softc; in vtterm_param()
1393 struct vt_window *vw = tm->tm_softc; in vtterm_pre_input()
1401 struct vt_window *vw = tm->tm_softc; in vtterm_post_input()
1410 struct vt_window *vw = tm->tm_softc; in vtterm_done()
[all …]
Dvt_cpulogos.c219 vw = tm->tm_softc; in vt_init_logos()
/freebsd-12-stable/sys/sys/
Dterminal.h200 void *tm_softc; member
233 .tm_softc = softc, \
/freebsd-12-stable/sys/kern/
Dsubr_terminal.c187 tm->tm_softc = softc; in terminal_alloc()