Home
last modified time | relevance | path

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

/netbsd/sys/dev/wscons/
H A Dwsdisplay_vconsvar.h103 #define SCREEN_ENABLE_DRAWING(scr) ((scr)->scr_flags &= ~VCONS_DONT_DRAW) macro
/netbsd/sys/dev/wsfb/
H A Dgenfb.c426 SCREEN_ENABLE_DRAWING(&scp->sc_console_screen); in genfb_attach()
523 SCREEN_ENABLE_DRAWING(&scp->sc_console_screen); in genfb_ioctl()
992 SCREEN_ENABLE_DRAWING(&scp->sc_console_screen); in genfb_enable_polling()
/netbsd/sys/dev/pci/
H A Dradeonfb.c1263 SCREEN_ENABLE_DRAWING(&dp->rd_vscreen); in radeonfb_ioctl()