Searched refs:year (Results 1 - 4 of 4) sorted by relevance
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | fbc_prconf.c | 102 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 D | sun_edid.h | 81 int *year); /* Year of manufacture or model year */
|
H A D | fbc_predid.c | 166 * (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))
|
H A D | sun_edid.c | 262 * (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
|
Completed in 18 milliseconds