Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
HDconsio.h88 #define CONS_GET _IOR('c', 2, int) macro
/dragonfly/lib/libvgl/
HDmain.c131 if (ioctl(0, CONS_GET, &VGLOldMode) || ioctl(0, CONS_CURRENT, &adptype)) in VGLInit()
/dragonfly/usr.sbin/vidcontrol/
HDvidcontrol.c115 if (ioctl(0, CONS_GET, &cur_info.video_mode_number) == -1) in init()
/dragonfly/sys/dev/misc/syscons/
HDscvidctl.c484 case CONS_GET: /* get current video mode */ in sc_vid_ioctl()
/dragonfly/contrib/ncurses/ncurses/base/
HDlib_mouse.c688 #define FBIO_GETMODE CONS_GET in initialize_mousetype()