Searched refs:week (Results 1 - 4 of 4) sorted by relevance
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | fbc_prconf.c | 101 int week; /* Week of Manufacture (or flag) */ local 124 sun_edid_mdate(edid_data, &week, &year); 125 if (week == 0xFF) { 129 if (week != 0) { 130 printf(", week %d", week);
|
H A D | sun_edid.h | 80 int *week, /* Week of manufacture (or flags) */
|
H A D | fbc_predid.c | 180 int week; /* Week of Manufacture (or flag) */ local 188 sun_edid_mdate(edid_base, &week, &year); 189 if ((week >= 1) && (week <= 54)) { 190 printf("\t Week of Manufacture: %d\n", week); 192 printf("\t Week Flag: 0x%02X\n", week); 194 if (week == 0xFF) {
|
H A D | sun_edid.c | 269 int *week, /* Week of manufacture, else flags */ 273 *week = edid_data[0x10]; 267 sun_edid_mdate( const uint8_t *edid_data, int *week, int *year) argument
|
Completed in 20 milliseconds