/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | fbc_Option.h | 43 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 */
|
H A D | fbc_Option.c | 109 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 D | fbc_getargs.h | 53 int value; /* Keyword's ordinal value */ member in struct:__anon27 110 const char *option_value, /* Option entry value string */ 188 * array of option strings that provide the default value(s).
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/ |
H A D | mapper.c | 91 unsigned int value, chipType; local 106 value = ast_mmio_read32(0x1207c); 107 chipType = value & 0x0300;
|
H A D | astio.h | 54 uchar_t value; member in struct:__anon98
|
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | efb_edid.c | 142 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) {
|
H A D | radeon_irq.c | 341 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;
|
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | intel_sideband.c | 124 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);
|
H A D | intel_lvds.c | 469 uint64_t value) 477 if (value == DRM_MODE_SCALE_NONE) { 482 if (intel_connector->panel.fitting_mode == value) { 486 intel_connector->panel.fitting_mode = (int) value; 845 /* use the module option value if specified */ 849 /* BIOS should set the proper LVDS register value at boot, but 850 * in reality, it doesn't set the value when the lid is closed; 851 * we need to check "the value to be set" in VBT when LVDS 467 intel_lvds_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t value) argument
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | dpsdict.c | 56 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 D | csfindNX.c | 440 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...] |
/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/ |
H A D | pswdict.c | 62 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/lib/libXaw4/sun-src/ |
H A D | Xaw3_1Dialog.c | 49 * 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 D | Xaw3_1DialogP.h | 51 String value; /* for the user response */ member in struct:_DialogPart
|
H A D | Xaw3_1StripChart.c | 231 double value; local 242 /* Get the value, stash the point and draw corresponding line. */ 247 XtCallCallbacks( (Widget)w, XtNgetValue, (caddr_t)&value ); 254 if (value > w->strip_chart.max_value) { 255 w->strip_chart.max_value = value; 262 w->strip_chart.valuedata[w->strip_chart.interval] = value; 264 int y = (int) (w->core.height - (w->core.height * value) / 288 * adjusted value of next. If next is 0, this routine draws an empty window 290 * the returned value is identical to the initial value o [all...] |
/solaris-x11-s11/open-src/lib/libowconfig/sun-src/ |
H A D | Sunowconfig.h | 59 char *value; member in struct:__anon465 170 char * /*value*/); 202 char *value*/);
|
/solaris-x11-s11/open-src/app/cmap_compact/sun-src/ |
H A D | cmcutil.c | 174 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/libXaw5/sun-src/ |
H A D | Dialog.c | 69 * 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...] |
H A D | DialogP.h | 75 String value; /* for the user response */ member in struct:_DialogPart
|
H A D | StripChart.c | 245 double value; local 255 /* Get the value, stash the point and draw corresponding line. */ 260 XtCallCallbacks( (Widget)w, XtNgetValue, (XtPointer)&value ); 267 if (value > w->strip_chart.max_value) { 268 w->strip_chart.max_value = value; 276 w->strip_chart.valuedata[w->strip_chart.interval] = value; 279 - (int)(w->core.height * value) / w->strip_chart.scale); 302 * adjusted value of next. If next is 0, this routine draws an empty window 304 * the returned value is identical to the initial value o [all...] |
H A D | TextSrc.c | 260 * RETURNED value, length - the return value that has been converted. 261 * RETURNED format - the format of the returned value. 268 ConvertSelection(w, selection, target, type, value, length, format) 271 XtPointer * value; 498 * RETURNED value, length - the return value that has been converted. 499 * RETURNED format - the format of the returned value. 507 Atom *type, XtPointer *value, 511 target, type, value, lengt 506 XawTextSourceConvertSelection(Widget w, Atom *selection, Atom *target, Atom *type, XtPointer *value, unsigned long *length, int *format) argument [all...] |
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/ |
H A D | Flags.c | 209 * name is already present, replace the value, etc. of the existing 219 char *val, /* Ptr to new option value string */ 301 * name is already present, replace the value, etc. of the existing 375 xf86newOption(char *name, char *value) argument 386 opt->opt_val = value; 512 * value string pairs. The size of the array is specified by a 513 * non-negative "count" value or else by a NULL as the last element 661 * Get the option value token, if any, and comment string, if any 733 * Write the Option line, which may include an Option value
|
/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_drv.c | 300 static int drm_copy_field(char *buf, size_t *buf_len, const char *value) argument 305 len = strlen(value); 309 /* let userspace know exact length of driver value (which could be 311 *buf_len = strlen(value); 315 if (copy_to_user(buf, value, len))
|
/solaris-x11-s11/open-src/lib/libXext/sun-src/src/ |
H A D | XPanoramiX.c | 482 XrmValue value; local 500 "XineramaDefaultFramebuffer", &vtype, &value)) 502 if (value.size < sizeof(buffer)) { 503 strncpy(buffer, value.addr, value.size); 504 buffer[value.size] = 0; 514 if ((fb < 0) || (fb >= fbs)) /* fb value not valid */ 517 &vtype, &value)) 519 if (value.size < sizeof(buffer)) { 520 strncpy(buffer, value [all...] |
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/ |
H A D | tools.c | 570 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...] |