Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/rcap/common/
H A Drcapd_conf.c64 if (scf_read_count_property(simple_h, PRESSURE, &count_val) in rcfg_read()
80 if (scf_read_count_property(simple_h, RECONFIG_INT, &count_val) in rcfg_read()
91 if (scf_read_count_property(simple_h, REPORT_INT, &count_val) in rcfg_read()
102 if (scf_read_count_property(simple_h, RSS_SAMPLE_INT, &count_val) in rcfg_read()
113 if (scf_read_count_property(simple_h, WALK_INT, &count_val) in rcfg_read()
/titanic_41/usr/src/lib/libscf/inc/
H A Dlibscf_priv.h229 int scf_read_count_property(scf_simple_handle_t *, char *, uint64_t *);
/titanic_41/usr/src/lib/libscf/common/
H A Dmapfile-vers303 scf_read_count_property;
H A Dmidlevel.c1447 scf_read_count_property( in scf_read_count_property() function