Searched refs:CONS_GET (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/sys/ |
H A D | consio.h | 87 #define CONS_GET _IOR('c', 2, int) macro
|
/freebsd/lib/libvgl/ |
H A D | main.c | 160 if (ioctl(0, CONS_GET, &VGLOldMode) || ioctl(0, CONS_CURRENT, &adptype)) in VGLInit()
|
/freebsd/usr.sbin/vidcontrol/ |
H A D | vidcontrol.c | 119 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 D | scvidctl.c | 546 case CONS_GET: /* get current video mode */ in sc_vid_ioctl()
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_mouse.c | 729 #define FBIO_GETMODE CONS_GET in initialize_mousetype()
|
/freebsd/sys/dev/vt/ |
H A D | vt_core.c | 2789 case CONS_GET: in vtterm_ioctl()
|