Home
last modified time | relevance | path

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

/dragonfly/lib/libvgl/
H A Dmain.c80 ioctl(0, VT_SETMODE, &smode); in VGLEnd()
258 if (ioctl(0, VT_SETMODE, &smode)) { in VGLInit()
/dragonfly/sys/sys/
H A Dconsio.h285 #define VT_SETMODE _IOW('v', 2, vtmode_t) macro
/dragonfly/sys/dev/misc/syscons/
H A Dsyscons.c1204 case VT_SETMODE: /* set screen switcher mode */ in scioctl()