Home
last modified time | relevance | path

Searched refs:value (Results 126 – 150 of 3750) sorted by relevance

12345678910>>...150

/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c722 ppi.pp_addr = value; in bindpltpad()
747 Addr value, pvalue; in elf_reloc() local
987 value = basebgn; in elf_reloc()
1029 value = pvalue; in elf_reloc()
1139 pvalue = value; in elf_reloc()
1164 value -= roffset; in elf_reloc()
1197 value = 0; in elf_reloc()
1206 value = basebgn; in elf_reloc()
1237 value += reladd; in elf_reloc()
1297 (Xword)value)); in elf_reloc()
[all …]
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_tdc_hw.h84 uint64_t value; member
145 uint64_t value; member
192 uint64_t value; member
224 uint64_t value; member
258 uint64_t value; member
315 uint64_t value; member
443 uint64_t value; member
502 uint64_t value; member
528 uint64_t value; member
554 uint64_t value; member
[all …]
H A Dhpi_vmac.c39 HXGE_REG_RD64(handle, VMAC_RST, &(reset.value)); in hpi_tx_vmac_reset()
43 HXGE_REG_WR64(handle, VMAC_RST, reset.value); in hpi_tx_vmac_reset()
57 HXGE_REG_WR64(handle, VMAC_RST, reset.value); in hpi_rx_vmac_reset()
272 uint64_t value = 0; in hpi_pfc_set_rx_int_stat_mask() local
275 value |= HXGE_VMAC_RX_MASK_OVERFLOW; in hpi_pfc_set_rx_int_stat_mask()
278 value |= HXGE_VMAC_RX_MASK_FRAME; in hpi_pfc_set_rx_int_stat_mask()
281 REG_PIO_WRITE64(handle, offset, value); in hpi_pfc_set_rx_int_stat_mask()
291 uint64_t value = 0; in hpi_pfc_set_tx_int_stat_mask() local
296 value |= overflow_mask; in hpi_pfc_set_tx_int_stat_mask()
299 value |= frame_mask; in hpi_pfc_set_tx_int_stat_mask()
[all …]
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_stats.c132 kstat->value.ui64 += delta; in i40e_stat_get_uint48()
162 kstat->value.ui64 += delta; in i40e_stat_get_uint32()
795 ipk->ipk_rx_err1.value.ui64 + in i40e_m_stat()
796 ipk->ipk_rx_err2.value.ui64; in i40e_m_stat()
1228 tsp->itxs_bytes.value.ui64 = 0; in i40e_stats_trqpair_init()
1231 tsp->itxs_packets.value.ui64 = 0; in i40e_stats_trqpair_init()
1237 tsp->itxs_recycled.value.ui64 = 0; in i40e_stats_trqpair_init()
1271 tsp->itxs_tx_short.value.ui64 = 0; in i40e_stats_trqpair_init()
1288 rsp->irxs_bytes.value.ui64 = 0; in i40e_stats_trqpair_init()
1291 rsp->irxs_packets.value.ui64 = 0; in i40e_stats_trqpair_init()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci.h297 pci_read_config_byte(struct pci_device *dev, unsigned int where, uint8_t *value) in pci_read_config_byte() argument
299 return pcibios_read_config_byte(dev->bus, dev->devfn, where, value); in pci_read_config_byte()
302 pci_write_config_byte(struct pci_device *dev, unsigned int where, uint8_t value) in pci_write_config_byte() argument
304 return pcibios_write_config_byte(dev->bus, dev->devfn, where, value); in pci_write_config_byte()
307 pci_read_config_word(struct pci_device *dev, unsigned int where, uint16_t *value) in pci_read_config_word() argument
309 return pcibios_read_config_word(dev->bus, dev->devfn, where, value); in pci_read_config_word()
312 pci_write_config_word(struct pci_device *dev, unsigned int where, uint16_t value) in pci_write_config_word() argument
314 return pcibios_write_config_word(dev->bus, dev->devfn, where, value); in pci_write_config_word()
317 pci_read_config_dword(struct pci_device *dev, unsigned int where, uint32_t *value) in pci_read_config_dword() argument
319 return pcibios_read_config_dword(dev->bus, dev->devfn, where, value); in pci_read_config_dword()
[all …]
/illumos-gate/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c262 strcat(out, msg.value); in sasl_gss_seterror_()
324 strcat(out, msg.value);
1002 name_token.value = NULL;
1020 if (name_token.value)
1043 name_without_realm.value = malloc(strlen(name_token.value)+1);
1049 strcpy(name_without_realm.value, name_token.value);
1069 if (name_token.value)
1085 if (name_token.value)
1121 if (name_token.value)
1866 if (name_token.value)
[all …]
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_ruleval.c304 memcmp(value, inVal[i].val[j].value, in addVal2RuleValue()
322 value != 0) { in addVal2RuleValue()
326 memcpy(v[inVal[i].numVals].value, value, copyLen); in addVal2RuleValue()
339 if (value != 0) { in addVal2RuleValue()
344 if (v->value == 0 && value != 0) { in addVal2RuleValue()
348 memcpy(v->value, value, copyLen); in addVal2RuleValue()
365 sfree(v->value); in addVal2RuleValue()
373 if (value != 0) { in addVal2RuleValue()
764 lval->val[i].value, rval->val[j].value, in addLdapRuleValue()
906 *value = '\0'; in addObjectClasses()
[all …]
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_zcp.c394 sflow->qw0.value = val.qw0.value; in npi_zcp_tt_static_entry()
395 sflow->qw1.value = val.qw1.value; in npi_zcp_tt_static_entry()
396 sflow->qw2.value = val.qw2.value; in npi_zcp_tt_static_entry()
397 sflow->qw3.value = val.qw3.value; in npi_zcp_tt_static_entry()
398 sflow->qw4.value = val.qw4.value; in npi_zcp_tt_static_entry()
509 dflow->qw0.value = val.qw0.value; in npi_zcp_tt_dynamic_entry()
510 dflow->qw1.value = val.qw1.value; in npi_zcp_tt_dynamic_entry()
511 dflow->qw2.value = val.qw2.value; in npi_zcp_tt_dynamic_entry()
512 dflow->qw3.value = val.qw3.value; in npi_zcp_tt_dynamic_entry()
513 dflow->qw4.value = val.qw4.value; in npi_zcp_tt_dynamic_entry()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dauth.c95 memcpy(chan.initiator_address.value, temp_buf.value, in do_auth()
102 memcpy(chan.acceptor_address.value, temp_buf.value, in do_auth()
106 chan.application_data.value = 0; in do_auth()
127 send_tok.value = stbuf; in do_auth()
246 recv_tok.value = out_buf; in do_auth()
294 char *value; in get_inet_addr_info() local
298 in_buffer->value = NULL; in get_inet_addr_info()
312 in_buffer->value = value = malloc(length); in get_inet_addr_info()
316 in_buffer->value = value = malloc(length); in get_inet_addr_info()
322 in_buffer->value = value = malloc(in_buffer->length); in get_inet_addr_info()
[all …]
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_prop.c60 static int ndmpd_config_update(ndmpd_cfg_param_t *cfg, char *value);
106 char *value; in ndmpd_load_prop() local
110 if ((ndmp_get_prop(cfg->sc_name, &value)) == -1) { in ndmpd_load_prop()
122 if ((cfg->sc_flags & NDMP_CF_DEFINED) || value) { in ndmpd_load_prop()
123 if (ndmpd_config_update(cfg, value)) { in ndmpd_load_prop()
124 free(value); in ndmpd_load_prop()
128 free(value); in ndmpd_load_prop()
140 ndmpd_config_update(ndmpd_cfg_param_t *cfg, char *value) in ndmpd_config_update() argument
146 if (value) { in ndmpd_config_update()
147 len = strlen(value); in ndmpd_config_update()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dlookup.c42 struct namelist *value; local
49 value = NULL;
52 value = NULL;
55 value = makenl(cp);
80 value = nl = makenl(cp);
90 (void) lookup(name, REPLACE, value);
101 lookup(name, action, value) in lookup() argument
104 struct namelist *value;
112 printf("lookup(%s, %d, %x)\n", name, action, value);
146 s->s_value = value;
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/hash/
H A Dhashlook.c166 value = 0; in hashlook()
175 b->value = 0; in hashlook()
179 value = b->value; in hashlook()
180 b->value = 0; in hashlook()
202 return((char*)value); in hashlook()
222 m = strlen(value); in hashlook()
225 strcpy(b->name, value); in hashlook()
233 b->name = strcpy(t, value); in hashlook()
359 …if (value && tab->root->local->alloc) value = (*tab->root->local->alloc)((unsigned int)integralof( in hashlook()
360 b->value = (char*)value; in hashlook()
[all …]
/illumos-gate/usr/src/common/atomic/i386/
H A Datomic.S81 incb %al / return new value
93 incw %ax / return new value
106 incl %eax / return new value
135 movl %ecx, %edx / return new value
178 decb %al / return new value
190 decw %ax / return new value
203 decl %eax / return new value
413 orb %al, %cl / %cl = new value
428 orw %ax, %cx / %cx = new value
489 andb %al, %cl / %cl = new value
[all …]
/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_oem.c51 smb_wchar_t *value; member
249 if (oempage->value[oemchar] == 0) { in oemtoucs()
255 *ucs = LE_IN16(&oempage->value[oemchar]); in oemtoucs()
257 *ucs = oempage->value[oemchar]; in oemtoucs()
356 oemcpg->oempage.value = in oem_codepage_setup()
358 if (oemcpg->oempage.value == NULL) in oem_codepage_setup()
361 oemcpg->ucspage.value = in oem_codepage_setup()
363 if (oemcpg->ucspage.value == NULL) { in oem_codepage_setup()
364 MEM_FREE("oem", oemcpg->oempage.value); in oem_codepage_setup()
365 oemcpg->oempage.value = NULL; in oem_codepage_setup()
[all …]
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c1918 if (value && value[0]) in dump_group()
1931 if (value && value[0]) in dump_group()
2061 if (value && value[0]) in dump_ethers()
2066 if (value && value[0]) in dump_ethers()
2175 if (value && value[0]) in dump_aliases()
2451 if (value && value[0]) in dump_publickey()
2566 if (value && value[0]) in dump_netmasks()
2569 if (value && value[0]) in dump_netmasks()
3140 if (value && value[0]) in dump_passwd()
3143 if (value && value[0]) in dump_passwd()
[all …]
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_kstats.c72 (knp++)->value.ui64 = rgep->rx_next; in rge_driverinfo_update()
73 (knp++)->value.ui64 = rgep->rx_free; in rge_driverinfo_update()
74 (knp++)->value.ui64 = rgep->rx_bcopy; in rge_driverinfo_update()
76 (knp++)->value.ui64 = rgep->tx_next; in rge_driverinfo_update()
77 (knp++)->value.ui64 = rgep->tx_free; in rge_driverinfo_update()
78 (knp++)->value.ui64 = rgep->tx_flow; in rge_driverinfo_update()
79 (knp++)->value.ui64 = rgep->resched_needed; in rge_driverinfo_update()
80 (knp++)->value.ui64 = rgep->watchdog; in rge_driverinfo_update()
81 (knp++)->value.ui64 = rgep->chipid.rxconfig; in rge_driverinfo_update()
83 (knp++)->value.ui64 = rgep->chipid.mac_ver; in rge_driverinfo_update()
[all …]
/illumos-gate/usr/src/cmd/ypcmd/
H A Dmkalias.c156 datum key, value, part, partvalue; in ProcessMap() local
164 value = dbm_fetch(Indbm, key); in ProcessMap()
165 CopyName(address, value.dptr, value.dsize); in ProcessMap()
182 value.dptr = address; in ProcessMap()
183 value.dsize = strlen(address) + 1; in ProcessMap()
267 datum key, value; in AddYPEntries() local
279 value.dptr = last_modified; in AddYPEntries()
280 value.dsize = strlen(value.dptr); in AddYPEntries()
281 dbm_store(Outdbm, key, value, DBM_REPLACE); in AddYPEntries()
286 value.dptr = host_name; in AddYPEntries()
[all …]
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_matching.c106 const char *value; member
120 const char *value; member
196 char *value, in parse_list_value() argument
207 if (value == NULL || value[0] == '\0') { in parse_list_value()
239 if (strncasecmp(value, ku->value, len) == 0) { in parse_list_value()
249 if (*value == ',') in parse_list_value()
250 value += 1; in parse_list_value()
279 char *value = NULL; in parse_rule_component() local
344 if (value == NULL) { in parse_rule_component()
379 if (value != NULL) in parse_rule_component()
[all …]
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_gld.c90 *valp = stats->is_mprc.value.ui64; in igc_m_getstat()
94 *valp = stats->is_bprc.value.ui64; in igc_m_getstat()
98 *valp = stats->is_mptc.value.ui64; in igc_m_getstat()
114 stats->is_rlec.value.ui64 + stats->is_algnerrc.value.ui64; in igc_m_getstat()
121 stats->is_latecol.value.ui64; in igc_m_getstat()
129 *valp = stats->is_tor.value.ui64; in igc_m_getstat()
133 *valp = stats->is_tpr.value.ui64; in igc_m_getstat()
137 *valp = stats->is_tot.value.ui64; in igc_m_getstat()
141 *valp = stats->is_tpt.value.ui64; in igc_m_getstat()
145 *valp = stats->is_ruc.value.ui64; in igc_m_getstat()
[all …]
/illumos-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_prop.c94 prom_asr_export(caddr_t value) in prom_asr_export() argument
102 ci[3] = p1275_ptr2cell(value); /* Arg1: buffer address */ in prom_asr_export()
115 prom_asr_list_keys(caddr_t value) in prom_asr_list_keys() argument
123 ci[3] = p1275_ptr2cell(value); /* Arg1: buffer address */ in prom_asr_list_keys()
202 prom_getprop(pnode_t nodeid, caddr_t name, caddr_t value) in prom_getprop() argument
286 if ((uintptr_t)value > (uint32_t)-1) { in prom_setprop()
287 ovalue = value; in prom_setprop()
288 value = promplat_alloc(len); in prom_setprop()
289 if (value == NULL) { in prom_setprop()
292 promplat_bcopy(ovalue, value, len); in prom_setprop()
[all …]
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DAbstractAggregationValue.java47 private final Number value; field in AbstractAggregationValue
52 value = new Long(v); in AbstractAggregationValue()
58 value = new Double(v); in AbstractAggregationValue()
64 return value; in getValue()
81 return (value.equals(v.value) && in equals()
94 return value.hashCode(); in hashCode()
106 return value.toString(); in toString()
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dshdr.msg99 type will be used as the value. value can be one of the well\n\
145 offset value.\n"
148 Integer value to set for symbol sh_offset field. The value\n\
183 to contain the value zero.\n\
190 index is set to the given value.\n"
199 the value of sh_addr must be congruent to 0, modulo the value\n\
245 \tthe new value. If -and is specified, the new value is\n\
247 \tthe new value is OR'd against the existing value. If\n\
249 \tthe existing value.\n"
292 to the given value.\n\
[all …]
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-misc.c37 char *value) in papiAttributeListAddLPString() argument
41 if ((list != NULL) && (name != NULL) && (value != NULL) && in papiAttributeListAddLPString()
42 (value[0] != '\0')) in papiAttributeListAddLPString()
69 char *value = NULL; in papiAttributeListGetLPString() local
71 papiAttributeListGetString(attributes, NULL, key, &value); in papiAttributeListGetLPString()
72 if (value != NULL) { in papiAttributeListGetLPString()
75 *string = strdup(value); in papiAttributeListGetLPString()
85 char *value = NULL; in papiAttributeListGetLPStrings() local
89 key, &value); in papiAttributeListGetLPStrings()
92 NULL, &value)) in papiAttributeListGetLPStrings()
[all …]
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dsys_mman_h.cfg33 value | PROT_READ | int | sys/mman.h | +ALL
34 value | PROT_WRITE | int | sys/mman.h | +ALL
35 value | PROT_EXEC | int | sys/mman.h | +ALL
36 value | PROT_NONE | int | sys/mman.h | +ALL
37 value | MAP_SHARED | int | sys/mman.h | +ALL
38 value | MAP_PRIVATE | int | sys/mman.h | +ALL
39 value | MAP_FILE | int | sys/mman.h | +ALL
40 value | MAP_FIXED | int | sys/mman.h | +ALL
42 value | MAP_ANON | int | sys/mman.h | +ALL
43 value | MAP_ALIGN | int | sys/mman.h | +ALL
[all …]
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_yacc.y40 int value = 0; variable
194 value = value * DEV_BSIZE;
278 d_entry = value;
375 temp = value;
566 value) == 0) {
568 value);
569 d_entry = value;
581 value = $1;
586 value = $1;
703 *value = 0;
[all …]

12345678910>>...150