Searched refs:CONS_MODEINFO (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libvgl/ |
H A D | main.c | 166 if (ioctl(0, CONS_MODEINFO, &VGLModeInfo)) /* FBIO_MODEINFO */ in VGLInit() 171 if (ioctl(0, CONS_MODEINFO, &VGLOldModeInfo)) in VGLInit()
|
/freebsd/usr.sbin/vidcontrol/ |
H A D | vidcontrol.c | 124 if (ioctl(0, CONS_MODEINFO, &cur_info.video_mode_info) == -1) in init() 786 if (ioctl(0, CONS_MODEINFO, &new_mode_info) == -1) { in video_mode() 1138 if (ioctl(0, CONS_MODEINFO, &info)) in show_mode_info()
|
/freebsd/sys/sys/ |
H A D | consio.h | 273 #define CONS_MODEINFO _IOWR('c', 102, video_info_t) macro
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_mouse.c | 726 #if defined(FBIO_MODEINFO) || defined(CONS_MODEINFO) /* FreeBSD > 2.x */ in initialize_mousetype() 730 #define FBIO_MODEINFO CONS_MODEINFO in initialize_mousetype()
|
/freebsd/sys/dev/syscons/ |
H A D | scvidctl.c | 572 case CONS_MODEINFO: /* get mode information */ in sc_vid_ioctl()
|
/freebsd/sys/dev/vt/ |
H A D | vt_core.c | 2831 case CONS_MODEINFO: in vtterm_ioctl()
|