Home
last modified time | relevance | path

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

12345678910>>...94

/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
313 u32 value = 0; in t5_wtp_data() local
660 drop += (value & 0xFFFF) + ((value >> 16) & 0xFFFF); in t5_wtp_data()
711 err += value; in t5_wtp_data()
719 err += value; in t5_wtp_data()
727 err += value; in t5_wtp_data()
735 err += value; in t5_wtp_data()
743 err += value; in t5_wtp_data()
751 err += value; in t5_wtp_data()
956 u32 value = 0; in t6_wtp_data() local
[all …]
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_mac.c510 &value); in ef10_mac_stats_update()
649 &value); in ef10_mac_stats_update()
651 &value); in ef10_mac_stats_update()
654 &value); in ef10_mac_stats_update()
656 &value); in ef10_mac_stats_update()
659 &value); in ef10_mac_stats_update()
661 &value); in ef10_mac_stats_update()
664 &value); in ef10_mac_stats_update()
666 &value); in ef10_mac_stats_update()
669 &value); in ef10_mac_stats_update()
[all …]
H A Dsiena_mac.c245 efx_qword_t value; in siena_mac_stats_update() local
310 &value); in siena_mac_stats_update()
314 &value); in siena_mac_stats_update()
324 &value); in siena_mac_stats_update()
394 &(value.eq_dword[0])); in siena_mac_stats_update()
396 &(value.eq_dword[1])); in siena_mac_stats_update()
400 &(value.eq_dword[0])); in siena_mac_stats_update()
402 &(value.eq_dword[1])); in siena_mac_stats_update()
406 &(value.eq_dword[0])); in siena_mac_stats_update()
408 &(value.eq_dword[1])); in siena_mac_stats_update()
[all …]
/illumos-gate/usr/src/lib/libwrap/
H A Doptions.c159 value += strspn(value, whitespace);
163 value += strspn(value, whitespace);
204 char *value; in allow_option()
215 char *value; in deny_option()
224 char *value; in banners_option()
256 char *value; in group_option()
275 char *value; in user_option()
297 char *value; in umask_option()
313 char *value; in spawn_option()
325 char *value; in linger_option()
[all …]
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_parse_hdrs.c121 if (value == NULL) { in sip_parse_allow_header()
128 parsed_header->value = (sip_value_t *)value; in sip_parse_allow_header()
152 value->int_val = i; in sip_parse_allow_header()
159 last_value = value; in sip_parse_allow_header()
256 parsed_header->value = (sip_value_t *)value; in sip_parse_date_header()
279 if (r != 0 || value->date_d < 0 || value->date_d > 31) { in sip_parse_date_header()
494 parsed_header->value = (sip_value_t *)value; in sip_parse_retryaft_header()
601 parsed_header->value = (sip_value_t *)value; in sip_parse_timestamp_header()
710 parsed_header->value = (sip_value_t *)value; in sip_parse_warn_header()
1185 parsed_header->value = (sip_value_t *)value; in sip_parse_via_header()
[all …]
H A Dsip_parse_generic.c527 parsed_header->value = (sip_value_t *)value; in sip_parse_hdr_parser1()
537 value->str_val_ptr = value->sip_value_start; in sip_parse_hdr_parser1()
562 value->str_val_ptr = value->sip_value_start; in sip_parse_hdr_parser1()
616 value->str_val_ptr = value->sip_value_start; in sip_parse_hdr_parser1()
635 value->str_val_ptr = value->sip_value_start; in sip_parse_hdr_parser1()
692 parsed_header->value = (sip_value_t *)value; in sip_parse_hdr_parser2()
751 parsed_header->value = (sip_value_t *)value; in sip_parse_hdr_parser3()
856 sip_parse_uri_str(&value->strs_s2, value); in sip_parse_hdr_parser3()
883 sip_parse_uri_str(&value->str_val, value); in sip_parse_hdr_parser3()
951 parsed_header->value = (sip_value_t *)value; in sip_parse_hdr_parser4()
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_sval.c524 ret.value = left.value * right.value; in sval_binop_signed()
534 ret.value = left.value / right.value; in sval_binop_signed()
538 ret.value = left.value + right.value; in sval_binop_signed()
541 ret.value = left.value - right.value; in sval_binop_signed()
548 ret.value = left.value % right.value; in sval_binop_signed()
552 ret.value = left.value | right.value; in sval_binop_signed()
555 ret.value = left.value & right.value; in sval_binop_signed()
558 ret.value = left.value >> right.value; in sval_binop_signed()
561 ret.value = left.value << right.value; in sval_binop_signed()
564 ret.value = left.value ^ right.value; in sval_binop_signed()
[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
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
308 #define ACPI_PLD_SET_PANEL(dword,value) ACPI_SET_BITS (dword, 3, ACPI_3BIT_MASK, value) … argument
311 #define ACPI_PLD_SET_VERTICAL(dword,value) ACPI_SET_BITS (dword, 6, ACPI_2BIT_MASK, value) … argument
[all …]
/illumos-gate/usr/src/uts/intel/asm/
H A Dbyteorder.h49 htons(uint16_t value) in htons() argument
56 return (value); in htons()
60 ntohs(uint16_t value) in ntohs() argument
67 return (value); in ntohs()
71 htonl(uint32_t value) in htonl() argument
74 return (value); in htonl()
81 return (value); in ntohl()
89 return (value); in htonll()
96 return (value); in ntohll()
104 return (htonl(value >> 32) | ((uint64_t)htonl(value) << 32)); in htonll()
[all …]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvgen_stats.c176 ldckp->ierrors.value.ul = statsp->ierrors; in vgen_kstat_update()
216 ldckp->dring_data_msgs_sent.value.ul = in vgen_kstat_update()
218 ldckp->dring_data_acks_rcvd.value.ul = in vgen_kstat_update()
220 ldckp->dring_stopped_acks_rcvd.value.ul = in vgen_kstat_update()
222 ldckp->dring_data_msgs_rcvd.value.ul = in vgen_kstat_update()
224 ldckp->dring_data_acks_sent.value.ul = in vgen_kstat_update()
226 ldckp->dring_stopped_acks_sent.value.ul = in vgen_kstat_update()
262 ldckp->dring_data_msgs_sent.value.ul; in vgen_kstat_update()
264 ldckp->dring_data_acks_rcvd.value.ul; in vgen_kstat_update()
268 ldckp->dring_data_msgs_rcvd.value.ul; in vgen_kstat_update()
[all …]
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_kstat.c273 pStats->qede_hi.value.c[8] = 0; in qede_kstat_update()
275 pStats->qede_lo.value.c[8] = 0; in qede_kstat_update()
285 strncpy(pStats->chipName.value.c, in qede_kstat_update()
287 strncpy(pStats->chipID.value.c, in qede_kstat_update()
290 strncpy(pStats->devBDF.value.c, in qede_kstat_update()
292 strncpy(pStats->devID.value.c, in qede_kstat_update()
308 pStats->hwInitDone.value.ui64 = in qede_kstat_update()
525 pStats->rxCRCerrors.value.ui64 = in qede_kstat_vport_stats_update()
533 pStats->rxJabbers.value.ui64 = in qede_kstat_vport_stats_update()
537 pStats->rxFragments.value.ui64 = in qede_kstat_vport_stats_update()
[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.c240 ixgbe_ks->tot.value.ui64 = ixgbe_ks->got.value.ui64; in ixgbe_update_stats()
493 ixgbe_ks->mprc.value.ui64 += in ixgbe_m_stat()
499 ixgbe_ks->bprc.value.ui64 += in ixgbe_m_stat()
505 ixgbe_ks->mptc.value.ui64 += in ixgbe_m_stat()
511 ixgbe_ks->bptc.value.ui64 += in ixgbe_m_stat()
564 ixgbe_ks->tot.value.ui64 = ixgbe_ks->got.value.ui64; in ixgbe_m_stat()
569 ixgbe_ks->tpr.value.ui64 += in ixgbe_m_stat()
575 ixgbe_ks->tpt.value.ui64 += in ixgbe_m_stat()
588 ixgbe_ks->roc.value.ui64 += in ixgbe_m_stat()
735 ixgbe_ks->ruc.value.ui64 += in ixgbe_m_stat()
[all …]
/illumos-gate/usr/src/cmd/bhyve/
H A Dconfig.c200 value, path); in set_config_value()
258 vp = value; in _expand_config_value()
276 value); in _expand_config_value()
286 value); in _expand_config_value()
317 value); in _expand_config_value()
337 return (value); in expand_config_value()
347 const char *value; in get_config_value() local
350 if (value == NULL) in get_config_value()
393 const char *value; in get_config_bool() local
396 if (value == NULL) in get_config_bool()
[all …]
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_txc.c881 states->d0.value = d0.value; in npi_txc_ro_states_get()
882 states->d1.value = d1.value; in npi_txc_ro_states_get()
883 states->d2.value = d2.value; in npi_txc_ro_states_get()
884 states->d3.value = d3.value; in npi_txc_ro_states_get()
885 states->d4.value = d4.value; in npi_txc_ro_states_get()
903 states->st0.value = s0.value; in npi_txc_ro_states_get()
982 states->d0.value = d0.value; in npi_txc_sf_states_get()
983 states->d1.value = d1.value; in npi_txc_sf_states_get()
984 states->d2.value = d2.value; in npi_txc_sf_states_get()
985 states->d3.value = d3.value; in npi_txc_sf_states_get()
[all …]
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c578 template.maxConn.value.i32 = -1; in tcp_kstat_init()
632 tcpkp->currEstab.value.ui32 = 0; in tcp_kstat_update()
647 tcpkp->currEstab.value.ui32++; in tcp_kstat_update()
1031 to->tcp_listendrop.value.ui64 += in tcp_add_stats()
1037 to->tcp_flwctl_on.value.ui64 += in tcp_add_stats()
1043 to->tcp_zcopy_on.value.ui64 += in tcp_add_stats()
1045 to->tcp_zcopy_off.value.ui64 += in tcp_add_stats()
1053 to->tcp_fusion_urg.value.ui64 += in tcp_add_stats()
1077 to->tcp_lso_times.value.ui64 += in tcp_add_stats()
1089 to->tcp_rst_unsent.value.ui64 += in tcp_add_stats()
[all …]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Decvt.c73 if (IsNANorINF(value)) { in cvt()
82 if ((*sign = (value < 0.0)) != 0) in cvt()
83 value = -value; in cvt()
85 if (value != 0.0) { in cvt()
106 value /= sp->p10; in cvt()
114 int digit = value/pow10; in cvt()
116 value -= digit * pow10; in cvt()
121 } else if (value < 1.0) in cvt()
124 value *= sp->p10; in cvt()
137 *p = (intx = (int)value) + '0'; in cvt()
[all …]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dinfotocap.c161 while (*value) in infotocap()
169 value += 5; in infotocap()
175 value += 7; in infotocap()
181 value += 7; in infotocap()
187 value += 8; in infotocap()
193 value += 8; in infotocap()
199 value += 5; in infotocap()
205 value += 11; in infotocap()
209 value += 2; in infotocap()
213 value += 2; in infotocap()
[all …]
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_kstats.c1065 value.ul; in nxge_fflp_stat_update()
1762 nxgekp->ifspeed.value.ul = in nxge_port_kstat_update()
1783 nxgekp->cap_asmpause.value.ul = in nxge_port_kstat_update()
1800 nxgekp->lp_cap_100T4.value.ul = in nxge_port_kstat_update()
1806 nxgekp->lp_cap_10fdx.value.ul = in nxge_port_kstat_update()
1808 nxgekp->lp_cap_10hdx.value.ul = in nxge_port_kstat_update()
1812 nxgekp->lp_cap_pause.value.ul = in nxge_port_kstat_update()
1855 nxgekp->mdt_hdr_bufs.value.ul = in nxge_port_kstat_update()
1857 nxgekp->mdt_pld_bufs.value.ul = in nxge_port_kstat_update()
1880 nxgekp->tx_max_desc.value.ul = in nxge_port_kstat_update()
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_stat.c108 stats->rx_unicast_frames.value.ul = in oce_update_stats()
114 stats->rx_crc_errors.value.ul = in oce_update_stats()
123 stats->rx_frame_too_long.value.ul = in oce_update_stats()
128 stats->rx_pause_frames.value.ul = in oce_update_stats()
130 stats->rx_control_frames.value.ul = in oce_update_stats()
148 stats->tx_pause_frames.value.ul = in oce_update_stats()
154 stats->rx_drops_no_pbuf.value.ul = in oce_update_stats()
156 stats->rx_drops_no_txpb.value.ul = in oce_update_stats()
166 stats->rx_drops_mtu.value.ul = in oce_update_stats()
177 stats->rx_dropped_runt.value.ul = in oce_update_stats()
[all …]
/illumos-gate/usr/src/lib/libpkg/common/
H A Dckparam.c60 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()
76 free(value); in ckparam()
81 proc_name(char *param, char *value) in proc_name() argument
87 ret_val += not_ascii(param, value); in proc_name()
94 proc_arch(char *param, char *value) in proc_arch() argument
100 token = strtok(value, ", "); in proc_arch()
120 ret_val += not_ascii(param, value); in proc_version()
133 token = strtok(value, ", "); in proc_category()
[all …]

12345678910>>...94