Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/syscons/
H A Dschistory.c303 scp = SC_STAT(tp); in sc_hist_ioctl()
318 scp = SC_STAT(tp); in sc_hist_ioctl()
H A Dscvesactl.c61 scp = SC_STAT(tp); in vesa_ioctl()
H A Dscmouse.c310 scp = SC_STAT(sc->dev[i]); in sc_remove_all_cutmarkings()
324 scp = SC_STAT(sc->dev[i]); in sc_remove_all_mouse()
663 scp = SC_STAT(tp); in sc_mouse_ioctl()
H A Dsyscons.c660 SC_STAT(sc->dev[0]) = &main_console; in sc_attach_unit()
751 scp = SC_STAT(tp) = alloc_scp(sc, SC_VTY(tp)); in sctty_open()
790 SC_STAT(tp) = NULL; in sctty_close()
2828 if (kdb_active && SC_STAT(tp)->smode.mode == VT_PROCESS) { in sc_switch_scr()
3323 SC_STAT(sc->dev[0]) = scp; in scinit()
4334 return (SC_STAT(tp)); in sc_get_stat()
H A Dsyscons.h94 #define SC_STAT(tp) (*((scr_stat **)&((sc_ttysoftc *)tty_softc(tp))->st_stat)) macro
H A Dscvidctl.c486 scp = SC_STAT(tp); in sc_vid_ioctl()