Searched refs:value (Results 226 - 250 of 2564) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4200-Server/
H A DSun-Fire-X4200-Server-disk-hc-topology.xmlgen47 <propval name='label' type='string' value='$bay_label$bay' />
51 <propval name='ap-path' type='string' value='/devices$hpath$apoint' />
56 value='$hpath$tpath' />
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4600-M2/
H A DSun-Fire-X4600-M2-disk-hc-topology.xmlgen46 <propval name='label' type='string' value='$bay_label$bay' />
50 <propval name='ap-path' type='string' value='/devices$hpath$apoint' />
55 value='$hpath$tpath' />
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Derror_map.h19 * value: char *
27 char * value; member in struct:gsserrmap__element
49 (*free_value)(e->value);
64 /* Returns pointer to value, or null if key not found. */
70 return &e->value;
96 (*free_value)(e->value);
97 e->value = new_value;
108 e->value = new_value;
/illumos-gate/usr/src/lib/libresolv2/common/bsd/
H A Dsetenv.c57 * Set the value of the environmental variable "name" to be
58 * "value". If rewrite is set, replace any current value.
60 setenv(const char *name, const char *value, int rewrite) { argument
66 if (*value == '=') /*%< no `=' in value */
67 ++value;
68 l_value = strlen(value);
73 while (*c++ = *value++);
99 if (!(environ[offset] = /*%< name + `=' + value */
[all...]
/illumos-gate/usr/src/common/crypto/rng/
H A Dfips_random.c34 * by words and native byte order within words. The return value's
69 #define SWAP16(value) \
70 ((((value) & 0xff) << 8) | ((value) >> 8))
72 #define SWAP32(value) \
73 (((uint32_t)SWAP16((uint16_t)((value) & 0xffff)) << 16) | \
74 (uint32_t)SWAP16((uint16_t)((value) >> 16)))
88 * Computes a new random value, which is stored in x_j; updates
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/json/
H A Dtst.usdt.d28 this->value = (int *)alloca(sizeof (int));
29 *this->value = 1;
30 copyout(this->value, arg0, sizeof (int));
/illumos-gate/usr/src/cmd/tip/aculib/
H A Dbiz22.c38 if (boolean(value(VERBOSE)))
62 if (boolean(value(VERBOSE)))
75 number(value(DIALTIMEOUT)));
76 logent(value(HOST), num, "biz1022", line);
137 (void) alarm(number(value(DIALTIMEOUT)));
158 (void) alarm(number(value(DIALTIMEOUT)));
H A Dv3451.c34 int slow = number(value(BAUDRATE)) < 1200;
50 logent(value(HOST), num, "vadic", "can't synch up");
62 logent(value(HOST), num, "vadic", "will not accept dial");
72 logent(value(HOST), num, "vadic", "will not accept number");
87 logent(value(HOST), num, "vadic", "failed to dial");
91 if (boolean(value(VERBOSE)))
98 logent(value(HOST), num, "vadic", "call failed");
146 timeout = number(value(DIALTIMEOUT));
/illumos-gate/usr/src/uts/common/gssapi/
H A Dgss_import_name.c92 union_name->external_name->value =
95 if (!union_name->external_name->value) {
100 (void) memcpy(union_name->external_name->value,
101 input_name_buffer->value, input_name_buffer->length);
134 if (union_name->external_name->value)
135 FREE(union_name->external_name->value,
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_lmr_util.c105 int32_t value = 0; local
112 value |= IB_ACCESS_LOCAL_WRITE;
115 value |= IB_ACCESS_REMOTE_READ;
118 value |= IB_ACCESS_REMOTE_WRITE;
121 value |= IBT_MR_DISABLE_RO;
123 return (value);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/compression/
H A Dcompress_004_pos.ksh89 for value in $(get_compress_opts zfs_compress)
91 log_must zfs set compression=$value $fs
93 if [[ $value == "gzip-6" ]]; then
94 value="gzip"
96 [[ $real_val != $value ]] && \
97 log_fail "Set property $propname=$value failed."
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/posix/
H A Dsetenv.c53 * Set the value of the environmental variable "name" to be
54 * "value". If rewrite is set, replace any current value.
57 krb5_setenv(name, value, rewrite)
59 register const char *value;
63 return (setenv(name, value, rewrite));
70 if (*value == '=') /* no `=' in value */
71 ++value;
72 l_value = strlen(value);
[all...]
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A Dfpgetrnd.s38 st %fsr, [%sp+ARGPUSH] ! get fsr value
40 srl %o0, 30, %o0 ! return round control value
/illumos-gate/usr/src/lib/libc/sparcv9/fp/
H A Dfpgetrnd.s38 st %fsr, [%sp+STACK_BIAS+ARGPUSH] ! get fsr value
40 srl %o0, 30, %o0 ! return round control value
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcompare.c42 * of the entry to compare to and the attribute and value to compare (in
43 * attr and value) are supplied. The msgid of the response is returned.
50 ldap_compare( LDAP *ld, const char *dn, const char *attr, const char *value )
57 bv.bv_val = (char *)value;
58 bv.bv_len = ( value == NULL ) ? 0 : strlen( value );
82 * value AttributeValue
151 const char *value )
155 bv.bv_val = (char *)value;
156 bv.bv_len = ( value
[all...]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DUnsignedInt64.java35 * The minimum value is 0.
40 * The maximum value is 18446744073709551615.
46 * Constructs a UnsignedInt64 with the same value as the given
49 * @throws NumberFormatException if the given value is outside
59 * Constructs a UnsignedInt64 with the same value as the given
62 * @throws NumberFormatException if the given value is outside
73 * Constructs a UnsignedInt64 with the same value as the given
78 * @throws NumberFormatException if the given value is outside
88 * Constructs an UnsignedInt64 with the same value as the given
91 * @throws NumberFormatException if the given value i
94 UnsignedInt64(BigInteger value) argument
[all...]
/illumos-gate/usr/src/cmd/powertop/common/
H A Dbattery.c45 #define mW2W(value) ((value) / 1000)
90 * The return value of pt_battery_stat_snapshot() can be used for
144 battery_state.power_unit = knp->value.ui32;
167 if (knp->value.ui32 == 0xFFFFFFFF)
171 battery_state.present_rate = mW2W((double)(knp->value.ui32));
194 battery_state.last_cap = mW2W((double)(knp->value.ui32));
216 battery_state.remain_cap = mW2W((double)(knp->value.ui32));
240 battery_state.bst_state = knp->value.ui32;
/illumos-gate/usr/src/uts/common/netinet/
H A Dtcp_timer.h43 * outstanding segments) or reset to the base value (if there
90 #define TCPTV_MIN (1*PR_SLOWHZ) /* minimum allowable value */
91 #define TCPTV_REXMTMAX (64*PR_SLOWHZ) /* max allowable REXMT value */
103 * Force a time value to be in a certain range.
105 #define TCPT_RANGESET(tv, value, tvmin, tvmax) { \
106 (tv) = (value); \
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_vmac.c39 HXGE_REG_RD64(handle, VMAC_RST, &(reset.value));
43 HXGE_REG_WR64(handle, VMAC_RST, reset.value);
53 HXGE_REG_RD64(handle, VMAC_RST, &(reset.value));
57 HXGE_REG_WR64(handle, VMAC_RST, reset.value);
76 HXGE_REG_RD64(handle, VMAC_TX_CFG, &cfg.value);
123 HXGE_REG_WR64(handle, VMAC_TX_CFG, cfg.value);
134 HXGE_REG_RD64(handle, VMAC_RX_CFG, &cfg.value);
147 HXGE_REG_WR64(handle, VMAC_RX_CFG, cfg.value);
165 HXGE_REG_RD64(handle, VMAC_RX_CFG, &cfg.value);
240 HXGE_REG_WR64(handle, VMAC_RX_CFG, cfg.value);
272 uint64_t value = 0; local
291 uint64_t value = 0; local
[all...]
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_osdep.c49 e1000_write_pci_cfg(struct e1000_hw *hw, uint32_t reg, uint16_t *value) argument
51 pci_config_put16(OS_DEP(hw)->cfg_handle, reg, *value);
55 e1000_read_pci_cfg(struct e1000_hw *hw, uint32_t reg, uint16_t *value) argument
57 *value =
62 * Return the 16-bit value from pci-e config space at offset reg into the pci-e
67 e1000_read_pcie_cap_reg(struct e1000_hw *hw, uint32_t reg, uint16_t *value) argument
78 *value = pci_config_get16(OS_DEP(hw)->cfg_handle,
86 * Write the given 16-bit value to pci-e config space at offset reg into the
91 e1000_write_pcie_cap_reg(struct e1000_hw *hw, uint32_t reg, uint16_t *value) argument
103 (off_t)(pcie_cap + reg), *value);
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_vir.c112 uint64_t value; local
120 value = 0;
121 NXGE_REG_RD64(handle, pio_offset[i], &value);
125 pio_name[i], value));
130 NXGE_REG_RD64(handle, fzc_pio_offset[i], &value);
134 fzc_pio_name[i], value));
145 uint64_t value = 0, offset = 0; local
154 value = 0;
156 NXGE_REG_RD64(handle, offset, &value);
161 fzc_pio_ldgnum_name[i], value));
174 uint64_t value, offset; local
203 uint64_t value, offset; local
247 uint64_t value, offset; local
[all...]
/illumos-gate/usr/src/uts/sun4u/sys/i2c/clients/
H A Dpcf8574_impl.h47 * user wants to read write, and the value that the user wants put into that
49 * the value(which was shifted to the bit location we wanted) to fill in only
52 #define PCF8574_BIT_WRITE_MASK(byte, bit, value)\
53 ((value << bit) | (byte & (~(0x01 << bit))))
H A Dssc100_impl.h47 * user wants to read write, and the value that the user wants put into that
49 * the value(which was shifted to the bit location we wanted) to fill in only
52 #define SSC100_BIT_WRITE_MASK(byte, bit, value)\
53 ((value << bit) | (byte & (~(0x01 << bit))))
/illumos-gate/usr/src/uts/i86xpv/ml/
H A Dxenguest.s42 * A note is a name/value pair that belongs to some class.
44 #define NOTE(class, id, type, value) \
54 type value; \
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_osdep.c46 e1000_write_pci_cfg(struct e1000_hw *hw, uint32_t reg, uint16_t *value) argument
48 pci_config_put16(OS_DEP(hw)->cfg_handle, reg, *value);
52 e1000_read_pci_cfg(struct e1000_hw *hw, uint32_t reg, uint16_t *value) argument
54 *value =
102 * The real intent of this routine is to return the value from pci-e
109 e1000_read_pcie_cap_reg(struct e1000_hw *hw, uint32_t reg, uint16_t *value) argument
111 *value = pci_config_get16(OS_DEP(hw)->cfg_handle,
118 * Write the given 16-bit value to pci-e config space at offset reg into the
123 e1000_write_pcie_cap_reg(struct e1000_hw *hw, uint32_t reg, uint16_t *value) argument
135 (off_t)(pcie_cap + reg), *value);
[all...]

Completed in 178 milliseconds

1234567891011>>