Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/syscons/
Dschistory.c305 scp = SC_STAT(tp); in sc_hist_ioctl()
320 scp = SC_STAT(tp); in sc_hist_ioctl()
Dscvesactl.c61 scp = SC_STAT(tp); in vesa_ioctl()
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()
Dsyscons.c651 SC_STAT(sc->dev[0]) = &main_console; in sc_attach_unit()
744 scp = SC_STAT(tp) = alloc_scp(sc, SC_VTY(tp)); in sctty_open()
785 SC_STAT(tp) = NULL; in sctty_close()
2789 if (kdb_active && SC_STAT(tp)->smode.mode == VT_PROCESS) { in sc_switch_scr()
3265 SC_STAT(sc->dev[0]) = scp; in scinit()
4236 return (SC_STAT(tp)); in sc_get_stat()
Dsyscons.h102 #define SC_STAT(tp) (*((scr_stat **)&((sc_ttysoftc *)tty_softc(tp))->st_stat)) macro
Dscvidctl.c486 scp = SC_STAT(tp); in sc_vid_ioctl()