Home
last modified time | relevance | path

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

/freebsd/sys/dev/vt/
H A Dvt_core.c1122 struct vt_window *vw = tm->tm_softc; in vtterm_bell()
1153 struct vt_window *vw = tm->tm_softc; in vtterm_beep()
1177 struct vt_window *vw = tm->tm_softc; in vtterm_cursor()
1185 struct vt_window *vw = tm->tm_softc; in vtterm_putchar()
1193 struct vt_window *vw = tm->tm_softc; in vtterm_fill()
1202 struct vt_window *vw = tm->tm_softc; in vtterm_copy()
1210 struct vt_window *vw = tm->tm_softc; in vtterm_param()
1627 struct vt_window *vw = tm->tm_softc; in vtterm_pre_input()
1638 struct vt_window *vw = tm->tm_softc; in vtterm_post_input()
1650 struct vt_window *vw = tm->tm_softc; in vtterm_done()
[all …]
/freebsd/sys/sys/
H A Dterminal.h197 void *tm_softc; member
230 .tm_softc = softc, \
/freebsd/sys/kern/
H A Dsubr_terminal.c207 tm->tm_softc = softc; in terminal_alloc()