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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_prconf.c102 int year; /* Year of Manufacture or Model Year */ local
124 sun_edid_mdate(edid_data, &week, &year);
126 printf(FBC_PR_INDENT "Model year: %d\n", year);
128 printf(FBC_PR_INDENT "Manufacture date: %d", year);
H A Dsun_edid.c262 * (0x00 = Not used, 1..54 = Week, 0xFF = Model year flag (EDID 1.4))
263 * * Year of manufacture or model year (EDID 1.4)
270 int *year) /* Year of manufacture or model year */
274 *year = edid_data[0x11] + 1990;
267 sun_edid_mdate( const uint8_t *edid_data, int *week, int *year) argument
H A Dfbc_predid.c166 * (0x00 = Not used, 1..54 = Week, 0xFF = Model year flag (EDID 1.4))
181 int year; /* Year of Manufacture or Model Year */ local
188 sun_edid_mdate(edid_base, &week, &year);
195 printf("\t Model Year: %d\n", year);
197 printf("\t Year of Manufacture: %d\n", year);
212 * 0xFF = Model year flag (EDID 1.4))

Completed in 14 milliseconds