Searched defs:vs (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_res.c558 const SunVideoSummary *vs; /* Video summary array element ptr */ local
660 for (vs = &SunVideoTable[0]; vs->id_string != NULL; vs += 1) {
661 if (fbc_resname_cmp(vs->id_string, video_mode->name) == 0) {
663 video_mode->name = vs->id_string;
664 video_mode->width = vs->width;
665 video_mode->height = vs->height;
666 video_mode->frequency = vs->vfreq;

Completed in 16 milliseconds