Home
last modified time | relevance | path

Searched refs:FMD_TYPE_TIME (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmstat/common/
H A Dfmstat.c77 { "loadtime", FMD_TYPE_TIME },
78 { "snaptime", FMD_TYPE_TIME },
93 { "wtime", FMD_TYPE_TIME },
94 { "wlentime", FMD_TYPE_TIME },
95 { "wlastupdate", FMD_TYPE_TIME },
96 { "dtime", FMD_TYPE_TIME },
97 { "dlastupdate", FMD_TYPE_TIME },
561 case FMD_TYPE_TIME: in stat_mod()
597 case FMD_TYPE_TIME: in stat_mod()
/illumos-gate/usr/src/cmd/fm/modules/common/cpumem-retire/
H A Dcma_main.c573 { "cpu_delay", FMD_TYPE_TIME, "1sec" },
575 { "cpu_ret_mindelay", FMD_TYPE_TIME, "5sec" },
576 { "cpu_ret_maxdelay", FMD_TYPE_TIME, "5min" },
588 { "page_ret_mindelay", FMD_TYPE_TIME, "1sec" },
589 { "page_ret_maxdelay", FMD_TYPE_TIME, "5min" },
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_module.c66 { "fmd.wtime", FMD_TYPE_TIME, "total wait time on queue" },
67 { "fmd.wlentime", FMD_TYPE_TIME, "total wait length * time product" },
68 { "fmd.wlastupdate", FMD_TYPE_TIME, "hrtime of last wait queue update" },
69 { "fmd.dtime", FMD_TYPE_TIME, "total processing time after dequeue" },
70 { "fmd.dlastupdate", FMD_TYPE_TIME, "hrtime of last event dequeue completion" },
72 { "fmd.loadtime", FMD_TYPE_TIME, "hrtime at which module was loaded" },
73 { "fmd.snaptime", FMD_TYPE_TIME, "hrtime of last statistics snapshot" },
91 { "fmd.ckpttime", FMD_TYPE_TIME, "total checkpoint time" },
H A Dfmd_api.h80 #define FMD_TYPE_TIME 6 /* uint64_t */ macro
H A Dfmd_xprt.c200 { "wtime", FMD_TYPE_TIME, "total wait time on queue" },
201 { "wlentime", FMD_TYPE_TIME, "total wait length * time product" },
202 { "wlastupdate", FMD_TYPE_TIME, "hrtime of last wait queue update" },
203 { "dtime", FMD_TYPE_TIME, "total processing time after dequeue" },
204 { "dlastupdate", FMD_TYPE_TIME, "hrtime of last event dequeue completion" },
H A Dfmd_rpc_adm.c1078 case FMD_TYPE_TIME: in xdr_fmd_stat()
H A Dfmd_mdb.c584 case FMD_TYPE_TIME: in fmd_stat()
/illumos-gate/usr/src/cmd/fm/modules/common/disk-lights/
H A Ddisk_lights.c86 { DL_PROP_POLL_INTERVAL, FMD_TYPE_TIME, "5min" },
87 { DL_PROP_COALESCE_INTERVAL, FMD_TYPE_TIME, "3s" },
/illumos-gate/usr/src/cmd/fm/modules/common/disk-transport/
H A Ddisk_transport.c252 { "interval", FMD_TYPE_TIME, "1h" },
253 { "min-interval", FMD_TYPE_TIME, "1min" },
/illumos-gate/usr/src/cmd/fm/modules/common/sp-monitor/
H A Dsp_monitor.c128 { "interval", FMD_TYPE_TIME, "60sec" },
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-diagnosis/
H A Dzfs_de.c1061 { "checksum_T", FMD_TYPE_TIME, "10min" },
1063 { "io_T", FMD_TYPE_TIME, "10min" },
1065 { "probe_T", FMD_TYPE_TIME, "24hour" },
1066 { "remove_timeout", FMD_TYPE_TIME, "15sec" },
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dstats.c88 ret->fmd_stats.fmds_type = FMD_TYPE_TIME; in stats_new()
/illumos-gate/usr/src/cmd/fm/modules/common/fdd-msg/
H A Dfdd_msg.c252 { "interval", FMD_TYPE_TIME, "1s" },
/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c899 { "ip_burp", FMD_TYPE_TIME, "0" },
912 { "ip_sleep", FMD_TYPE_TIME, "10s" },
/illumos-gate/usr/src/cmd/fm/modules/common/sensor-transport/
H A Dsensor_transport.c429 { "interval", FMD_TYPE_TIME, "1min" },
/illumos-gate/usr/src/cmd/fm/modules/common/ses-log-transport/
H A Dses_log_transport.c58 { "interval", FMD_TYPE_TIME, "60s"},
/illumos-gate/usr/src/lib/fm/libfmd_adm/common/
H A Dfmd_adm.c1114 case FMD_TYPE_TIME: in xdr_fmd_stat()