Searched defs:tag (Results 1 - 9 of 9) sorted by relevance
/solaris-x11-s11/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-s11/open-src/lib/DPS/sun-src/pswrap/ |
H A D | pswpriv.h | 72 long int tag; /* valid if output is true; the index of member in struct:_t_ItemRec
|
H A D | psw.c | 287 PSWDictValue tag; local 289 tag = PSWDictLookup(wellKnownPSNames, (char *)(t->val)); 290 if (tag == -1) { /* this is not a well-known name */ 300 t->body.cnst = tag; 309 where doneTag = (last result parameter tag + 1).
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/ |
H A D | dpsfriends.h | 348 unsigned char tag; member in struct:__anon239 356 unsigned char tag; member in struct:__anon240 364 unsigned char tag; member in struct:__anon241
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | dpsclient.c | 183 integer tag, 588 t = firstObj->tag; 648 {DPS_LITERAL|DPS_INT, 0, 0, 0}, /* termination tag = 0 */ 657 ctxt->resultTableLength = 0; /* same value as termination tag */ 2380 char *taginfix = "Unexpected wrap result tag: "; 2381 char *typeinfix = "Unexpected wrap result type; tag: "; 2444 unsigned char tag = *((unsigned char *) arg1+1); local 2445 (void) sprintf(m, "%s%s%d%s", prefix, taginfix, tag, suffix); 2452 unsigned char tag = *((unsigned char *) arg1+1); local 2453 (void) sprintf(m, "%s%s%d%s", prefix, typeinfix, tag, suffi 180 StuffResultVal( DPSContext ctxt, DPSResults result, integer tag, DPSBinObj obj) argument [all...] |
/solaris-x11-s11/open-src/lib/libdga/sun-src/ |
H A D | dga_winshared.h | 445 XID tag; member in struct:wx_abinfo
|
/solaris-x11-s11/open-src/kernel/sys/drm/ |
H A D | drmP.h | 570 struct drm_file *tag; /**< associated fd private data */ member in struct:drm_ctx_list
|
Completed in 45 milliseconds