Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/syscons/
H A Dscmouse.c126 if (ISGRAPHSC(scp)) { in set_mouse_pos()
157 if (ISGRAPHSC(scp)) in sc_draw_mouse_image()
175 if (ISGRAPHSC(scp)) in sc_remove_mouse_image()
689 if (!ISGRAPHSC(cur_scp)) in sc_mouse_ioctl()
781 if (ISGRAPHSC(cur_scp) || (cut_buffer == NULL)) in sc_mouse_ioctl()
831 if (ISGRAPHSC(cur_scp) || (cut_buffer == NULL)) in sc_mouse_ioctl()
H A Dsyscons.c601 if (!ISGRAPHSC(scp)) in sc_attach_unit()
768 if (ISGRAPHSC(scp)) in scopen()
1042 if (!ISGRAPHSC(sc->cur_scp)) in scioctl()
1056 if (!ISGRAPHSC(sc->cur_scp)) { in scioctl()
1187 if (ISGRAPHSC(scp)) { in scioctl()
2627 if (!ISGRAPHSC(scp)) in set_scrn_saver_mode()
2675 if (!ISGRAPHSC(scp)) in restore_scrn_saver_mode()
2899 && ISGRAPHSC(cur_scp)) { in sc_switch_scr()
3098 if (!ISGRAPHSC(scp)) in exchange_scr()
3371 if (!ISGRAPHSC(scp)) { in scinit()
[all …]
H A Dscterm-sc.c555 if (!ISGRAPHSC(sc->cur_scp)) in scterm_scan_esc()
588 if (!ISGRAPHSC(sc->cur_scp)) { in scterm_scan_esc()
H A Dscvidctl.c605 if (scp->sc->fbi != NULL && ISGRAPHSC(scp)) { in sc_vid_ioctl()
783 *data = ISGRAPHSC(scp) ? KD_GRAPHICS : KD_TEXT; in sc_vid_ioctl()
H A Dsyscons.h500 #define ISGRAPHSC(scp) (((scp)->status \ macro