/titanic_41/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/ |
H A D | cmd.h | 181 fmd_stat_t bad_det; /* # of malformed detectors */ 182 fmd_stat_t bad_cpu_asru; /* # of malformed cpu-scheme ASRUs */ 183 fmd_stat_t bad_mem_asru; /* # of malformed mem-scheme ASRUs */ 184 fmd_stat_t bad_close; /* # of inapplicable case closes */ 185 fmd_stat_t old_erpt; /* # of erpts for removed components */ 186 fmd_stat_t cpu_creat; /* # of CPU state structs created */ 187 fmd_stat_t dimm_creat; /* # of DIMM state structs created */ 188 fmd_stat_t bank_creat; /* # of bank state structs created */ 189 fmd_stat_t page_creat; /* # of page state structs created */ 190 fmd_stat_t cache_creat; /* # of cache state structs created */ [all …]
|
H A D | cmd_state.h | 60 fmd_stat_t evs_ok; /* # of erpts processed successfully */ 61 fmd_stat_t evs_bad; /* # of malformed ereports */ 62 fmd_stat_t evs_unused; /* # of erpts unusable or not needed */ 63 fmd_stat_t evs_redund; /* # of erpts already explained */
|
/titanic_41/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_module.h | 74 fmd_stat_t ms_loadtime; /* hrtime at which module was loaded */ 75 fmd_stat_t ms_snaptime; /* hrtime of recent stats snapshot */ 76 fmd_stat_t ms_accepted; /* total events accepted by module */ 77 fmd_stat_t ms_debugdrop; /* dropped debug messages */ 78 fmd_stat_t ms_memtotal; /* total space allocated by module */ 79 fmd_stat_t ms_memlimit; /* limit on space allocated by module */ 80 fmd_stat_t ms_buftotal; /* total space consumed by buffers */ 81 fmd_stat_t ms_buflimit; /* limit on space consumed by buffers */ 82 fmd_stat_t ms_thrtotal; /* total number of auxiliary threads */ 83 fmd_stat_t ms_thrlimit; /* limit on auxiliary threads */ [all …]
|
H A D | fmd_eventq.h | 38 fmd_stat_t eqs_dispatched; /* total events dispatched to queue */ 39 fmd_stat_t eqs_dequeued; /* total events dequeued by consumer */ 40 fmd_stat_t eqs_prdequeued; /* total protocol events dequeued */ 41 fmd_stat_t eqs_dropped; /* total events dropped by queue */ 42 fmd_stat_t eqs_wcnt; /* count of events waiting on queue */ 43 fmd_stat_t eqs_wtime; /* total wait time (pre-dispatch) */ 44 fmd_stat_t eqs_wlentime; /* total wait length * time product */ 45 fmd_stat_t eqs_wlastupdate; /* hrtime of last wait queue update */ 46 fmd_stat_t eqs_dtime; /* total dispatch time */ 47 fmd_stat_t eqs_dlastupdate; /* hrtime of last dispatch */
|
H A D | fmd_xprt.h | 75 fmd_stat_t xs_module; /* module name associated with xprt */ 76 fmd_stat_t xs_authority; /* authority associated with xprt */ 77 fmd_stat_t xs_state; /* state name associated with xprt */ 78 fmd_stat_t xs_received; /* number of events received by xprt */ 79 fmd_stat_t xs_discarded; /* number of events discarded by xprt */ 80 fmd_stat_t xs_retried; /* number of events retried by xprt */ 81 fmd_stat_t xs_replayed; /* number of events replayed by xprt */ 82 fmd_stat_t xs_lost; /* number of events lost by xprt */ 83 fmd_stat_t xs_timeouts; /* number of events recv'd with ttl=0 */ 84 fmd_stat_t xs_subscriptions; /* number of active subscriptions */
|
H A D | fmd_ustat.h | 43 fmd_stat_t *uss_buf; /* array of statistic data */ 49 fmd_stat_t *usc_base; /* base of chunk allocation */ 56 const fmd_stat_t *use_stat; /* pointer to statistic data storage */ 84 extern fmd_stat_t *fmd_ustat_insert(fmd_ustat_t *, 85 uint_t, uint_t, fmd_stat_t *, fmd_stat_t **); 87 extern void fmd_ustat_delete(fmd_ustat_t *, uint_t, fmd_stat_t *);
|
H A D | fmd.h | 53 fmd_stat_t ds_log_replayed; /* number of events replayed from log */ 54 fmd_stat_t ds_log_partials; /* number of events partially commit */ 55 fmd_stat_t ds_err_enospc; /* number of events w/ ENOSPC errlog */ 56 fmd_stat_t ds_flt_enospc; /* number of events w/ ENOSPC fltlog */ 57 fmd_stat_t ds_oth_enospc; /* number of events w/ ENOSPC others */ 58 fmd_stat_t ds_dr_gen; /* dynamic reconfiguration generation */ 59 fmd_stat_t ds_topo_gen; /* topology snapshot generation */ 60 fmd_stat_t ds_topo_drgen; /* topology DR generation */ 125 fmd_stat_t *d_errstats; /* program-wide error statistics */
|
H A D | fmd_ustat.c | 38 fmd_ustat_chunk_init(fmd_ustat_t *usp, fmd_stat_t *base, uint_t len) in fmd_ustat_chunk_init() 73 fmd_free(cp->usc_base, sizeof (fmd_stat_t) * cp->usc_len); in fmd_ustat_chunk_rele() 123 fmd_stat_t *sp; in fmd_ustat_snapshot() 128 uss->uss_buf = sp = malloc(sizeof (fmd_stat_t) * usp->us_nelems); in fmd_ustat_snapshot() 138 bcopy(ep->use_stat, sp, sizeof (fmd_stat_t)); in fmd_ustat_snapshot() 152 fmd_ustat_delete_locked(fmd_ustat_t *usp, uint_t n, fmd_stat_t *sp, int strfree) in fmd_ustat_delete_locked() 182 fmd_stat_t * 184 uint_t n, fmd_stat_t *template, fmd_stat_t **epp) in fmd_ustat_insert() 186 fmd_stat_t *stats, *sp; in fmd_ustat_insert() 195 sp = stats = fmd_alloc(sizeof (fmd_stat_t) * n, FMD_SLEEP); in fmd_ustat_insert() [all …]
|
H A D | fmd_self.c | 36 fmd_stat_t nosub; 37 fmd_stat_t module; 213 sizeof (fmd_stat_t), (fmd_stat_t *)&self_stats); in self_init()
|
H A D | fmd_api.h | 101 } fmd_stat_t; typedef 167 extern fmd_stat_t *fmd_stat_create(fmd_hdl_t *, uint_t, uint_t, fmd_stat_t *); 168 extern void fmd_stat_destroy(fmd_hdl_t *, uint_t, fmd_stat_t *); 169 extern void fmd_stat_setstr(fmd_hdl_t *, fmd_stat_t *, const char *);
|
/titanic_41/usr/src/cmd/fm/modules/common/cpumem-retire/ |
H A D | cma.h | 91 fmd_stat_t cpu_flts; /* Successful offlines */ 92 fmd_stat_t cpu_repairs; /* Successful onlines */ 93 fmd_stat_t cpu_fails; /* Failed offlines/onlines */ 94 fmd_stat_t cpu_blfails; /* Failed blacklists */ 95 fmd_stat_t cpu_supp; /* Suppressed offlines/onlines */ 96 fmd_stat_t cpu_blsupp; /* Suppressed blacklists */ 97 fmd_stat_t page_flts; /* Successful page retires */ 98 fmd_stat_t page_repairs; /* Successful page unretires */ 99 fmd_stat_t page_fails; /* Failed page retires/unretires */ 100 fmd_stat_t page_supp; /* Suppressed retires/unretires */ [all …]
|
/titanic_41/usr/src/cmd/fm/modules/sun4v/generic-mem/ |
H A D | gmem.h | 42 fmd_stat_t bad_mem_resource; /* # of malformed hc-scheme resource */ 43 fmd_stat_t bad_close; /* # of inapplicable case closes */ 44 fmd_stat_t old_erpt; /* # of erpts for removed components */ 45 fmd_stat_t dimm_creat; /* # of DIMM state structs created */ 46 fmd_stat_t page_creat; /* # of page state structs created */ 47 fmd_stat_t ce_unknown; /* # of unknown CEs seen */ 48 fmd_stat_t ce_interm; /* # of intermittent CEs seen */ 49 fmd_stat_t ce_clearable_persis; /* # of clearable persistent CEs seen */ 50 fmd_stat_t ce_sticky; /* # of sticky CEs seen */ 51 fmd_stat_t dimm_migrat; /* # of DIMMs migrated to new version */
|
H A D | gmem_state.h | 63 fmd_stat_t evs_ok; /* # of erpts processed successfully */ 64 fmd_stat_t evs_bad; /* # of malformed ereports */ 65 fmd_stat_t evs_unused; /* # of erpts unusable or not needed */ 66 fmd_stat_t evs_redund; /* # of erpts already explained */
|
H A D | gmem_main.c | 68 ((fmd_stat_t *)&sp->subr_stat)[disp].fmds_value.ui64++; in gmem_recv() 172 sizeof (gm_stats) / sizeof (fmd_stat_t), in _fmd_init() 173 (fmd_stat_t *)&gm_stats); in _fmd_init() 181 fmd_stat_t *stat = ((fmd_stat_t *)&sp->subr_stat) + i; in _fmd_init()
|
/titanic_41/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/smf/ |
H A D | smf_diag.c | 66 fmd_stat_t swde_smf_diagnosed; 67 fmd_stat_t swde_smf_bad_class; 68 fmd_stat_t swde_smf_no_attr; 69 fmd_stat_t swde_smf_bad_attr; 70 fmd_stat_t swde_smf_bad_fmri; 71 fmd_stat_t swde_smf_no_uuid; 72 fmd_stat_t swde_smf_no_reason_short; 73 fmd_stat_t swde_smf_no_reason_long; 74 fmd_stat_t swde_smf_no_svcname; 75 fmd_stat_t swde_smf_admin_maint_drop; [all …]
|
H A D | smf_response.c | 40 fmd_stat_t swrp_smf_repairs; 41 fmd_stat_t swrp_smf_clears; 42 fmd_stat_t swrp_smf_closed; 43 fmd_stat_t swrp_smf_wrongclass; 44 fmd_stat_t swrp_smf_badlist; 45 fmd_stat_t swrp_smf_badresource; 46 fmd_stat_t swrp_smf_badclrevent; 47 fmd_stat_t swrp_smf_noloop; 48 fmd_stat_t swrp_smf_suppressed; 49 fmd_stat_t swrp_smf_cachefull; [all …]
|
/titanic_41/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/panic/ |
H A D | panic_diag.c | 112 fmd_stat_t swde_panic_diagnosed; 113 fmd_stat_t swde_panic_badclass; 114 fmd_stat_t swde_panic_noattr; 115 fmd_stat_t swde_panic_unexpected_fm_panic; 116 fmd_stat_t swde_panic_badattr; 117 fmd_stat_t swde_panic_badfmri; 118 fmd_stat_t swde_panic_noinstance; 119 fmd_stat_t swde_panic_nouuid; 120 fmd_stat_t swde_panic_dupuuid; 121 fmd_stat_t swde_panic_nocase; [all …]
|
/titanic_41/usr/src/cmd/fm/modules/common/ext-event-transport/ |
H A D | fmevt_outbound.c | 38 fmd_stat_t recv_calls; 39 fmd_stat_t recv_list; 40 fmd_stat_t recv_ireport; 41 fmd_stat_t recv_other; 42 fmd_stat_t fwd_success; 43 fmd_stat_t fwd_failure; 104 sizeof (fmd_stat_t), (fmd_stat_t *)&outbound_stats); in fmevt_init_outbound()
|
H A D | fmevt_inbound.c | 50 fmd_stat_t raw_callbacks; 51 fmd_stat_t raw_noattrlist; 52 fmd_stat_t raw_nodetector; 53 fmd_stat_t pp_bad_ruleset; 54 fmd_stat_t pp_explicitdrop; 55 fmd_stat_t pp_fallthrurule; 56 fmd_stat_t pp_fanoutmax; 57 fmd_stat_t pp_intldrop; 58 fmd_stat_t pp_badclass; 59 fmd_stat_t pp_nvlallocfail; [all …]
|
/titanic_41/usr/src/cmd/fm/fmstat/common/ |
H A D | fmstat.c | 45 fmd_stat_t module; 46 fmd_stat_t authority; 47 fmd_stat_t state; 48 fmd_stat_t loadtime; 49 fmd_stat_t snaptime; 50 fmd_stat_t received; 51 fmd_stat_t discarded; 52 fmd_stat_t retried; 53 fmd_stat_t replayed; 54 fmd_stat_t lost; [all …]
|
/titanic_41/usr/src/cmd/fm/modules/sun4u/datapath-retire/ |
H A D | cda.h | 50 fmd_stat_t dp_offs; /* Successful offlines */ 51 fmd_stat_t dp_fails; /* Failed offlines */ 52 fmd_stat_t dp_supp; /* Suppressed offlines */ 53 fmd_stat_t bad_flts; /* Malformed faults */ 54 fmd_stat_t nop_flts; /* Inapplicable faults */
|
/titanic_41/usr/src/cmd/fm/modules/sun4v/etm/ |
H A D | etm_xport_api_dd.c | 127 fmd_stat_t xport_addr_magicnum_bad; 128 fmd_stat_t xport_addr_fn_bad; 132 fmd_stat_t xport_conn_magicnum_bad; 133 fmd_stat_t xport_conn_fd_bad; 137 fmd_stat_t xport_buffread_badargs; 138 fmd_stat_t xport_rawpeek_badargs; 142 fmd_stat_t xport_accept_badargs; 143 fmd_stat_t xport_get_addr_conn_badargs; 144 fmd_stat_t xport_free_addr_badargs; 145 fmd_stat_t xport_free_addrv_badargs; [all …]
|
H A D | etm.c | 263 fmd_stat_t etm_rd_hdr_fmaevent; 264 fmd_stat_t etm_rd_hdr_control; 265 fmd_stat_t etm_rd_hdr_alert; 266 fmd_stat_t etm_rd_hdr_response; 267 fmd_stat_t etm_rd_body_fmaevent; 268 fmd_stat_t etm_rd_body_control; 269 fmd_stat_t etm_rd_body_alert; 270 fmd_stat_t etm_rd_body_response; 271 fmd_stat_t etm_wr_hdr_fmaevent; 272 fmd_stat_t etm_wr_hdr_control; [all …]
|
/titanic_41/usr/src/cmd/fm/modules/sun4u/USII-io-diagnosis/ |
H A D | iod_main.c | 60 fmd_stat_t ue; /* # of UEs received */ 61 fmd_stat_t ce; /* # of CEs received */ 169 sizeof (iod_stat) / sizeof (fmd_stat_t), (fmd_stat_t *)&iod_stat); in _fmd_init()
|
/titanic_41/usr/src/cmd/fm/modules/common/syslog-msgs/ |
H A D | syslog.c | 44 fmd_stat_t bad_vers; 45 fmd_stat_t bad_code; 46 fmd_stat_t log_err; 47 fmd_stat_t msg_err; 48 fmd_stat_t no_msg; 348 sizeof (fmd_stat_t), (fmd_stat_t *)&syslog_stats); in _fmd_init()
|