Home
last modified time | relevance | path

Searched refs:SC_STAT (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/syscons/
H A Dschistory.c301 scp = SC_STAT(tp); in sc_hist_ioctl()
316 scp = SC_STAT(tp); in sc_hist_ioctl()
H A Dscvesactl.c59 scp = SC_STAT(tp); in vesa_ioctl()
H A Dscmouse.c308 scp = SC_STAT(sc->dev[i]); in sc_remove_all_cutmarkings()
322 scp = SC_STAT(sc->dev[i]); in sc_remove_all_mouse()
661 scp = SC_STAT(tp); in sc_mouse_ioctl()
H A Dsyscons.c658 SC_STAT(sc->dev[0]) = &main_console; in sc_attach_unit()
749 scp = SC_STAT(tp) = alloc_scp(sc, SC_VTY(tp)); in sctty_open()
788 SC_STAT(tp) = NULL; in sctty_close()
2830 if (kdb_active && SC_STAT(tp)->smode.mode == VT_PROCESS) { in sc_switch_scr()
3325 SC_STAT(sc->dev[0]) = scp; in scinit()
4336 return (SC_STAT(tp)); in sc_get_stat()
H A Dsyscons.h92 #define SC_STAT(tp) (*((scr_stat **)&((sc_ttysoftc *)tty_softc(tp))->st_stat)) macro
H A Dscvidctl.c488 scp = SC_STAT(tp); in sc_vid_ioctl()