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

/freebsd-9.3-release/usr.sbin/vidcontrol/
H A Dvidcontrol.c77 int video_mode_number; member in struct:__anon11110
123 if (ioctl(0, CONS_GET, &cur_info.video_mode_number) == -1)
126 cur_info.video_mode_info.vi_mode = cur_info.video_mode_number;
160 if (cur_info.video_mode_number >= M_VESA_BASE)
161 ioctl(0, _IO('V', cur_info.video_mode_number - M_VESA_BASE),
164 ioctl(0, _IO('S', cur_info.video_mode_number), NULL);

Completed in 52 milliseconds