sc_burnoutintvl   176 dev/wscons/wsdisplay.c 	int	sc_burnoutintvl;
sc_burnoutintvl   745 dev/wscons/wsdisplay.c 	sc->sc_burnoutintvl = (hz * WSDISPLAY_DEFBURNOUT) / 1000;
sc_burnoutintvl   749 dev/wscons/wsdisplay.c 	sc->sc_burnout = sc->sc_burnoutintvl;
sc_burnoutintvl  1194 dev/wscons/wsdisplay.c 		d->off = sc->sc_burnoutintvl * 1000 / hz;
sc_burnoutintvl  1220 dev/wscons/wsdisplay.c 			sc->sc_burnoutintvl = hz * d->off / 1000;
sc_burnoutintvl  1222 dev/wscons/wsdisplay.c 				sc->sc_burnout = sc->sc_burnoutintvl;
sc_burnoutintvl  2180 dev/wscons/wsdisplay.c 			sc->sc_burnout = sc->sc_burnoutintvl;