Searched refs:string_buf (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 | 100 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 D | sun_edid.h | 193 char *string_buf); /* Returned Display Descriptor str */ 197 char *string_buf); /* Returned Display Product Serial # */ 201 char *string_buf); /* Returned Alphanumeric Data String */ 229 char *string_buf); /* Returned Display Product Name */
|
H A D | sun_edid.c | 1006 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 D | fbc_predid.c | 179 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 35 milliseconds