Searched refs:ISGRAPHSC (Results 1 – 4 of 4) sorted by relevance
191 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()
613 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 …]
531 #define ISGRAPHSC(scp) (((scp)->status \ macro
800 *data = ISGRAPHSC(scp) ? KD_GRAPHICS : KD_TEXT; in sc_vid_ioctl()