/solaris-x11-s12/pkg/ |
H A D | merge-metadata.pl | 40 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-s12/open-src/app/cmap_compact/sun-src/ |
H A D | cmcutil.c | 170 int value; local 173 value = CMC_MAGIC; 174 (void)fwrite(&value, sizeof(int), 1, f); 175 value = CMC_VERSION; 176 (void)fwrite(&value, sizeof(int), 1, f); 185 int value; local 188 if (!fread(&value, sizeof(int), 1, f) || 189 value != CMC_MAGIC) 191 Actual = %x", CMC_MAGIC, value); 194 if (!fread(&value, sizeo [all...] |
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
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_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_getargs.c | 46 * Look up the keyword that has been provided as the value for a 62 * Look up the option value keyword 71 * Handle an unknown/invalid option value keyword 73 fbc_errormsg("Invalid value for -%s option: %s\n", 83 * Handle an ambiguous abbreviation of a value keyword 85 fbc_errormsg("Ambiguous value for -%s option.\n", 108 * Currently supported are Option entries having no value or a single 109 * value. 119 const char *option_value, /* Option entry value string */ 172 (option_mod->value ! [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).
|
H A D | fbc_xorg.h | 82 const char *value; /* Option entry value string */ member in struct:__anon43 107 #define FBC_NO_DefaultDepth (0) /* No DefaultDepth value */ 141 /* -g <gamma-value> */ 144 #define FBC_NO_Gamma (-1.0) /* No Gamma correction value */ 216 float mon_gamma_green; /* Green gamma value, else undefined */ 217 float mon_gamma_blue; /* Blue gamma value, else undefined */
|
/solaris-x11-s12/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:__anon95
|
H A D | tools.c | 732 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...] |
H A D | libvtsSUNWast.h | 283 uint_t const value); 293 uchar_t const value); 301 uchar_t const value);
|
/solaris-x11-s12/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 | i915_io32.c | 72 dest64->value = (int __user *)(uintptr_t)dest32.value;
|
H A D | i915_dma.c | 921 int value; local 930 value = dev->pdev->irq ? 1 : 0; 933 value = dev_priv->dri1.allow_batchbuffer ? 1 : 0; 936 value = READ_BREADCRUMB(dev_priv); 939 value = dev->pci_device; 942 value = 1; 945 value = dev_priv->num_fence_regs - dev_priv->fence_reg_start; 948 value = dev_priv->overlay ? 1 : 0; 951 value = 1; 955 value [all...] |
H A D | intel_ringbuffer.h | 109 * last_retired_head is set to -1 after the value is consumed so 127 u32 value); 135 * seen value is good enough. Note that the seqno will always be 238 int reg, u32 value) 241 regs[reg] = value; 237 intel_write_status_page(struct intel_ring_buffer *ring, int reg, u32 value) argument
|
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/mga/ |
H A D | tools.c | 748 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-s12/open-src/kernel/drm/src/ |
H A D | drm_ioctl.c | 228 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;
|
H A D | drm_kstat.c | 57 (knp++)->value.ui32 = sc->counts[tmp];
|
H A D | drm_crtc.c | 2805 uint64_t value, const char *name) 2816 if ((property->flags & DRM_MODE_PROP_BITMASK) && (value > 63)) 2821 if (prop_enum->value == value) { 2835 prop_enum->value = value; 2837 property->values[index] = value; 2968 if (DRM_COPY_TO_USER(&enum_ptr[copied].value, &prop_enum->value, sizeof(uint64_t))) { 3110 uint64_t value) 2804 drm_property_add_enum(struct drm_property *property, int index, uint64_t value, const char *name) argument 3109 drm_property_change_is_valid(struct drm_property *property, uint64_t value) argument 3150 drm_mode_connector_set_obj_prop(struct drm_mode_object *obj, struct drm_property *property, uint64_t value) argument 3171 drm_mode_crtc_set_obj_prop(struct drm_mode_object *obj, struct drm_property *property, uint64_t value) argument 3186 drm_mode_plane_set_obj_prop(struct drm_mode_object *obj, struct drm_property *property, uint64_t value) argument [all...] |
/solaris-x11-s12/open-src/lib/libXext/sun-src/src/ |
H A D | XPanoramiX.c | 484 XrmValue value; local 502 "XineramaDefaultFramebuffer", &vtype, &value)) 504 if (value.size < sizeof(buffer)) { 505 strncpy(buffer, value.addr, value.size); 506 buffer[value.size] = 0; 516 if ((fb < 0) || (fb >= fbs)) /* fb value not valid */ 519 &vtype, &value)) 521 if (value.size < sizeof(buffer)) { 522 strncpy(buffer, value [all...] |
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/ |
H A D | xf86Optrec.h | 99 char *val, /* Ptr to new option value string */ 109 XF86OptionPtr xf86newOption(char *name, char *value);
|
/solaris-x11-s12/open-src/common/ |
H A D | suntouch-manpages.pl | 30 # -a '{attribute, value}, ...' - add entries to Attributes section table 31 # -o '{attribute, value}, ...' - override previous entries in 210 my ($name, $value) = @{$a}; 211 $attribute_entries .= $name . "\t" . $value . "\n"; 230 my @pair = split /,\s*/, $a, 2; # pair = name, value
|
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconfig/ |
H A D | fbconfig.c | 162 scf_value_t *value; /* SCF property value */ local 178 value = scf_value_create(scf_handle); 179 if ((value == NULL) || 201 (scf_property_get_value(prop, value) == -1) || 202 (scf_value_get_astring(value, pathname, sizeof(pathname)) == -1)) { 204 PrintError("SCF value retrieval, %s", 230 if (value != NULL) { 231 scf_value_destroy(value); 342 * pointer, return the (struct stat).st_rdev value [all...] |
/solaris-x11-s12/open-src/app/xlock/sun-src/ |
H A D | resource.c | 201 {"-saturation value", "saturation of color ramp"}, 380 XrmValue value; local 389 if (XrmGetResource(database, fullname, fullclass, &type, &value)) { 390 string = value.addr; 391 len = value.size;
|
/solaris-x11-s12/open-src/kernel/sys/drm/ |
H A D | drm_io32.h | 78 uint32_t value; member in struct:drm_stats_32::__anon139
|