Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
HDconsio.h298 #define VT_WAITACTIVE _IO('v', 6 /*, int */) macro
/dragonfly/lib/libvgl/
HDmain.c178 ioctl(0, VT_WAITACTIVE, 0); in VGLInit()
/dragonfly/sys/dev/misc/syscons/
HDsyscons.c1321 case VT_WAITACTIVE: /* wait for switch to occur */ in scioctl()