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

/freebsd-10.1-release/usr.sbin/vidcontrol/
H A Dvidcontrol.c81 struct video_info video_mode_info; member in struct:__anon12130
139 cur_info.video_mode_info.vi_mode = cur_info.video_mode_number;
141 if (ioctl(0, CONS_MODEINFO, &cur_info.video_mode_info) == -1)
180 if (cur_info.video_mode_info.vi_flags & V_INFO_GRAPHICS) {
181 size[0] = cur_info.video_mode_info.vi_width / 8;
182 size[1] = cur_info.video_mode_info.vi_height /

Completed in 43 milliseconds