HomeSort by: relevance | last modified time | path
    Searched defs:sc_video (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/sbus/
agten.c 114 int sc_video; /* video output enabled */ member in struct:agten_softc
248 sc->sc_video = -1;
415 *(int *)data = sc->sc_video;
728 if (flag == sc->sc_video)
735 sc->sc_video = flag;
742 return sc->sc_video;
mgx.c 89 int sc_video, sc_buf; member in struct:mgx_softc
329 sc->sc_video = WSDISPLAYIO_VIDEO_ON;
1030 *(int *)data = sc->sc_video;
1292 if (sc->sc_video == v)
1295 sc->sc_video = v;
p9100.c 129 int sc_video, sc_powerstate; member in struct:p9100_softc
430 sc->sc_video = 1;
980 sc->sc_video = p9100_get_video(sc);
1002 p9100_set_video(sc, sc->sc_video);
  /src/sys/dev/pci/
gffb.c 88 int sc_locked, sc_accel, sc_mobile, sc_video, sc_bl_level; member in struct:gffb_softc
229 sc->sc_video = 0;
557 param->curval = sc->sc_video;
579 if (sc->sc_video)
784 if (sc->sc_video == on)
798 sc->sc_video = on;
940 if (sc->sc_video && (level > 0)) {
955 sc->sc_video = 1;

Completed in 16 milliseconds