Home
last modified time | relevance | path

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

/openbsd/sbin/wsconsctl/
H A Ddisplay.c161 kbdact = burners.flags & WSDISPLAY_BURN_KBD; in display_get_values()
235 burners.flags |= WSDISPLAY_BURN_KBD; in display_put_values()
237 burners.flags &= ~WSDISPLAY_BURN_KBD; in display_put_values()
/openbsd/sys/dev/wscons/
H A Dwsconsio.h563 #define WSDISPLAY_BURN_KBD 0x0002 macro
H A Dwsdisplay.c764 sc->sc_burnflags = WSDISPLAY_BURN_OUTPUT | WSDISPLAY_BURN_KBD | in wsdisplay_attach()
1219 if (d->flags & ~(WSDISPLAY_BURN_VBLANK | WSDISPLAY_BURN_KBD | in wsdisplay_internal_ioctl()
1227 WSDISPLAY_BURN_KBD | WSDISPLAY_BURN_MOUSE)) == 0) { in wsdisplay_internal_ioctl()
2353 WSDISPLAY_BURN_KBD | WSDISPLAY_BURN_MOUSE)) && in wsdisplay_burn()
H A Dwskbd.c700 wsdisplay_burn(sc->sc_displaydv, WSDISPLAY_BURN_KBD); in wskbd_input()