Home
last modified time | relevance | path

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

/dragonfly/lib/libvgl/
HDmain.c364 ioctl(0, VT_RELDISP, VT_ACKACQ); in VGLCheckSwitch()
409 ioctl(0, VT_RELDISP, VT_TRUE); in VGLCheckSwitch()
/dragonfly/sys/sys/
HDconsio.h292 #define VT_RELDISP _IO('v', 4 /*, int */) macro
/dragonfly/sys/dev/misc/syscons/
HDsyscons.c1257 case VT_RELDISP: /* screen switcher ioctl */ in scioctl()