Searched refs:CONS_MODEINFO (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/lib/libvgl/ |
| H A D | main.c | 168 if (ioctl(0, CONS_MODEINFO, &VGLModeInfo)) /* FBIO_MODEINFO */ in VGLInit() 173 if (ioctl(0, CONS_MODEINFO, &VGLOldModeInfo)) in VGLInit()
|
| /freebsd-13.1/usr.sbin/vidcontrol/ |
| H A D | vidcontrol.c | 129 if (ioctl(0, CONS_MODEINFO, &cur_info.video_mode_info) == -1) in init() 791 if (ioctl(0, CONS_MODEINFO, &new_mode_info) == -1) { in video_mode() 1143 if (ioctl(0, CONS_MODEINFO, &info)) in show_mode_info()
|
| /freebsd-13.1/sys/sys/ |
| H A D | consio.h | 275 #define CONS_MODEINFO _IOWR('c', 102, video_info_t) macro
|
| /freebsd-13.1/contrib/ncurses/ncurses/base/ |
| H A D | lib_mouse.c | 685 #if defined(FBIO_MODEINFO) || defined(CONS_MODEINFO) /* FreeBSD > 2.x */ in initialize_mousetype() 689 #define FBIO_MODEINFO CONS_MODEINFO in initialize_mousetype()
|
| /freebsd-13.1/sys/dev/syscons/ |
| H A D | scvidctl.c | 570 case CONS_MODEINFO: /* get mode information */ in sc_vid_ioctl()
|
| /freebsd-13.1/sys/dev/vt/ |
| H A D | vt_core.c | 2619 case CONS_MODEINFO: in vtterm_ioctl()
|