Home
last modified time | relevance | path

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

/freebsd/usr.sbin/vidcontrol/
H A Dvidcontrol.c78 struct video_info video_mode_info; member
122 cur_info.video_mode_info.vi_mode = cur_info.video_mode_number; in init()
124 if (ioctl(0, CONS_MODEINFO, &cur_info.video_mode_info) == -1) in init()
159 if (cur_info.video_mode_info.vi_flags & V_INFO_GRAPHICS) { in revert()