Searched defs:statistics (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DSun_fcGetPortStatistics.cc38 HBA_UINT32 port, PHBA_PORTSTATISTICS statistics) {
42 if (statistics == NULL) {
37 Sun_fcGetPortStatistics(HBA_HANDLE handle, HBA_UINT32 port, PHBA_PORTSTATISTICS statistics) argument
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dheader.c370 statistics(void) function
/illumos-gate/usr/src/cmd/sendmail/include/sendmail/
H A Dmailstats.h25 struct statistics struct
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatisticList.java38 * Contains information about statistics. An instance must only
74 * @param name is the name of the contained statistics
75 * @param size is the maximum number of statistics to hold
85 * @param name is the name of the contained statistics
86 * @param size is the maximum number of statistics to hold
87 * @param doStats indicates whether or not statistics should
490 private final StatisticList statistics; field in class:StatisticOperations
512 * @param statistics The statistics to operate on.
514 public StatisticOperations(StatisticList statistics) argument
[all...]
/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dsbp2_driver.c970 int statistics)
988 pkt->pkt_statistics |= statistics;
969 scsa1394_sbp2_flush_cmds(scsa1394_lun_t *lp, int reason, int state, int statistics) argument
/illumos-gate/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_main.c511 struct amd8111s_statistics *statistics = &pOdl->statistics; local
528 statistics->rx_desc_err ++;
531 statistics->rx_desc_err_FRAM ++;
535 statistics->rx_desc_err_OFLO ++;
540 statistics->rx_double_overflow ++;
547 statistics->rx_desc_err_CRC ++;
551 statistics->rx_desc_err_BUFF ++;
564 statistics->rx_error_zerosize ++;
568 statistics
[all...]
H A Damd8111s_main.h276 struct amd8111s_statistics statistics; member in struct:odl
/illumos-gate/usr/src/uts/common/sys/
H A Dgldpriv.h368 struct gld_stats *statistics; /* The ones the driver updates */ member in struct:gld_mac_pvt
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c1328 static int statistics = 0; local
1336 {OPT_FLAG, "s", (char*)&statistics, "Print parser stats to standard output."},
1435 if( statistics ){
1436 printf("Parser statistics: %d terminals, %d nonterminals, %d rules\n",
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm_stats.h110 // mapping of client id to statistics entry
157 // hw statistics structures (as read from GRC)
519 /* Total number of FW statistics requests */
521 /* Total number of FW statistics static (PF) requests */
526 /* This is a memory buffer that will contain both statistics
532 /* FW statistics request shortcut (points at the
539 /* FW statistics data shortcut (points at the begining of
648 } statistics[STATS_IP_IDX_MAX] ; member in struct:_lm_stats_fw_t::__anon5059
662 } statistics[STATS_IP_IDX_MAX] ; member in struct:_lm_stats_fw_t::__anon5061
777 // L2 statistics collecte
[all...]
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_impl.h461 /* Per-ring statistics */
790 dma_area_t statistics; /* describes hardware */ member in struct:bge
791 /* statistics area */
1085 #define BGE_DBG_STATS 0x00800000 /* statistics */
/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c4101 SMHBA_PROTOCOLSTATISTICS *statistics)
4115 status = ((GetLUNStatisticsFunc)(vendorHandle, lunit, statistics));
4098 SMHBA_GetLUNStatistics( HBA_HANDLE handle, const HBA_SCSIID *lunit, SMHBA_PROTOCOLSTATISTICS *statistics) argument
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge.h616 * statistics parameters to tune the driver
791 nge_statistics_t statistics; member in struct:nge
898 #define NGE_DBG_STATS 0x00400000 /* statistics */
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c561 uint_t statistics);
14554 fcp_fail_cmd(struct fcp_pkt *cmd, uchar_t reason, uint_t statistics) argument
14563 cmd->cmd_pkt->pkt_statistics = statistics;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h3101 u8_t statistics_counter_id /* statistics counter id */;
3102 u8_t statistics_en_flg /* statistics en flg */;
4927 * FCoe statistics request $$KEEP_ENDIANNESS$$
4953 struct fcoe_kwqe_stat statistics; member in union:fcoe_kwqe
5027 * FCoE RX statistics parameters section#0 $$KEEP_ENDIANNESS$$
5037 * FCoE RX statistics parameters section#1 $$KEEP_ENDIANNESS$$
5047 * FCoE RX statistics parameters section#2 $$KEEP_ENDIANNESS$$
5088 * FCoE TX statistics parameters $$KEEP_ENDIANNESS$$
5099 * FCoE statistics parameters $$KEEP_ENDIANNESS$$
5103 struct fcoe_tx_stat_params tx_stat /* FCoE TX statistics parameter
9671 struct xstorm_toe_stats_section statistics[2] /* 0 - ipv4 , 1 - ipv6 */; member in struct:xstorm_toe_stats
9694 struct tstorm_toe_stats_section statistics[2] /* 0 - ipv4 , 1 - ipv6 */; member in struct:tstorm_toe_stats
[all...]

Completed in 247 milliseconds