/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | StatisticList.java | 490 private final StatisticList statistics; field in StatisticOperations 514 public StatisticOperations(StatisticList statistics) in StatisticOperations() argument 516 this.statistics = statistics; in StatisticOperations() 529 it = statistics.iterator(); in calc_sd() 536 sd /= statistics.size(); in calc_sd() 560 buf.append("\nsample = " + statistics.size()); in toZoneString() 586 return ("sample = " + statistics.size() + in toString() 610 if (statistics.size() >= 5) in isValid() 623 doubleValue() / statistics.size(); in process()
|
/illumos-gate/usr/src/test/smbclient-tests/config/ |
H A D | generic.func | 37 # Initialise statistics and argument arrays 56 # statistics scripts to miss arguments ! 57 # Clear, run the benchmark, snap statistics 58 # This command will also run external statistics (supplied in an array) 64 # create processes and start run, then collect statistics
|
/illumos-gate/usr/src/lib/sun_fc/common/ |
H A D | Sun_fcGetPortStatistics.cc | 38 HBA_UINT32 port, PHBA_PORTSTATISTICS statistics) { in Sun_fcGetPortStatistics() argument 42 if (statistics == NULL) { in Sun_fcGetPortStatistics()
|
/illumos-gate/usr/src/uts/intel/io/amd8111s/ |
H A D | amd8111s_main.c | 511 struct amd8111s_statistics *statistics = &pOdl->statistics; in amd8111s_recv_copy() local 528 statistics->rx_desc_err ++; in amd8111s_recv_copy() 531 statistics->rx_desc_err_FRAM ++; in amd8111s_recv_copy() 535 statistics->rx_desc_err_OFLO ++; in amd8111s_recv_copy() 540 statistics->rx_double_overflow ++; in amd8111s_recv_copy() 547 statistics->rx_desc_err_CRC ++; in amd8111s_recv_copy() 551 statistics->rx_desc_err_BUFF ++; in amd8111s_recv_copy() 564 statistics->rx_error_zerosize ++; in amd8111s_recv_copy() 568 statistics->rx_allocfail ++; in amd8111s_recv_copy() 575 statistics->rx_ok_packets ++; in amd8111s_recv_copy() [all …]
|
H A D | amd8111s_main.h | 276 struct amd8111s_statistics statistics; member
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_stats.c | 1908 arr_cnt = ARRSIZE(pdev->vars.stats.stats_mirror.stats_fw.toe_xstorm_toe.statistics) ; in lm_stats_fw_assign() 1911 LM_STATS_FW_ASSIGN_TOE_U32(xstorm_toe.statistics[i].tcp_out_segments) ; in lm_stats_fw_assign() 1912 LM_STATS_FW_ASSIGN_TOE_U32(xstorm_toe.statistics[i].tcp_retransmitted_segments) ; in lm_stats_fw_assign() 1913 LM_STATS_FW_ASSIGN_TOE_REGPAIR(xstorm_toe.statistics[i].ip_out_octets ) ; in lm_stats_fw_assign() 1914 LM_STATS_FW_ASSIGN_TOE_U32(xstorm_toe.statistics[i].ip_out_requests) ; in lm_stats_fw_assign() 1979 arr_cnt = ARRSIZE(pdev->vars.stats.stats_mirror.stats_fw.toe_tstorm_toe.statistics) ; in lm_stats_fw_assign() 1982 LM_STATS_FW_ASSIGN_TOE_U32(tstorm_toe.statistics[i].ip_in_receives) ; in lm_stats_fw_assign() 1983 LM_STATS_FW_ASSIGN_TOE_U32(tstorm_toe.statistics[i].ip_in_delivers) ; in lm_stats_fw_assign() 1984 LM_STATS_FW_ASSIGN_TOE_REGPAIR(tstorm_toe.statistics[i].ip_in_octets) ; in lm_stats_fw_assign() 1985 LM_STATS_FW_ASSIGN_TOE_U32(tstorm_toe.statistics[i].tcp_in_errors) ; in lm_stats_fw_assign() [all …]
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | stats.c | 20 static struct statistics Stat; 138 struct statistics stats;
|
H A D | READ_ME | 75 stats.c Routines to collect and post the statistics.
|
/illumos-gate/usr/src/cmd/sendmail/include/sendmail/ |
H A D | mailstats.h | 23 struct statistics struct
|
/illumos-gate/usr/src/uts/common/io/nge/ |
H A D | nge_rx.c | 79 sw_stp = &ngep->statistics.sw_statistics; in nge_recv_recycle() 159 sw_stp = &ngep->statistics.sw_statistics; in nge_recv_packet() 262 sw_stp = &ngep->statistics.sw_statistics; in nge_rxsta_handle()
|
H A D | nge_kstats.c | 80 istp = &ngep->statistics; in nge_statistics_update() 178 sw_stp = &ngep->statistics.sw_statistics; in nge_debuginfo_update() 280 nge_statistics_t *nstp = &ngep->statistics; in nge_m_stat()
|
H A D | nge_chip.c | 1410 psw_stat = (nge_sw_statistics_t *)&ngep->statistics.sw_statistics; in nge_chip_err() 1669 ngep->statistics.sw_statistics.tx_stall++; in nge_factotum_stall_check() 1747 ngep->statistics.sw_statistics.intr_count++; in nge_intr_handle() 1748 ngep->statistics.sw_statistics.intr_lval = pintr_src->intr_val; in nge_intr_handle() 1753 ngep->statistics.sw_statistics.rx_err++; in nge_intr_handle() 1755 ngep->statistics.sw_statistics.rx_nobuffer++; in nge_intr_handle() 1764 ngep->statistics.sw_statistics.tx_stop_err++; in nge_intr_handle()
|
H A D | nge_tx.c | 599 nge_statistics_t *nstp = &ngep->statistics; in nge_send() 697 ++ngep->statistics.sw_statistics.tx_resched; in nge_reschedule()
|
/illumos-gate/usr/src/lib/libsqlite/tool/ |
H A D | report1.txt | 2 in GDBM. The following are statistics on the sizes of keys and data
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-monitoring-arcstat.p5m | 16 value="arcstat displays various ZFS ARC and L2ARC statistics"
|
/illumos-gate/usr/src/boot/i386/loader/ |
H A D | help.i386 | 9 # Theap DDisplay memory management statistics
|
/illumos-gate/usr/src/cmd/sort/ |
H A D | Makefile | 49 STATS_OBJS = main.o statistics.o $(BASE_OBJS)
|
/illumos-gate/usr/src/cmd/sgs/lex/common/ |
H A D | ldefs.h | 249 void statistics(void);
|
H A D | main.c | 255 statistics();
|
H A D | header.c | 366 statistics(void) in statistics() function
|
/illumos-gate/usr/src/uts/common/io/bge/ |
H A D | bge_kstats.c | 208 bstp = DMA_VPTR(bgep->statistics); in bge_statistics_update() 636 DMA_ZERO(bgep->statistics); in bge_init_kstats() 642 ksp->ks_data = DMA_VPTR(bgep->statistics); in bge_init_kstats() 698 bstp = DMA_VPTR(bgep->statistics); in bge_m_stat()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | gld.c | 667 mac_pvt->statistics = kmem_zalloc(sizeof (struct gld_stats), KM_SLEEP); in gld_register() 780 if (mac_pvt->statistics != NULL) in gld_register() 781 kmem_free(mac_pvt->statistics, sizeof (struct gld_stats)); in gld_register() 875 kmem_free(mac_pvt->statistics, sizeof (struct gld_stats)); in gld_unregister() 1015 stats = mac_pvt->statistics; in gld_update_kstat() 1254 gsp->glds_speed.value.ui64 = mac_pvt->statistics->glds_speed; in gld_update_vlan_kstat() 1255 media = mac_pvt->statistics->glds_media; in gld_update_vlan_kstat() 2029 stats0 = mac_pvt->statistics; in gld_start() 2272 BUMP(mac_pvt->statistics, stats, glds_rcvbadinterp, 1); in gld_precv() 2339 stats0 = mac_pvt->statistics; in gld_recv_tagged() [all …]
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm_stats.h | 648 } statistics[STATS_IP_IDX_MAX] ; member 662 } statistics[STATS_IP_IDX_MAX] ; member
|
/illumos-gate/usr/src/cmd/sendmail/util/ |
H A D | mailstats.c | 67 struct statistics stats;
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | release.txt | 883 6. Request: Read the BB/AH MAC counters from the suitable statistics bins. 1375 9. Problem: iWARP Rxmit statistics don't appear properly on high functions. 1381 Relevance: iWARP rxmit statistics. 1396 2. Request: Support RoCE event statistics. 1669 9. Request: iWARP: Add retransmit statistics to ecore_rdma_stats. 1671 10. Request: (FW RoCE) Add RoCE statistics for internal CRC, retransmit 1961 19. Problem: cq89307 iWARP: statistics not updated correctly for all ports. 2649 9. Problem: Wrong iSCSI statistics ram pointer. 2980 5. Request: Add support for reading AH statistics. 3296 1. Request: (FW L2) Add tunnel statistics per PF statistics. [all …]
|