Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dkbio.h85 #define KDRASTER _IOW('K', 100, scr_size_t) macro
H A Dconsio.h66 #define KDRASTER _IOW('K', 100, scr_size_t) macro
/freebsd/lib/libvgl/
H A Dmain.c95 ioctl(0, KDRASTER, size); in VGLEnd()
/freebsd/usr.sbin/vidcontrol/
H A Dvidcontrol.c163 ioctl(0, KDRASTER, size); in revert()
842 if (ioctl(0, KDRASTER, size)) { in video_mode()
/freebsd/sys/dev/syscons/
H A Dscvidctl.c781 case KDRASTER: /* set pixel (raster) display mode */ in sc_vid_ioctl()