Home
last modified time | relevance | path

Searched refs:value (Results 1 – 25 of 3254) sorted by relevance

12345678910>>...131

/titanic_41/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.lquantzero.d.out4 value ------------- Distribution ------------- count
9 value ------------- Distribution ------------- count
14 value ------------- Distribution ------------- count
19 value ------------- Distribution ------------- count
24 value ------------- Distribution ------------- count
29 value ------------- Distribution ------------- count
34 value ------------- Distribution ------------- count
39 value ------------- Distribution ------------- count
44 value ------------- Distribution ------------- count
49 value ------------- Distribution ------------- count
[all …]
H A Dtst.negorder.d.out4 value ------------- Distribution ------------- count
10 value ------------- Distribution ------------- count
16 value ------------- Distribution ------------- count
22 value ------------- Distribution ------------- count
28 value ------------- Distribution ------------- count
34 value ------------- Distribution ------------- count
40 value ------------- Distribution ------------- count
46 value ------------- Distribution ------------- count
52 value ------------- Distribution ------------- count
58 value ------------- Distribution ------------- count
[all …]
H A Dtst.quantmany.d.out3 value ------------- Distribution ------------- count
10 value ------------- Distribution ------------- count
21 value ------------- Distribution ------------- count
34 value ------------- Distribution ------------- count
49 value ------------- Distribution ------------- count
66 value ------------- Distribution ------------- count
85 value ------------- Distribution ------------- count
106 value ------------- Distribution ------------- count
129 value ------------- Distribution ------------- count
154 value ------------- Distribution ------------- count
[all …]
H A Dtst.quantzero.d.out3 value ------------- Distribution ------------- count
9 value ------------- Distribution ------------- count
15 value ------------- Distribution ------------- count
21 value ------------- Distribution ------------- count
27 value ------------- Distribution ------------- count
33 value ------------- Distribution ------------- count
39 value ------------- Distribution ------------- count
45 value ------------- Distribution ------------- count
51 value ------------- Distribution ------------- count
57 value ------------- Distribution ------------- count
[all …]
/titanic_41/usr/src/lib/libwrap/
H A Doptions.c144 char *value; local
158 if (*(value = curr_opt + strcspn(curr_opt, whitespace_eq))) {
159 if (*value != '=') {
160 *value++ = 0;
161 value += strspn(value, whitespace);
163 if (*value == '=') {
164 *value++ = 0;
165 value += strspn(value, whitespace);
168 if (*value == 0)
169 value = 0;
[all …]
/titanic_41/usr/src/lib/libsip/common/
H A Dsip_parse_hdrs.c102 sip_hdr_value_t *value = NULL; in sip_parse_allow_header() local
122 value = calloc(1, sizeof (sip_hdr_value_t)); in sip_parse_allow_header()
123 if (value == NULL) { in sip_parse_allow_header()
128 last_value->sip_next_value = value; in sip_parse_allow_header()
130 parsed_header->value = (sip_value_t *)value; in sip_parse_allow_header()
132 value->sip_value_start = hdr->sip_hdr_current; in sip_parse_allow_header()
133 value->sip_value_header = parsed_header; in sip_parse_allow_header()
140 len = hdr->sip_hdr_current - value->sip_value_start; in sip_parse_allow_header()
142 if (strncmp(sip_methods[i].name, value->sip_value_start, in sip_parse_allow_header()
148 value->int_val = 0; in sip_parse_allow_header()
[all …]
H A Dsip_parse_generic.c381 parsed_header->value = NULL; in sip_parse_hdr_empty()
391 sip_parse_uri_str(sip_str_t *sip_str, sip_hdr_value_t *value) in sip_parse_uri_str() argument
399 value->sip_value_parsed_uri = sip_parse_uri(sip_str, &error); in sip_parse_uri_str()
400 if (value->sip_value_parsed_uri == NULL) in sip_parse_uri_str()
403 value->sip_value_parsed_uri->sip_uri_errflags != 0) { in sip_parse_uri_str()
404 value->sip_value_state = SIP_VALUE_BAD; in sip_parse_uri_str()
500 sip_hdr_value_t *value = NULL; in sip_parse_hdr_parser1() local
521 value = calloc(1, sizeof (sip_hdr_value_t)); in sip_parse_hdr_parser1()
522 if (value == NULL) { in sip_parse_hdr_parser1()
527 last_value->sip_next_value = value; in sip_parse_hdr_parser1()
[all …]
/titanic_41/usr/src/uts/intel/sys/acpi/
H A Dacbuffer.h166 #define ACPI_PLD_SET_REVISION(dword,value) ACPI_SET_BITS (dword, 0, ACPI_7BIT_MASK, value) … argument
169 #define ACPI_PLD_SET_IGNORE_COLOR(dword,value) ACPI_SET_BITS (dword, 7, ACPI_1BIT_MASK, value) … argument
172 #define ACPI_PLD_SET_RED(dword,value) ACPI_SET_BITS (dword, 8, ACPI_8BIT_MASK, value) … argument
175 #define ACPI_PLD_SET_GREEN(dword,value) ACPI_SET_BITS (dword, 16, ACPI_8BIT_MASK, value) … argument
178 #define ACPI_PLD_SET_BLUE(dword,value) ACPI_SET_BITS (dword, 24, ACPI_8BIT_MASK, value) … argument
183 #define ACPI_PLD_SET_WIDTH(dword,value) ACPI_SET_BITS (dword, 0, ACPI_16BIT_MASK, value) … argument
186 #define ACPI_PLD_SET_HEIGHT(dword,value) ACPI_SET_BITS (dword, 16, ACPI_16BIT_MASK, value) … argument
191 #define ACPI_PLD_SET_USER_VISIBLE(dword,value) ACPI_SET_BITS (dword, 0, ACPI_1BIT_MASK, value) … argument
194 #define ACPI_PLD_SET_DOCK(dword,value) ACPI_SET_BITS (dword, 1, ACPI_1BIT_MASK, value) … argument
197 #define ACPI_PLD_SET_LID(dword,value) ACPI_SET_BITS (dword, 2, ACPI_1BIT_MASK, value) … argument
[all …]
/titanic_41/usr/src/uts/intel/asm/
H A Dbyteorder.h49 htons(uint16_t value) in htons() argument
52 __asm__("xchgb %h0, %b0" : "+Q" (value)); in htons()
54 __asm__("xchgb %h0, %b0" : "+q" (value)); in htons()
56 return (value); in htons()
60 ntohs(uint16_t value) in ntohs() argument
63 __asm__("xchgb %h0, %b0" : "+Q" (value)); in ntohs()
65 __asm__("xchgb %h0, %b0" : "+q" (value)); in ntohs()
67 return (value); in ntohs()
71 htonl(uint32_t value) in htonl() argument
73 __asm__("bswap %0" : "+r" (value)); in htonl()
[all …]
/titanic_41/usr/src/cmd/dtrace/test/tst/common/llquantize/
H A Dtst.negorder.d.out4 value ------------- Distribution ------------- count
10 value ------------- Distribution ------------- count
16 value ------------- Distribution ------------- count
22 value ------------- Distribution ------------- count
28 value ------------- Distribution ------------- count
34 value ------------- Distribution ------------- count
40 value ------------- Distribution ------------- count
46 value ------------- Distribution ------------- count
52 value ------------- Distribution ------------- count
58 value ------------- Distribution ------------- count
[all …]
/titanic_41/usr/src/uts/sun4v/io/
H A Dvgen_stats.c172 ldckp->ipackets.value.ul = (uint32_t)statsp->ipackets + in vgen_kstat_update()
174 ldckp->ipackets64.value.ull = statsp->ipackets + in vgen_kstat_update()
176 ldckp->ierrors.value.ul = statsp->ierrors; in vgen_kstat_update()
177 ldckp->opackets.value.ul = (uint32_t)statsp->opackets + in vgen_kstat_update()
179 ldckp->opackets64.value.ull = statsp->opackets + in vgen_kstat_update()
181 ldckp->oerrors.value.ul = statsp->oerrors; in vgen_kstat_update()
186 ldckp->rbytes.value.ul = (uint32_t)statsp->rbytes + in vgen_kstat_update()
188 ldckp->rbytes64.value.ull = statsp->rbytes + in vgen_kstat_update()
190 ldckp->obytes.value.ul = (uint32_t)statsp->obytes + in vgen_kstat_update()
192 ldckp->obytes64.value.ull = statsp->obytes + in vgen_kstat_update()
[all …]
/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_stat.c56 ixgbe_ks->link_speed.value.ui64 = ixgbe->link_speed; in ixgbe_update_stats()
57 ixgbe_ks->reset_count.value.ui64 = ixgbe->reset_count; in ixgbe_update_stats()
58 ixgbe_ks->lroc.value.ui64 = ixgbe->lro_pkt_count; in ixgbe_update_stats()
61 ixgbe_ks->rx_frame_error.value.ui64 = 0; in ixgbe_update_stats()
62 ixgbe_ks->rx_cksum_error.value.ui64 = 0; in ixgbe_update_stats()
63 ixgbe_ks->rx_exceed_pkt.value.ui64 = 0; in ixgbe_update_stats()
65 ixgbe_ks->rx_frame_error.value.ui64 += in ixgbe_update_stats()
67 ixgbe_ks->rx_cksum_error.value.ui64 += in ixgbe_update_stats()
69 ixgbe_ks->rx_exceed_pkt.value.ui64 += in ixgbe_update_stats()
73 ixgbe_ks->tx_overload.value.ui64 = 0; in ixgbe_update_stats()
[all …]
/titanic_41/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_scfutil.c185 scf_value_t *value = NULL; in smb_smf_set_string_property() local
195 value = scf_value_create(handle->scf_handle); in smb_smf_set_string_property()
197 if (value != NULL && entry != NULL) { in smb_smf_set_string_property()
202 if (scf_value_set_astring(value, valstr) == 0) { in smb_smf_set_string_property()
203 if (scf_entry_add_value(entry, value) != 0) { in smb_smf_set_string_property()
205 scf_value_destroy(value); in smb_smf_set_string_property()
208 value = NULL; in smb_smf_set_string_property()
233 if (value != NULL) in smb_smf_set_string_property()
234 scf_value_destroy(value); in smb_smf_set_string_property()
249 scf_value_t *value; in smb_smf_get_string_property() local
[all …]
/titanic_41/usr/src/lib/libc/port/gen/
H A Decvt.c56 ecvt(double value, int ndigit, int *decpt, int *sign) in ecvt() argument
58 return (cvt(value, ndigit, decpt, sign, 0)); in ecvt()
62 fcvt(double value, int ndigit, int *decpt, int *sign) in fcvt() argument
64 return (cvt(value, ndigit, decpt, sign, 1)); in fcvt()
68 cvt(double value, int ndigit, int *decpt, int *sign, int f_flag) in cvt() argument
75 if (IsNANorINF(value)) { in cvt()
76 if (IsINF(value)) /* value is an INF, return "inf" */ in cvt()
84 if ((*sign = (value < 0.0)) != 0) in cvt()
85 value = -value; in cvt()
87 if (value != 0.0) { in cvt()
[all …]
/titanic_41/usr/src/lib/libcurses/screen/
H A Dinfotocap.c151 *infotocap(char *value, int *err) in infotocap() argument
157 if (strchr(value, '%') == NULLPTR) in infotocap()
158 return (value); in infotocap()
162 savevalue = value; in infotocap()
163 while (*value) in infotocap()
164 if (*value != '%') in infotocap()
165 *newvalue++ = *value++; in infotocap()
166 else if (lookat(value, "%p*%d", args)) { in infotocap()
171 value += 5; in infotocap()
172 } else if (lookat(value, "%p*%02d", args)) { in infotocap()
[all …]
/titanic_41/usr/src/lib/libpkg/common/
H A Dckparam.c42 static int proc_name(char *param, char *value);
43 static int proc_arch(char *param, char *value);
44 static int proc_version(char *param, char *value);
45 static int proc_category(char *param, char *value);
46 static int bad_first_char(char *param, char *value);
55 char *value = strdup(val); in ckparam() local
59 ret_val = proc_name(param, value); in ckparam()
62 ret_val = proc_arch(param, value); in ckparam()
65 ret_val = proc_version(param, value); in ckparam()
68 ret_val = proc_category(param, value); in ckparam()
[all …]
/titanic_41/usr/src/lib/libshare/smbfs/
H A Dlibshare_smbfs.c193 range_check_validator(int index, char *section, char *value) in range_check_validator() argument
197 if (value == NULL) in range_check_validator()
199 if (strlen(value) == 0) in range_check_validator()
201 if (!is_a_number(value)) { in range_check_validator()
205 val = strtoul(value, NULL, 0); in range_check_validator()
218 string_length_check_validator(int index, char *section, char *value) in string_length_check_validator() argument
222 if (value == NULL) in string_length_check_validator()
224 if (strlen(value) == 0) in string_length_check_validator()
226 if (strlen(value) > smbclnt_proto_options[index].maxval) in string_length_check_validator()
236 yes_no_validator(int index, char *section, char *value) in yes_no_validator() argument
[all …]
/titanic_41/usr/src/uts/common/io/nxge/npi/
H A Dnpi_txc.c145 uint64_t value, offset; in npi_txc_dump_tdc_fzc_regs() local
164 NXGE_REG_RD64(handle, offset, &value); in npi_txc_dump_tdc_fzc_regs()
167 offset, txc_fzc_dmc_name[i], value)); in npi_txc_dump_tdc_fzc_regs()
190 uint64_t value; in npi_txc_dump_fzc_regs() local
198 NXGE_REG_RD64(handle, txc_fzc_offset[i], &value); in npi_txc_dump_fzc_regs()
201 txc_fzc_offset[i], txc_fzc_name[i], value)); in npi_txc_dump_fzc_regs()
225 uint64_t value, offset; in npi_txc_dump_port_fzc_regs() local
236 NXGE_REG_RD64(handle, offset, &value); in npi_txc_dump_port_fzc_regs()
239 offset, txc_fzc_port_name[i], value)); in npi_txc_dump_port_fzc_regs()
397 NXGE_REG_RD64(handle, TXC_CONTROL_REG, &txc_control_p->value); in npi_txc_control()
[all …]
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_stat.c79 stats->rx_bytes_lo.value.ul = port_stats->rx_bytes_lsd; in oce_update_stats()
80 stats->rx_bytes_hi.value.ul = port_stats->rx_bytes_msd; in oce_update_stats()
82 stats->rx_frames.value.ul = port_stats->rx_total_frames; in oce_update_stats()
83 stats->rx_errors.value.ul = port_stats->rx_crc_errors + in oce_update_stats()
92 stats->rx_drops.value.ul = port_stats->rx_dropped_too_small + in oce_update_stats()
98 stats->tx_bytes_lo.value.ul = port_stats->tx_bytes_lsd; in oce_update_stats()
99 stats->tx_bytes_hi.value.ul = port_stats->tx_bytes_msd; in oce_update_stats()
101 stats->tx_frames.value.ul = port_stats->tx_unicast_frames + in oce_update_stats()
106 stats->tx_errors.value.ul = dev->tx_errors; in oce_update_stats()
108 stats->rx_unicast_frames.value.ul = in oce_update_stats()
[all …]
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c516 template.rtoAlgorithm.value.ui32 = 4; in tcp_kstat_init()
517 template.maxConn.value.i32 = -1; in tcp_kstat_init()
571 tcpkp->currEstab.value.ui32 = 0; in tcp_kstat_update()
572 tcpkp->rtoMin.value.ui32 = tcps->tcps_rexmit_interval_min; in tcp_kstat_update()
573 tcpkp->rtoMax.value.ui32 = tcps->tcps_rexmit_interval_max; in tcp_kstat_update()
586 tcpkp->currEstab.value.ui32++; in tcp_kstat_update()
598 tcpkp->activeOpens.value.ui32 = tcp_mib.tcpActiveOpens; in tcp_kstat_update()
599 tcpkp->passiveOpens.value.ui32 = tcp_mib.tcpPassiveOpens; in tcp_kstat_update()
600 tcpkp->attemptFails.value.ui32 = tcp_mib.tcpAttemptFails; in tcp_kstat_update()
601 tcpkp->estabResets.value.ui32 = tcp_mib.tcpEstabResets; in tcp_kstat_update()
[all …]
/titanic_41/usr/src/uts/common/io/nxge/
H A Dnxge_kstats.c547 statsp->opackets = tdc_kstatsp->opackets.value.ull; in nxge_tdc_stat_update()
548 statsp->obytes = tdc_kstatsp->obytes.value.ull; in nxge_tdc_stat_update()
549 statsp->oerrors = tdc_kstatsp->oerrors.value.ull; in nxge_tdc_stat_update()
550 statsp->mbox_err = tdc_kstatsp->mbox_err.value.ul; in nxge_tdc_stat_update()
551 statsp->pkt_size_err = tdc_kstatsp->pkt_size_err.value.ul; in nxge_tdc_stat_update()
552 statsp->tx_ring_oflow = tdc_kstatsp->tx_ring_oflow.value.ul; in nxge_tdc_stat_update()
554 tdc_kstatsp->pref_buf_ecc_err.value.ul; in nxge_tdc_stat_update()
555 statsp->nack_pref = tdc_kstatsp->nack_pref.value.ul; in nxge_tdc_stat_update()
556 statsp->nack_pkt_rd = tdc_kstatsp->nack_pkt_rd.value.ul; in nxge_tdc_stat_update()
557 statsp->conf_part_err = tdc_kstatsp->conf_part_err.value.ul; in nxge_tdc_stat_update()
[all …]
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dmdi.c112 struct mdi_pathinfo value; in mdipi() local
119 if (mdb_vread(&value, sizeof (struct mdi_pathinfo), addr) != in mdipi()
126 dump_string((uintptr_t)value.pi_addr, "PWWN,LUN (pi_addr)"); in mdipi()
130 value.pi_client); in mdipi()
131 mdb_printf("pi_phci: %27l#r::print struct mdi_phci\n", value.pi_phci); in mdipi()
132 mdb_printf("pi_pprivate: %23l#r\n", value.pi_pprivate); in mdipi()
134 value.pi_client_link); in mdipi()
136 value.pi_phci_link); in mdipi()
137 mdb_printf("pi_prop: %27l#r::print struct nv_list\n", value.pi_prop); in mdipi()
139 mdiprops((uintptr_t)value.pi_prop, flags, 0, NULL); in mdipi()
[all …]
/titanic_41/usr/src/uts/common/io/bnxe/
H A Dbnxe_kstat.c582 strncpy(pStats->umdev_hi.value.c, &buf[0], 8); in BnxeKstatUpdate()
583 pStats->umdev_hi.value.c[8] = 0; in BnxeKstatUpdate()
584 strncpy(pStats->umdev_lo.value.c, &buf[8], 8); in BnxeKstatUpdate()
585 pStats->umdev_lo.value.c[8] = 0; in BnxeKstatUpdate()
587 strncpy(pStats->version.value.c, pUM->version, sizeof(pStats->version.value.c)); in BnxeKstatUpdate()
588 strncpy(pStats->versionFW.value.c, pUM->versionFW, sizeof(pStats->versionFW.value.c)); in BnxeKstatUpdate()
589 strncpy(pStats->versionBC.value.c, pUM->versionBC, sizeof(pStats->versionBC.value.c)); in BnxeKstatUpdate()
591 strncpy(pStats->chipName.value.c, pUM->chipName, sizeof(pStats->chipName.value.c)); in BnxeKstatUpdate()
592 strncpy(pStats->chipID.value.c, pUM->chipID, sizeof(pStats->chipID.value.c)); in BnxeKstatUpdate()
594 strncpy(pStats->devBDF.value.c, pUM->bus_dev_func, sizeof(pStats->devBDF.value.c)); in BnxeKstatUpdate()
[all …]
/titanic_41/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddrbac.c155 char **value = NULL; in dump_user_attr() local
157 value = __ns_ldap_getAttr(res->entry, "uid"); in dump_user_attr()
158 if (value && value[0]) in dump_user_attr()
159 (void) fprintf(stdout, "%s", value[0]); in dump_user_attr()
164 value = __ns_ldap_getAttr(res->entry, "SolarisAttrKeyValue"); in dump_user_attr()
165 if (value && value[0]) in dump_user_attr()
166 (void) fprintf(stdout, "%s", value[0]); in dump_user_attr()
218 char **value = NULL; in dump_prof_attr() local
220 value = __ns_ldap_getAttr(res->entry, "cn"); in dump_prof_attr()
221 if (value && value[0]) in dump_prof_attr()
[all …]
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dbufaux.c59 buffer_put_bignum_ret(Buffer *buffer, const BIGNUM *value) in buffer_put_bignum_ret() argument
61 int bits = BN_num_bits(value); in buffer_put_bignum_ret()
68 oi = BN_bn2bin(value, buf); in buffer_put_bignum_ret()
89 buffer_put_bignum(Buffer *buffer, const BIGNUM *value) in buffer_put_bignum() argument
91 if (buffer_put_bignum_ret(buffer, value) == -1) in buffer_put_bignum()
99 buffer_get_bignum_ret(Buffer *buffer, BIGNUM *value) in buffer_get_bignum_ret() argument
121 BN_bin2bn(bin, bytes, value); in buffer_get_bignum_ret()
130 buffer_get_bignum(Buffer *buffer, BIGNUM *value) in buffer_get_bignum() argument
132 if (buffer_get_bignum_ret(buffer, value) == -1) in buffer_get_bignum()
140 buffer_put_bignum2_ret(Buffer *buffer, const BIGNUM *value) in buffer_put_bignum2_ret() argument
[all …]

12345678910>>...131