Searched refs:tag (Results 1 - 18 of 18) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_predid.h43 unsigned int tag; /* String tag number */ member in struct:__anon38
49 unsigned int tag, /* String tag number */
H A Dfbc_predid.c109 * 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...]
H A Dsun_edid.c934 * 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...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dpsioops.psw90 defineps PSprintobject(int tag)
91 tag printobject
146 defineps PSwriteobject(int tag)
147 tag writeobject
H A Ddpsioops.psw90 defineps DPSprintobject(DPSContext ctxt; int tag)
91 tag printobject
146 defineps DPSwriteobject(DPSContext ctxt; int tag)
147 tag writeobject
H A Ddpsclient.c183 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/common/
H A Dset-elf-comments.pl85 my ($rev, $tag) = split(' ', $_, 2);
86 if ($tag eq 'tip') {
H A Ddelibtoolize.pl229 (?:[\\\s]+ --tag=(?:CC|CXX))?
239 (?:[\\\s]+ --tag=(?:CC|CXX))?
H A DMakefile.inc227 && git tag '$(MODULE_NAME)-$(MODULE_VERSION)'
/solaris-x11-s11/
H A Dbuildit94 hg id -it | read rev tag
95 case "${tag}" in
97 *) print "${tag}" ;;
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A Ddpsfriends.h348 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/pswrap/
H A Dpswpriv.h72 long int tag; /* valid if output is true; the index of member in struct:_t_ItemRec
H A Dpswsemantics.c261 item->tag = nextTag++;
504 token = PSWToken(T_INT, (char *) token->namedFormal->tag);
H A Dpsw.c287 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/kernel/drm/src/
H A Ddrm_context.c356 ctx_entry->tag = file;
H A Ddrm_fops.c361 if (pos->tag == file_priv &&
/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Ddga_winshared.h445 XID tag; member in struct:wx_abinfo
/solaris-x11-s11/open-src/kernel/sys/drm/
H A DdrmP.h570 struct drm_file *tag; /**< associated fd private data */ member in struct:drm_ctx_list

Completed in 53 milliseconds