Searched defs:value (Results 176 - 200 of 1381) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_hash.c56 inj_var_alloc(void *key, uintmax_t value, inj_var_t *next) argument
62 v->v_uvalue = value;
93 inj_hash_insert(inj_hash_t *h, void *key, uintmax_t value) argument
104 v = inj_var_alloc(key, value, h->h_hash[i]);
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dglobals_machelf.c35 * Given an integer value, generate an ASCII representation of it.
39 * value - Value to be formatted.
47 conv_invalid_val(Conv_inv_buf_t *inv_buf, Xword value, argument
63 (void) snprintf(inv_buf->buf, sizeof (inv_buf->buf), fmt, value);
132 /* Buffer too small. Fill in the numeric value and report failure */
212 * vdp - Array of value descriptors, giving the possible bit values,
219 * case, arg->buf contains a numeric representation of the value.
223 * have a non-zero osabi or machine value that does not match that
238 * Traverse the callers Val_desc array and determine if the value
267 * Traverse the callers Val_desc array and determine if the value
[all...]
H A Dsyminfo.c189 conv_syminfo_boundto(Half value, Conv_fmt_flags_t fmt_flags, argument
192 return (conv_map_ds(ELFOSABI_NONE, EM_NONE, value,
/illumos-gate/usr/src/cmd/bnu/
H A Dlimits.c52 char *value; member in struct:name_value
145 flds[i] = pair.value;
161 * FAIL - service's value does not match or wrong format
203 limitval->sitemax = 1; /* default value */
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dadopt.c256 * get_prom_prop(): get the value of the named property on the named node in
261 * uchar_t **: The property value, modified iff B_TRUE is returned.
262 * If no value is found the value is set to NULL.
263 * uint_t *: The length of the property value
279 uchar_t *value = NULL; local
336 len = di_prom_prop_data(pp, (uchar_t **)&value);
338 if (value == NULL) {
350 * allocate somewhere to copy the property value to
362 "memory for property value");
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpinfo/
H A Ddhcpinfo.c61 char *value, *valuep; local
215 valptr = opt->value;
220 value = malloc(opt_len * (sizeof ("0xNN") + 1));
221 if (value == NULL) {
226 for (i = 0, valuep = value; i < opt_len; i++)
234 value = inittab_decode(entry, valptr, opt_len, B_TRUE);
235 if (value == NULL) {
248 for (i = 0; value[i] != '\0'; i++) {
249 if (value[i] == ' ') {
251 value[
[all...]
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dfat.c210 int32_t value; local
215 read_32_bits(ep, (uint32_t *)&value);
217 read_16_bits(ep, (uint32_t *)&value);
222 if (value >= PCF_RESCLUSTER)
223 value |= 0xFFF0000;
225 value = 0;
230 value = (((unsigned int)*ep++ & 0xf0) >> 4);
231 value += (*ep << 4);
233 value = *ep++;
234 value
247 writeFATEntry(int32_t currentCluster, int32_t value) argument
[all...]
/illumos-gate/usr/src/cmd/sgs/librtld/amd64/
H A D_relocate.c77 * Copy a relocation record and increment its value. The record must reflect
129 Xword value = reloc->r_value + rel->r_addend; local
142 (uintptr_t)value, reloc->r_pltndx);
145 (void) memcpy((void *)oaddr, (void *)value,
148 (void) do_reloc_rtld(type, oaddr, &value, reloc->r_name, name,
/illumos-gate/usr/src/cmd/sgs/librtld/i386/
H A D_relocate.c72 * Copy a relocation record and increment its value. The record must reflect
121 Word value = reloc->r_value; local
133 (uintptr_t)value, reloc->r_pltndx);
136 (void) memcpy((void *)oaddr, (void *)value,
139 (void) do_reloc_rtld(type, oaddr, &value, reloc->r_name, name,
/illumos-gate/usr/src/cmd/sgs/librtld/sparc/
H A D_relocate.c80 * Copy a relocation record and increment its value. The record must reflect
119 Xword value = reloc->r_value + rel->r_addend; local
132 (uintptr_t)value, reloc->r_pltndx);
135 (void) memcpy((void *)oaddr, (void *)value,
139 value += ELF_R_TYPE_DATA(rel->r_info);
140 (void) do_reloc_rtld(type, oaddr, &value, reloc->r_name, name,
/illumos-gate/usr/src/cmd/sgs/librtld/sparcv9/
H A D_relocate.c80 * Copy a relocation record and increment its value. The record must reflect
119 Xword value = reloc->r_value + rel->r_addend; local
132 (uintptr_t)value, reloc->r_pltndx);
135 (void) memcpy((void *)oaddr, (void *)value,
139 value += ELF_R_TYPE_DATA(rel->r_info);
140 (void) do_reloc_rtld(type, oaddr, &value, reloc->r_name, name,
/illumos-gate/usr/src/cmd/latencytop/common/
H A Dklog.c183 lt_stat_type_t type, uint64_t value)
225 lt_update_stat_value(entry, type, value);
182 lt_klog_log(int level, pid_t pid, char *stack, lt_stat_type_t type, uint64_t value) argument
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddrbac.c155 char **value = NULL; local
157 value = __ns_ldap_getAttr(res->entry, "uid");
158 if (value && value[0])
159 (void) fprintf(stdout, "%s", value[0]);
164 value = __ns_ldap_getAttr(res->entry, "SolarisAttrKeyValue");
165 if (value && value[0])
166 (void) fprintf(stdout, "%s", value[0]);
218 char **value local
293 char **value; local
368 char **value = NULL; local
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dputparam.c84 putparam(char *param, char *value) argument
104 * value, clear the old value by freeing the memory previously
111 if (strcmp((environ[i]) + n + 1, value) == 0)
121 ptlen = (strlen(param)+strlen(value)+2)*(sizeof (char));
122 pt = (char *)calloc(strlen(param)+strlen(value)+2, sizeof (char));
132 (void) snprintf(pt, ptlen, "%s=%s", param, value);
H A Dsetadmin.c83 * a_paramValue - pointer to string representing the value
86 * - old value the parameter had before being set
132 char *value; local
160 while (value = fpkgparam(fp, param)) {
164 if (value[0] == '\0') {
170 *admlist[i].memloc = value;
176 free(value);
203 /* Make sure value is within valid range */
236 * timeout value if admin file does not specify one,
245 /* Make sure value i
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgparam/
H A Dpkgparam.c78 char *value, *pkginst; local
155 value = pkgparam(pkginst, param);
156 if (value == NULL) {
163 * some other error besides no value for this
175 print_entry(param, value);
185 print_entry(char *param, char *value) argument
189 while (*value) {
190 if (*value == '\'') {
192 value++;
194 (void) putchar(*value
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dunique.c73 uint64_t value = unique_insert(0); local
74 unique_remove(value);
75 return (value);
79 unique_insert(uint64_t value) argument
84 un->un_value = value;
103 unique_remove(uint64_t value) argument
108 un_tofind.un_value = value;
/illumos-gate/usr/src/uts/common/inet/kifconf/
H A Dkifconf.c214 ksetifflags(TIUSER *tiptr, uint_t value, char *ifname) argument
235 lifr.lifr_flags |= value;
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_ctrl.c72 * The value passed in for a control number in the audio_ctrl_desc_t
273 * This is used to read the current value of a control.
274 * Note, this will cause a callback into the driver to get the value.
277 * value - is a pointer to the place that will contain the value read.
283 audio_control_read(audio_ctrl_t *ctrl, uint64_t *value) argument
289 ASSERT(value);
307 *value = my_value;
314 * This is used to write a value to a control.
315 * Note, this will cause a callback into the driver to write the value
324 audio_control_write(audio_ctrl_t *ctrl, uint64_t value) argument
[all...]
/illumos-gate/usr/src/test/libc-tests/tests/nl_langinfo/
H A Dnl_langinfo_test.c44 const char *value; member in struct:langinfo_test
197 for (int i = 0; test[i].value != NULL; i++) {
200 test[i].param, test[i].value, v);
201 if (strcmp(v, test[i].value) != 0) {
204 test[i].param, test[i].value, v);
235 for (int i = 0; test[i].value != NULL; i++) {
238 test[i].param, test[i].value, v);
239 if (strcmp(v, test[i].value) != 0) {
242 test[i].param, test[i].value, v);
/illumos-gate/usr/src/test/os-tests/tests/sigqueue/
H A Dsigqueue_queue_size.c80 union sigval value; local
102 value.sival_int = 0;
124 error = sigqueue(pid, SIGQUEUE_SIGNAL, value);
134 error = sigqueue(pid, SIGQUEUE_SIGNAL, value);
/illumos-gate/usr/src/uts/common/sys/
H A Dvuid_store.h49 * LOC_*_ABSOLUTE value when its gets a LOC_*_DELTA and visa
61 * A struct vuid_value holds a single non-boolean value.
65 ushort_t offset; /* Offset of value from seg addr */
66 int value; /* Value */ member in struct:vuid_value
83 /* Up/down value of boolean codes */
88 /* in this list, the boolean value is */
/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/softmac/
H A Dsoftmac_pkt.c71 uint32_t start, stuff, end, value, flags; local
78 mac_hcksum_get(mp, &start, &stuff, &end, &value, &flags);
79 mac_hcksum_set(tmp, start, stuff, end, value, flags);

Completed in 147 milliseconds

1234567891011>>