Searched defs:tag (Results 1 - 5 of 5) sorted by relevance
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | fbc_predid.h | 43 unsigned int tag; /* String tag number */ member in struct:__anon38 49 unsigned int tag, /* String tag number */
|
H A D | sun_edid.c | 934 * the specified tag, or -1 if the descriptor isn't found. 936 * Subsequent descriptors having the same tag won't be found. 938 * Display Descriptor tag numbers are (as of EDID 1.4): 956 uint8_t tag) /* Display Descriptor tag number */ 982 (edid_data[addr+3] == tag)) { /* Display Descriptor tag */ 1030 * having the specified tag. If found, return the Nul-terminated 1044 uint8_t tag, /* Display Descriptor tag numbe 954 find_display_descriptor( const uint8_t *edid_data, uint8_t tag) argument 1042 display_descriptor_string( const uint8_t *edid_data, uint8_t tag, char *string_buf) argument [all...] |
H A D | fbc_predid.c | 109 * Given a string tag number, a table of tagged strings with a 111 * with the matching tag, else return the default text string. 116 unsigned int tag, /* String tag number */ 123 if (string[i].tag == tag) { 714 uint8_t tag; /* Display Descriptor tag number */ local 719 * Display Descriptor tag numbers are (as of EDID 1.4): 733 tag 115 fbc_predid_tagged_string( unsigned int tag, const fbc_tag_str_t string[], const char *const default_text) argument 1191 uint8_t tag; /* Extension Block Tag Number (temp) */ local [all...] |
/solaris-x11-s12/open-src/lib/libdga/sun-src/ |
H A D | dga_winshared.h | 445 XID tag; member in struct:wx_abinfo
|
/solaris-x11-s12/open-src/kernel/sys/drm/ |
H A D | drmP.h | 571 struct drm_file *tag; /**< associated fd private data */ member in struct:drm_ctx_list
|
Completed in 27 milliseconds