Searched defs:string_buf (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.c100 char string_buf[14]; /* ID Manufacturer, Serial #, etc. */ local
104 sun_edid_vendor(edid_data, string_buf, &product_code, &serial_num);
105 printf(FBC_PR_INDENT "Monitor manufacturer: %s\n", string_buf);
108 if (sun_edid_product_name(edid_data, string_buf) == 0) {
109 printf(FBC_PR_INDENT "Product Name: %s\n", string_buf);
112 if ((sun_edid_serial_number(edid_data, string_buf) == 0) ||
118 if (string_buf[0] != '\0') {
119 printf(" %s", string_buf);
252 char string_buf[14]; /* Display Descriptor strings buffer */ local
254 if (sun_edid_alphanum_data(edid_data, string_buf)
[all...]
H A Dsun_edid.c1006 char *string_buf) /* Returned Display Descriptor str */
1018 *string_buf = edid_data[i];
1019 string_buf += 1;
1021 *string_buf = '\0';
1045 char *string_buf) /* Returned Display Descriptor str */
1049 *string_buf = '\0'; /* In case nothing is found */
1062 sun_edid_descriptor_string(&edid_data[addr], string_buf);
1079 char *string_buf) /* Returned Display Product Serial # */
1082 return (display_descriptor_string(edid_data, 0xFF, string_buf));
1098 char *string_buf) /* Returne
1004 sun_edid_descriptor_string( const uint8_t *edid_data, char *string_buf) argument
1042 display_descriptor_string( const uint8_t *edid_data, uint8_t tag, char *string_buf) argument
1077 sun_edid_serial_number( const uint8_t *edid_data, char *string_buf) argument
1096 sun_edid_alphanum_data( const uint8_t *edid_data, char *string_buf) argument
1174 sun_edid_product_name( const uint8_t *edid_data, char *string_buf) argument
[all...]
H A Dfbc_predid.c179 char string_buf[4]; /* ID Manufacturer (3 chars & Nul) */ local
183 sun_edid_vendor(edid_base, string_buf, &product_code, &serial_num);
184 printf("\t ID Manufacturer Name: %s\n", string_buf);
713 char string_buf[14]; /* String from Display Descriptor */ local
737 string_buf);
739 string_buf);
743 string_buf);
745 string_buf);
760 string_buf);
762 string_buf);
[all...]

Completed in 767 milliseconds