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

/freebsd-9.3-release/usr.sbin/vidcontrol/
H A Dvidcontrol.c78 struct video_info video_mode_info; member in struct:__anon11110
126 cur_info.video_mode_info.vi_mode = cur_info.video_mode_number;
128 if (ioctl(0, CONS_MODEINFO, &cur_info.video_mode_info) == -1)
166 if (cur_info.video_mode_info.vi_flags & V_INFO_GRAPHICS) {
167 size[0] = cur_info.video_mode_info.vi_width / 8;
168 size[1] = cur_info.video_mode_info.vi_height /

Completed in 93 milliseconds