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

/freebsd-current/sys/dev/isl/
H A Disl.c255 static int resolutions[] = { 16, 12, 8, 4}; local
272 resolution = resolutions[(rbyte & CMD2_MASK_RESOLUTION)
/freebsd-current/stand/i386/libi386/
H A Dvbe.c70 } resolutions[] = { variable in typeref:struct:named_resolution
128 /* See if it matches one of our known resolutions */
129 for (idx = 0; idx < nitems(resolutions); ++idx) {
130 res = &resolutions[idx];
/freebsd-current/stand/efi/loader/
H A Dframebuffer.c63 } resolutions[] = { variable in typeref:struct:named_resolution
712 /* See if it matches one of our known resolutions */
713 for (idx = 0; idx < nitems(resolutions); ++idx) {
714 res = &resolutions[idx];

Completed in 185 milliseconds