Home
last modified time | relevance | path

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

/NextBSD/sys/dev/vt/
HDvt_core.c236 .tm_softc = &vt_conswindow,
982 struct vt_window *vw = tm->tm_softc; in vtterm_bell()
1016 struct vt_window *vw = tm->tm_softc; in vtterm_cursor()
1025 struct vt_window *vw = tm->tm_softc; in vtterm_putchar()
1034 struct vt_window *vw = tm->tm_softc; in vtterm_fill()
1044 struct vt_window *vw = tm->tm_softc; in vtterm_copy()
1053 struct vt_window *vw = tm->tm_softc; in vtterm_param()
1249 struct vt_window *vw = tm->tm_softc; in vtterm_done()
1295 struct vt_window *vw = tm->tm_softc; in vtterm_cnprobe()
1373 struct vt_window *vw = tm->tm_softc; in vtterm_cngetc()
[all …]
HDvt_cpulogos.c219 vw = tm->tm_softc; in vt_init_logos()
/NextBSD/sys/sys/
HDterminal.h194 void *tm_softc; member
227 .tm_softc = softc, \
/NextBSD/sys/kern/
HDsubr_terminal.c156 tm->tm_softc = softc; in terminal_alloc()