sc_on
sc->sc_on = on;
if (sc->sc_on)
int sc_on;
if (sc->sc_on == WSDISPLAYIO_VIDEO_ON) {
int sc_on;
sc->sc_on = WSDISPLAYIO_VIDEO_ON;
*(int *)data = sc->sc_on;
if (*(int *)data != sc->sc_on) {
sc->sc_on = (sc->sc_on == WSDISPLAYIO_VIDEO_ON ?
if (sc->sc_on == WSDISPLAYIO_VIDEO_OFF) {
on = (hpcio_portread(sc->sc_hc, sc->sc_port) == sc->sc_on);
(int)msg ? sc->sc_on : sc->sc_off);
sc->sc_on = loc[HPCIOIFCF_ACTIVE] ? 1 : 0;
sc->sc_port, sc->sc_id, sc->sc_on,
sc->sc_initvalue ? sc->sc_on : sc->sc_off);
msg ? "ON" : "OFF", msg ? sc->sc_on : sc->sc_off));
msg ? sc->sc_on : sc->sc_off);
*(int*)msg = hpcio_portread(sc->sc_hc, sc->sc_port) == sc->sc_on;
*(int*)msg? "ON" : "OFF", *(int*)msg ? sc->sc_on : sc->sc_off));
sc->sc_save == sc->sc_on ? "on": "off", sc->sc_save));
int sc_on, sc_off;