Home
last modified time | relevance | path

Searched refs:sc_burnoutintvl (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/sys/dev/wscons/
Dwsdisplay.c177 int sc_burnoutintvl; member
746 sc->sc_burnoutintvl = (hz * WSDISPLAY_DEFBURNOUT) / 1000; in wsdisplay_common_attach()
750 sc->sc_burnout = sc->sc_burnoutintvl; in wsdisplay_common_attach()
1184 d->off = sc->sc_burnoutintvl * 1000 / hz; in wsdisplay_internal_ioctl()
1210 sc->sc_burnoutintvl = hz * d->off / 1000; in wsdisplay_internal_ioctl()
1212 sc->sc_burnout = sc->sc_burnoutintvl; in wsdisplay_internal_ioctl()
2183 sc->sc_burnout = sc->sc_burnoutintvl; in wsdisplay_burner()