Home
last modified time | relevance | path

Searched refs:rcfg_report_interval (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/rcap/common/
H A Drcapd_conf.c95 _rcfg->rcfg_report_interval = count_val; in rcfg_read()
97 _rcfg->rcfg_report_interval); in rcfg_read()
207 conf->rcfg_report_interval, 0) != SCF_SUCCESS) { in modify_config()
H A Drcapd_conf.h60 uint32_t rcfg_report_interval; /* report interval (s) */ member
/illumos-gate/usr/src/cmd/rcap/rcapadm/
H A Drcapadm.c139 " (sec): %d\n"), conf.rcfg_report_interval); in print_state()
320 conf.rcfg_report_interval = report_interval; in main()
/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_main.c993 if (next_report == 0 && rcfg.rcfg_report_interval > 0) in reconfigure()
997 NEXT_REPORT_EVENT_TIME(now, rcfg.rcfg_report_interval)); in reconfigure()
1301 rcfg.rcfg_report_interval); in check_update_statistics()