Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/syscons/
Dscmouse.c191 if (ISGRAPHSC(scp)) { in set_mouse_pos()
222 if (ISGRAPHSC(scp)) in sc_draw_mouse_image()
239 if (ISGRAPHSC(scp)) in sc_remove_mouse_image()
726 if (!ISGRAPHSC(cur_scp)) in sc_mouse_ioctl()
824 if (ISGRAPHSC(cur_scp) || (cut_buffer == NULL)) in sc_mouse_ioctl()
884 if (ISGRAPHSC(cur_scp) || (cut_buffer == NULL)) in sc_mouse_ioctl()
Dsyscons.c613 if (!ISGRAPHSC(scp)) in sc_attach_unit()
745 if (ISGRAPHSC(scp)) in sctty_open()
1049 && (!ISGRAPHSC(sc->cur_scp) in sctty_ioctl()
1111 if (ISGRAPHSC(scp)) { in sctty_ioctl()
2156 if (!ISGRAPHSC(scp) && !(scp->sc->flags & SC_SCRN_BLANKED)) in sccnupdate()
2225 if (!ISGRAPHSC(scp) && !(sc->flags & SC_SCRN_BLANKED)) in scrn_timer()
2231 if (!ISGRAPHSC(scp) || (sc->flags & SC_SCRN_BLANKED)) in scrn_timer()
2241 if (ISGRAPHSC(scp) && !(sc->flags & SC_SCRN_BLANKED)) in scrn_timer()
2509 if (!ISGRAPHSC(scp)) in set_scrn_saver_mode()
2556 if (!ISGRAPHSC(scp)) in restore_scrn_saver_mode()
[all …]
Dsyscons.h531 #define ISGRAPHSC(scp) (((scp)->status \ macro
Dscvidctl.c800 *data = ISGRAPHSC(scp) ? KD_GRAPHICS : KD_TEXT; in sc_vid_ioctl()