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

  /src/sys/dev/pci/
mgafbvar.h 97 int sc_video; /* WSDISPLAYIO_VIDEO_ON/OFF */ member in struct:mgafb_softc
gffb.c 90 int sc_locked, sc_accel, sc_mobile, sc_video, sc_bl_level; member in struct:gffb_softc
232 sc->sc_video = 0;
562 param->curval = sc->sc_video;
584 if (sc->sc_video)
790 if (sc->sc_video == on)
804 sc->sc_video = on;
946 if (sc->sc_video && (level > 0)) {
961 sc->sc_video = 1;
  /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);

Completed in 27 milliseconds