Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscons/
H A Dscmouse.c189 if (ISGRAPHSC(scp)) { in set_mouse_pos()
220 if (ISGRAPHSC(scp)) in sc_draw_mouse_image()
237 if (ISGRAPHSC(scp)) in sc_remove_mouse_image()
723 if (!ISGRAPHSC(cur_scp)) in sc_mouse_ioctl()
821 if (ISGRAPHSC(cur_scp) || (cut_buffer == NULL)) in sc_mouse_ioctl()
881 if (ISGRAPHSC(cur_scp) || (cut_buffer == NULL)) in sc_mouse_ioctl()
H A Dsyscons.c620 if (!ISGRAPHSC(scp)) in sc_attach_unit()
750 if (ISGRAPHSC(scp)) in sctty_open()
1055 (!ISGRAPHSC(sc->cur_scp) || in sctty_ioctl()
1119 if (ISGRAPHSC(scp)) { in sctty_ioctl()
2183 if (!ISGRAPHSC(scp) && !(scp->sc->flags & SC_SCRN_BLANKED)) in sccnupdate()
2253 if (!ISGRAPHSC(scp) && !(sc->flags & SC_SCRN_BLANKED)) in scrn_timer()
2259 if (!ISGRAPHSC(scp) || (sc->flags & SC_SCRN_BLANKED)) in scrn_timer()
2270 if (ISGRAPHSC(scp) && !(sc->flags & SC_SCRN_BLANKED)) in scrn_timer()
2547 if (!ISGRAPHSC(scp)) in set_scrn_saver_mode()
2594 if (!ISGRAPHSC(scp)) in restore_scrn_saver_mode()
[all …]
H A Dsyscons.h518 #define ISGRAPHSC(scp) (((scp)->status \ macro
H A Dscvidctl.c793 *data = ISGRAPHSC(scp) ? KD_GRAPHICS : KD_TEXT; in sc_vid_ioctl()