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

/freebsd-10.3-release/usr.sbin/vidcontrol/
H A Dvidcontrol.c80 int video_mode_number; member in struct:__anon12763
136 if (ioctl(0, CONS_GET, &cur_info.video_mode_number) == -1)
139 cur_info.video_mode_info.vi_mode = cur_info.video_mode_number;
174 if (cur_info.video_mode_number >= M_VESA_BASE)
175 ioctl(0, _IO('V', cur_info.video_mode_number - M_VESA_BASE),
178 ioctl(0, _IO('S', cur_info.video_mode_number), NULL);

Completed in 156 milliseconds