Searched refs:CONS_GET (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/sys/sys/ |
| H A D | consio.h | 89 #define CONS_GET _IOR('c', 2, int) macro
|
| /freebsd-13.1/lib/libvgl/ |
| H A D | main.c | 162 if (ioctl(0, CONS_GET, &VGLOldMode) || ioctl(0, CONS_CURRENT, &adptype)) in VGLInit()
|
| /freebsd-13.1/usr.sbin/vidcontrol/ |
| H A D | vidcontrol.c | 124 if (ioctl(0, CONS_GET, &cur_info.video_mode_number) == -1) in init() 754 if (ioctl(0, CONS_GET, &cur_mode) < 0) in video_mode()
|
| /freebsd-13.1/sys/dev/syscons/ |
| H A D | scvidctl.c | 544 case CONS_GET: /* get current video mode */ in sc_vid_ioctl()
|
| /freebsd-13.1/contrib/ncurses/ncurses/base/ |
| H A D | lib_mouse.c | 688 #define FBIO_GETMODE CONS_GET in initialize_mousetype()
|
| /freebsd-13.1/sys/dev/vt/ |
| H A D | vt_core.c | 2589 case CONS_GET: in vtterm_ioctl()
|