Home
last modified time | relevance | path

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

12345678910>>...111

/illumos-gate/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 …]
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_wtp.c271 u32 value; in read_sge_debug_data() local
276 value = t4_read_reg(padap, A_SGE_DEBUG_DATA_LOW); in read_sge_debug_data()
278 sge_dbg_reg[(i << 1) | 1] = HTONL_NIBBLE(value); in read_sge_debug_data()
279 value = t4_read_reg(padap, A_SGE_DEBUG_DATA_HIGH); in read_sge_debug_data()
281 sge_dbg_reg[(i << 1)] = HTONL_NIBBLE(value); in read_sge_debug_data()
294 t4_tp_mib_read(padap, &tp_mib[i].value, 1, in read_tp_mib_data()
313 u32 value = 0; in t5_wtp_data() local
346 value = t4_read_reg(padap, A_PCIE_CMDR_REQ_CNT); in t5_wtp_data()
348 wtp->pcie_core_cmd_req.sop[0] = ((value >> 0) & 0xFF); /*bit 0:7*/ in t5_wtp_data()
349 wtp->pcie_core_cmd_req.sop[1] = ((value >> 8) & 0xFF); /*bit 8:15*/ in t5_wtp_data()
[all …]
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_mac.c430 efx_qword_t value; in ef10_mac_stats_update() local
443 EF10_MAC_STAT_READ(esmp, MC_CMD_MAC_TX_PKTS, &value); in ef10_mac_stats_update()
444 EFSYS_STAT_SET_QWORD(&(stat[EFX_MAC_TX_PKTS]), &value); in ef10_mac_stats_update()
446 EF10_MAC_STAT_READ(esmp, MC_CMD_MAC_TX_CONTROL_PKTS, &value); in ef10_mac_stats_update()
447 EFSYS_STAT_SUBR_QWORD(&(stat[EFX_MAC_TX_PKTS]), &value); in ef10_mac_stats_update()
449 EF10_MAC_STAT_READ(esmp, MC_CMD_MAC_TX_PAUSE_PKTS, &value); in ef10_mac_stats_update()
450 EFSYS_STAT_SET_QWORD(&(stat[EFX_MAC_TX_PAUSE_PKTS]), &value); in ef10_mac_stats_update()
452 EF10_MAC_STAT_READ(esmp, MC_CMD_MAC_TX_UNICAST_PKTS, &value); in ef10_mac_stats_update()
453 EFSYS_STAT_SET_QWORD(&(stat[EFX_MAC_TX_UNICST_PKTS]), &value); in ef10_mac_stats_update()
455 EF10_MAC_STAT_READ(esmp, MC_CMD_MAC_TX_MULTICAST_PKTS, &value); in ef10_mac_stats_update()
[all …]
H A Dsiena_mac.c245 efx_qword_t value; in siena_mac_stats_update() local
258 SIENA_MAC_STAT_READ(esmp, MC_CMD_MAC_TX_PKTS, &value); in siena_mac_stats_update()
259 EFSYS_STAT_SET_QWORD(&(stat[EFX_MAC_TX_PKTS]), &value); in siena_mac_stats_update()
260 SIENA_MAC_STAT_READ(esmp, MC_CMD_MAC_TX_CONTROL_PKTS, &value); in siena_mac_stats_update()
261 EFSYS_STAT_SUBR_QWORD(&(stat[EFX_MAC_TX_PKTS]), &value); in siena_mac_stats_update()
263 SIENA_MAC_STAT_READ(esmp, MC_CMD_MAC_TX_PAUSE_PKTS, &value); in siena_mac_stats_update()
264 EFSYS_STAT_SET_QWORD(&(stat[EFX_MAC_TX_PAUSE_PKTS]), &value); in siena_mac_stats_update()
266 SIENA_MAC_STAT_READ(esmp, MC_CMD_MAC_TX_UNICAST_PKTS, &value); in siena_mac_stats_update()
267 EFSYS_STAT_SET_QWORD(&(stat[EFX_MAC_TX_UNICST_PKTS]), &value); in siena_mac_stats_update()
269 SIENA_MAC_STAT_READ(esmp, MC_CMD_MAC_TX_MULTICAST_PKTS, &value); in siena_mac_stats_update()
[all …]
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_parse_hdrs.c100 sip_hdr_value_t *value = NULL; in sip_parse_allow_header() local
120 value = calloc(1, sizeof (sip_hdr_value_t)); in sip_parse_allow_header()
121 if (value == NULL) { in sip_parse_allow_header()
126 last_value->sip_next_value = value; in sip_parse_allow_header()
128 parsed_header->value = (sip_value_t *)value; in sip_parse_allow_header()
130 value->sip_value_start = hdr->sip_hdr_current; in sip_parse_allow_header()
131 value->sip_value_header = parsed_header; in sip_parse_allow_header()
137 len = hdr->sip_hdr_current - value->sip_value_start; in sip_parse_allow_header()
139 if (strncmp(sip_methods[i].name, value->sip_value_start, in sip_parse_allow_header()
145 value->int_val = 0; in sip_parse_allow_header()
[all …]
H A Dsip_parse_generic.c379 parsed_header->value = NULL; in sip_parse_hdr_empty()
389 sip_parse_uri_str(sip_str_t *sip_str, sip_hdr_value_t *value) in sip_parse_uri_str() argument
397 value->sip_value_parsed_uri = sip_parse_uri(sip_str, &error); in sip_parse_uri_str()
398 if (value->sip_value_parsed_uri == NULL) in sip_parse_uri_str()
401 value->sip_value_parsed_uri->sip_uri_errflags != 0) { in sip_parse_uri_str()
402 value->sip_value_state = SIP_VALUE_BAD; in sip_parse_uri_str()
498 sip_hdr_value_t *value = NULL; in sip_parse_hdr_parser1() local
519 value = calloc(1, sizeof (sip_hdr_value_t)); in sip_parse_hdr_parser1()
520 if (value == NULL) { in sip_parse_hdr_parser1()
525 last_value->sip_next_value = value; in sip_parse_hdr_parser1()
[all …]
/illumos-gate/usr/src/lib/libwrap/
H A Doptions.c142 char *value; local
156 if (*(value = curr_opt + strcspn(curr_opt, whitespace_eq))) {
157 if (*value != '=') {
158 *value++ = 0;
159 value += strspn(value, whitespace);
161 if (*value == '=') {
162 *value++ = 0;
163 value += strspn(value, whitespace);
166 if (*value == 0)
167 value = 0;
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_sval.c60 ret.value = 123456789; in sval_blank()
73 ret.value = val; in sval_type_val()
91 ret.value = val; in sval_from_val()
152 if (sval.value < 0) in sval_is_negative()
187 return (sval.value <= min.value); in sval_is_min()
210 return (sval.uvalue >= max.value); in sval_is_max()
211 return (sval.value >= max.value); in sval_is_max()
222 if (sval_signed(sval) && sval.value == SHRT_MIN) in sval_is_a_min()
224 if (sval_signed(sval) && sval.value == INT_MIN) in sval_is_a_min()
226 if (sval_signed(sval) && sval.value == LLONG_MIN) in sval_is_a_min()
[all …]
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacbuffer.h274 #define ACPI_PLD_SET_REVISION(dword,value) ACPI_SET_BITS (dword, 0, ACPI_7BIT_MASK, value) … argument
277 #define ACPI_PLD_SET_IGNORE_COLOR(dword,value) ACPI_SET_BITS (dword, 7, ACPI_1BIT_MASK, value) … argument
280 #define ACPI_PLD_SET_RED(dword,value) ACPI_SET_BITS (dword, 8, ACPI_8BIT_MASK, value) … argument
283 #define ACPI_PLD_SET_GREEN(dword,value) ACPI_SET_BITS (dword, 16, ACPI_8BIT_MASK, value) … argument
286 #define ACPI_PLD_SET_BLUE(dword,value) ACPI_SET_BITS (dword, 24, ACPI_8BIT_MASK, value) … argument
291 #define ACPI_PLD_SET_WIDTH(dword,value) ACPI_SET_BITS (dword, 0, ACPI_16BIT_MASK, value) … argument
294 #define ACPI_PLD_SET_HEIGHT(dword,value) ACPI_SET_BITS (dword, 16, ACPI_16BIT_MASK, value) … argument
299 #define ACPI_PLD_SET_USER_VISIBLE(dword,value) ACPI_SET_BITS (dword, 0, ACPI_1BIT_MASK, value) … argument
302 #define ACPI_PLD_SET_DOCK(dword,value) ACPI_SET_BITS (dword, 1, ACPI_1BIT_MASK, value) … argument
305 #define ACPI_PLD_SET_LID(dword,value) ACPI_SET_BITS (dword, 2, ACPI_1BIT_MASK, value) … argument
[all …]
/illumos-gate/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 …]
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_kstat.c272 strncpy(pStats->qede_hi.value.c, &buf[0], 8); in qede_kstat_update()
273 pStats->qede_hi.value.c[8] = 0; in qede_kstat_update()
274 strncpy(pStats->qede_lo.value.c, &buf[8], 8); in qede_kstat_update()
275 pStats->qede_lo.value.c[8] = 0; in qede_kstat_update()
278 strncpy(pStats->version.value.c, in qede_kstat_update()
279 qede->version, sizeof (pStats->version.value.c)); in qede_kstat_update()
280 strncpy(pStats->versionFW.value.c, in qede_kstat_update()
281 qede->versionFW, sizeof (pStats->versionFW.value.c)); in qede_kstat_update()
282 strncpy(pStats->versionMFW.value.c, in qede_kstat_update()
283 qede->versionMFW, sizeof (pStats->versionMFW.value.c)); in qede_kstat_update()
[all …]
/illumos-gate/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 …]
/illumos-gate/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 …]
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_stat.c188 ixgbe_ks->link_speed.value.ui64 = ixgbe->link_speed; in ixgbe_update_stats()
189 ixgbe_ks->reset_count.value.ui64 = ixgbe->reset_count; in ixgbe_update_stats()
190 ixgbe_ks->lroc.value.ui64 = ixgbe->lro_pkt_count; in ixgbe_update_stats()
192 ixgbe_ks->rx_frame_error.value.ui64 = 0; in ixgbe_update_stats()
193 ixgbe_ks->rx_cksum_error.value.ui64 = 0; in ixgbe_update_stats()
194 ixgbe_ks->rx_exceed_pkt.value.ui64 = 0; in ixgbe_update_stats()
196 ixgbe_ks->rx_frame_error.value.ui64 += in ixgbe_update_stats()
198 ixgbe_ks->rx_cksum_error.value.ui64 += in ixgbe_update_stats()
200 ixgbe_ks->rx_exceed_pkt.value.ui64 += in ixgbe_update_stats()
204 ixgbe_ks->tx_overload.value.ui64 = 0; in ixgbe_update_stats()
[all …]
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_txc.c143 uint64_t value, offset; in npi_txc_dump_tdc_fzc_regs() local
162 NXGE_REG_RD64(handle, offset, &value); in npi_txc_dump_tdc_fzc_regs()
165 offset, txc_fzc_dmc_name[i], value)); in npi_txc_dump_tdc_fzc_regs()
188 uint64_t value; in npi_txc_dump_fzc_regs() local
196 NXGE_REG_RD64(handle, txc_fzc_offset[i], &value); in npi_txc_dump_fzc_regs()
199 txc_fzc_offset[i], txc_fzc_name[i], value)); in npi_txc_dump_fzc_regs()
223 uint64_t value, offset; in npi_txc_dump_port_fzc_regs() local
234 NXGE_REG_RD64(handle, offset, &value); in npi_txc_dump_port_fzc_regs()
237 offset, txc_fzc_port_name[i], value)); in npi_txc_dump_port_fzc_regs()
395 NXGE_REG_RD64(handle, TXC_CONTROL_REG, &txc_control_p->value); in npi_txc_control()
[all …]
/illumos-gate/usr/src/cmd/bhyve/
H A Dconfig.c145 set_config_value_node(nvlist_t *parent, const char *name, const char *value) in set_config_value_node() argument
157 value, name, parent); in set_config_value_node()
158 nvlist_add_string(parent, name, value); in set_config_value_node()
163 const char *const value) in set_config_value_node_if_unset() argument
169 set_config_value_node(parent, name, value); in set_config_value_node_if_unset()
173 set_config_value(const char *path, const char *value) in set_config_value() argument
200 value, path); in set_config_value()
201 set_config_value_node(nvl, name, value); in set_config_value()
205 set_config_value_if_unset(const char *const path, const char *const value) in set_config_value_if_unset() argument
211 set_config_value(path, value); in set_config_value_if_unset()
[all …]
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c578 template.rtoAlgorithm.value.ui32 = 4; in tcp_kstat_init()
579 template.maxConn.value.i32 = -1; in tcp_kstat_init()
633 tcpkp->currEstab.value.ui32 = 0; in tcp_kstat_update()
634 tcpkp->rtoMin.value.ui32 = tcps->tcps_rexmit_interval_min; in tcp_kstat_update()
635 tcpkp->rtoMax.value.ui32 = tcps->tcps_rexmit_interval_max; in tcp_kstat_update()
648 tcpkp->currEstab.value.ui32++; in tcp_kstat_update()
660 tcpkp->activeOpens.value.ui32 = tcp_mib.tcpActiveOpens; in tcp_kstat_update()
661 tcpkp->passiveOpens.value.ui32 = tcp_mib.tcpPassiveOpens; in tcp_kstat_update()
662 tcpkp->attemptFails.value.ui32 = tcp_mib.tcpAttemptFails; in tcp_kstat_update()
663 tcpkp->estabResets.value.ui32 = tcp_mib.tcpEstabResets; in tcp_kstat_update()
[all …]
/illumos-gate/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 …]
/illumos-gate/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 …]
/illumos-gate/usr/src/lib/libshare/smbfs/
H A Dlibshare_smbfs.c202 range_check_validator(int index, char *section, char *value) in range_check_validator() argument
206 if (value == NULL) in range_check_validator()
208 if (strlen(value) == 0) in range_check_validator()
210 if (!is_a_number(value)) { in range_check_validator()
214 val = strtoul(value, NULL, 0); in range_check_validator()
227 string_length_check_validator(int index, char *section, char *value) in string_length_check_validator() argument
231 if (value == NULL) in string_length_check_validator()
233 if (strlen(value) == 0) in string_length_check_validator()
235 if (strlen(value) > smbclnt_proto_options[index].maxval) in string_length_check_validator()
245 yes_no_validator(int index, char *section, char *value) in yes_no_validator() argument
[all …]
/illumos-gate/usr/src/lib/libpkg/common/
H A Dckparam.c47 static int proc_name(char *param, char *value);
48 static int proc_arch(char *param, char *value);
49 static int proc_version(char *param, char *value);
50 static int proc_category(char *param, char *value);
51 static int bad_first_char(char *param, char *value);
60 char *value = strdup(val); in ckparam() local
64 ret_val = proc_name(param, value); in ckparam()
67 ret_val = proc_arch(param, value); in ckparam()
70 ret_val = proc_version(param, value); in ckparam()
73 ret_val = proc_category(param, value); in ckparam()
[all …]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dinfotocap.c149 *infotocap(char *value, int *err) in infotocap() argument
155 if (strchr(value, '%') == NULLPTR) in infotocap()
156 return (value); in infotocap()
160 savevalue = value; in infotocap()
161 while (*value) in infotocap()
162 if (*value != '%') in infotocap()
163 *newvalue++ = *value++; in infotocap()
164 else if (lookat(value, "%p*%d", args)) { in infotocap()
169 value += 5; in infotocap()
170 } else if (lookat(value, "%p*%02d", args)) { in infotocap()
[all …]

12345678910>>...111