/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;
|
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);
|
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; member in struct:gffb_softc 224 sc->sc_video = 0; 546 param->curval = sc->sc_video; 568 if (sc->sc_video) 770 if (sc->sc_video == on) 795 sc->sc_video = on;
|
gffb.c | 88 int sc_locked, sc_accel, sc_mobile, sc_video; member in struct:gffb_softc 224 sc->sc_video = 0; 546 param->curval = sc->sc_video; 568 if (sc->sc_video) 770 if (sc->sc_video == on) 795 sc->sc_video = on;
|