Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rcap/common/
H A Drcapd_conf.c62 if (scf_read_count_property(simple_h, PRESSURE, &count_val) in rcfg_read()
78 if (scf_read_count_property(simple_h, RECONFIG_INT, &count_val) in rcfg_read()
89 if (scf_read_count_property(simple_h, REPORT_INT, &count_val) in rcfg_read()
100 if (scf_read_count_property(simple_h, RSS_SAMPLE_INT, &count_val) in rcfg_read()
111 if (scf_read_count_property(simple_h, WALK_INT, &count_val) in rcfg_read()
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf_priv.h232 int scf_read_count_property(scf_simple_handle_t *, char *, uint64_t *);
/illumos-gate/usr/src/lib/libscf/common/
H A Dmapfile-vers309 scf_read_count_property;
H A Dmidlevel.c1507 scf_read_count_property( in scf_read_count_property() function