Searched refs:value (Results 1 - 25 of 102) sorted by relevance

12345

/solaris-x11-s11/pkg/
H A Dmerge-metadata.pl40 if ($in =~ m{^set name=(\S+) value="(.*)"$}) {
41 my ($name, $value) = ($1, $2);
42 $attributes{$name}->{$value} = 1;
54 print qq( value="$v");
70 (.*)}{$1$4\nset name=$2 value="$3"}gmx)
76 s{set name=com.oracle.info.description value=""}
77 {<transform set name=pkg.summary -> emit set name=com.oracle.info.description value=%{pkg.summary}>};
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DcsfindNX.h81 void **value); /* value of the argument */
83 Gets the value of the given argument. Returns the value in val. If the
84 value will fit in val (ie, a Bool) then the value is placed there,
85 otherwise a pointer to the value is placed there. It is assumed that
H A Ddpsdict.c56 PSWDictValue value; member in struct:_EntryRec
136 return e->value;
140 -1 => found. If found, value is replaced. */
141 PSWDictValue DPSWDictEnter(PSWDict dict, char *name, PSWDictValue value) argument
147 e->value = value;
152 e->value = value;
157 /* -1 => not found. If found, value is returned. */
161 PSWDictValue value; local
[all...]
H A DcsfindNX.c440 XrmValue value; local
474 &value) == True) {
475 retVal = ParseAgentString((char *) value.addr, host, transport, port);
551 XDPSNXSetClientArg(int arg, void *value) argument
557 return(ParseAgentString(value,
561 if ((gXDPSNXExecObj = Xmalloc(strlen((char *) value) + 1)) == NULL) {
564 gXDPSNXExecObj = strcpy(gXDPSNXExecObj, (char *) value);
569 execInfo = (char **) value;
581 gXDPSNXAutoLaunch = (Bool)(long) value;
583 gXDPSNXLaunchedAgentTrans = (long) value;
620 XDPSGetNXArg(int arg, void **value) argument
[all...]
H A Dcslibext.c428 register unsigned int *value = vals; local
437 if (dirty & GCFunction) *value++ = gv->function;
438 if (dirty & GCPlaneMask) *value++ = gv->plane_mask;
439 if (dirty & GCForeground) *value++ = gv->foreground;
440 if (dirty & GCBackground) *value++ = gv->background;
441 if (dirty & GCLineWidth) *value++ = gv->line_width;
442 if (dirty & GCLineStyle) *value++ = gv->line_style;
443 if (dirty & GCCapStyle) *value++ = gv->cap_style;
444 if (dirty & GCJoinStyle) *value++ = gv->join_style;
445 if (dirty & GCFillStyle) *value
[all...]
/solaris-x11-s11/open-src/app/cmap_compact/sun-src/
H A Dcmcutil.c174 int value; local
177 value = CMC_MAGIC;
178 (void)fwrite(&value, sizeof(int), 1, f);
179 value = CMC_VERSION;
180 (void)fwrite(&value, sizeof(int), 1, f);
189 int value; local
192 if (!fread(&value, sizeof(int), 1, f) ||
193 value != CMC_MAGIC)
195 Actual = %x", CMC_MAGIC, value);
198 if (!fread(&value, sizeo
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dpswdict.c62 PSWDictValue value; member in struct:_t_EntryRec
127 return e->value;
131 -1 => found. If found, value is replaced. */
132 PSWDictValue PSWDictEnter(PSWDict dict, char *name, PSWDictValue value) argument
138 e->value = value;
143 e->value = value;
148 /* -1 => not found. If found, value is returned. */
152 PSWDictValue value; local
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/config/
H A Dgfx_res_util.c193 vidtiming->Hact = atoi(ap->value);
196 vidtiming->Hfp = atoi(ap->value);
199 vidtiming->Hsw = atoi(ap->value);
202 vidtiming->Hbp = atoi(ap->value);
205 vidtiming->Hsrp = atoi(ap->value);
209 vidtiming->Vact = atoi(ap->value);
212 vidtiming->Vfp = atoi(ap->value);
215 vidtiming->Vsw = atoi(ap->value);
218 vidtiming->Vse = atoi(ap->value);
221 vidtiming->Vbp = atoi(ap->value);
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_Option.c109 const char *option_value) /* Option value string */
163 * Retrieve the specified Option entry value from the specified config
164 * section. Return the value string or else the "not found" or "value
174 const char *option_value_empty) /* Case if Option has no value */
193 * Return the Option value string, else the value-empty string
206 * Retrieve the specified Option entry value from the specified config
207 * section. Evaluate the value string as a keyword and return the
208 * corresponding ordinal value
301 int value; /* Boolean Option value */ local
[all...]
H A Dfbc_Option.h43 const char *option_value); /* Option value string */
50 const char *option_value_empty); /* Case if Option has no value */
53 const char * const name; /* Option value keyword */
54 int value; /* Option keyword's ordinal value */ member in struct:__anon19
62 int option_value_bad, /* Case if Option value is bad */
63 const fbc_Optkeywd_t *keywd_table); /* Table of Option value keywds */
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/
H A Dmapper.c91 unsigned int value, chipType; local
106 value = ast_mmio_read32(0x1207c);
107 chipType = value & 0x0300;
H A Dastio.h54 uchar_t value; member in struct:__anon98
H A Dtools.c732 register uint_t value; local
736 value = ((red >> 5) & 0x7) << 5;
737 value |= ((green >> 5) & 0x7) << 2;
738 value |= (blue >> 6) & 0x3;
742 value = ((red >> 3) & 0x1f) << 10;
743 value |= ((green >> 3) & 0x1f) << 5;
744 value |= (blue >> 3) & 0x1f;
748 value = ((red >> 3) & 0x1f) << 11;
749 value |= ((green >> 2) & 0x3f) << 5;
750 value |
1039 ast_store_mmio( register uint_t const port, register uint_t const value) argument
1094 ast_set_index_reg( register uchar_t const offset, register uchar_t const index, register uchar_t const value) argument
1128 ast_set_reg( register uchar_t const offset, register uchar_t const value) argument
1150 register uint_t value; local
1189 register uint_t value; local
[all...]
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_sideband.c124 u32 value = 0; local
136 value = SBI_CTL_DEST_ICLK | SBI_CTL_OP_CRRD;
138 value = SBI_CTL_DEST_MPHY | SBI_CTL_OP_IORD;
139 I915_WRITE(SBI_CTL_STAT, value | SBI_BUSY);
150 void intel_sbi_write(struct drm_i915_private *dev_priv, u16 reg, u32 value, argument
164 I915_WRITE(SBI_DATA, value);
/solaris-x11-s11/open-src/kernel/efb/src/
H A Dradeon_irq.c341 u32 value; local
345 value = 0;
348 value |= DRM_RADEON_VBLANK_CRTC1;
351 value |= DRM_RADEON_VBLANK_CRTC2;
352 return (value);
356 radeon_vblank_crtc_set(drm_device_t *dev, int64_t value) argument
361 if (value & ~(DRM_RADEON_VBLANK_CRTC1 | DRM_RADEON_VBLANK_CRTC2)) {
363 (unsigned int)value);
366 dev_priv->vblank_crtc = (unsigned int)value;
H A Dradeon_io32.h116 uint32_t value; member in struct:drm_radeon_getparam_32
145 uint64_t value; member in struct:drm_radeon_setparam_32
H A Defb_edid.c142 efb_set_scl(void *s, int stream, int value) argument
171 if (value == 0) {
182 efb_set_sda(void *s, int stream, int value) argument
211 if (value == 0) {
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/
H A Defb.h38 #define REGW(offset, value) WRITE_MMIO_UINT(efb_info.efb_mmio_ptr + \
39 (offset), (value))
H A Dtools.c570 register uint_t value; local
574 value = ((red >> 5) & 0x7) << 5;
575 value |= ((green >> 5) & 0x7) << 2;
576 value |= (blue >> 6) & 0x3;
580 value = ((red >> 3) & 0x1f) << 10;
581 value |= ((green >> 3) & 0x1f) << 5;
582 value |= (blue >> 3) & 0x1f;
586 value = ((red >> 3) & 0x1f) << 11;
587 value |= ((green >> 2) & 0x3f) << 5;
588 value |
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DDialog.c69 * After we have set the string in the value widget we set the
70 * string to a magic value. So that when a SetValues request is made
71 * on the dialog value we will notice it, and reset the string.
82 XtOffsetOf(DialogRec, dialog.value), XtRString, NULL},
187 if (dw->dialog.value != NULL)
289 if ( w->dialog.value != old->dialog.value ) {
290 if (w->dialog.value == NULL) /* only get here if it
293 else if (old->dialog.value == NULL) { /* create a new value widge
443 char * value; local
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/mga/
H A Dtools.c748 register uint_t value; local
752 value = ((red >> 5) & 0x7) << 5;
753 value |= ((green >> 5) & 0x7) << 2;
754 value |= (blue >> 6) & 0x3;
758 value = ((red >> 3) & 0x1f) << 10;
759 value |= ((green >> 3) & 0x1f) << 5;
760 value |= (blue >> 3) & 0x1f;
764 value = ((red >> 3) & 0x1f) << 11;
765 value |= ((green >> 2) & 0x3f) << 5;
766 value |
833 register uint32_t value; local
1060 register uint32_t value = *uint32ptr; local
1073 mga_put_uint32( register uint32_t volatile *const uint32ptr, register uint32_t const value) argument
[all...]
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Dialog.c49 * After we have set the string in the value widget we set the
50 * string to a magic value. So that when a SetValues request is made
51 * on the dialog value we will notice it, and reset the string.
62 XtOffset(DialogWidget, dialog.value), XtRString, NULL},
163 if (dw->dialog.value != NULL)
263 if ( w->dialog.value != old->dialog.value ) {
264 if (w->dialog.value == NULL) /* only get here if it
267 else if (old->dialog.value == NULL) { /* create a new value widge
378 char * value; local
[all...]
H A DXaw3_1DialogP.h51 String value; /* for the user response */ member in struct:_DialogPart
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_ioctl.c228 stats->data[i].value =
231 stats->data[i].value = atomic_read(&dev->counts[i]);
248 req->value = 0;
252 req->value = 1;
255 req->value = 1;
258 req->value = dev->mode_config.preferred_depth;
261 req->value = dev->mode_config.prefer_shadow;
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A Ddpsexcept.h212 type and therefore passed by pointer), then returns the value zero.
216 extern void longjmp(jmp_buf buf, int value);
219 value as its return value (which must be non-zero).

Completed in 63 milliseconds

12345