Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dconsio.h87 #define CONS_GET _IOR('c', 2, int) macro
/freebsd/lib/libvgl/
H A Dmain.c160 if (ioctl(0, CONS_GET, &VGLOldMode) || ioctl(0, CONS_CURRENT, &adptype)) in VGLInit()
/freebsd/usr.sbin/vidcontrol/
H A Dvidcontrol.c119 if (ioctl(0, CONS_GET, &cur_info.video_mode_number) == -1) in init()
749 if (ioctl(0, CONS_GET, &cur_mode) < 0) in video_mode()
/freebsd/sys/dev/syscons/
H A Dscvidctl.c546 case CONS_GET: /* get current video mode */ in sc_vid_ioctl()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c705 #define FBIO_GETMODE CONS_GET in initialize_mousetype()
/freebsd/sys/dev/vt/
H A Dvt_core.c2769 case CONS_GET: in vtterm_ioctl()