Home
last modified time | relevance | path

Searched refs:simple_h (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/rcap/common/
H A Drcapd_conf.c49 scf_simple_handle_t *simple_h; in rcfg_read() local
55 if ((simple_h = scf_general_pg_setup(RCAP_FMRI, CONFIG_PG)) in rcfg_read()
62 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()
149 scf_simple_handle_destroy(simple_h); in rcfg_read()
166 scf_simple_handle_t *simple_h; in modify_config() local
170 if ((simple_h = scf_general_pg_setup(RCAP_FMRI, CONFIG_PG)) in modify_config()
[all …]
/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel.c57 scf_simple_handle_destroy(scf_simple_handle_t *simple_h) in scf_simple_handle_destroy() argument
59 if (simple_h == NULL) in scf_simple_handle_destroy()
62 scf_pg_destroy(simple_h->running_pg); in scf_simple_handle_destroy()
63 scf_pg_destroy(simple_h->editing_pg); in scf_simple_handle_destroy()
64 scf_snapshot_destroy(simple_h->snap); in scf_simple_handle_destroy()
65 scf_instance_destroy(simple_h->inst); in scf_simple_handle_destroy()
66 scf_handle_destroy(simple_h->h); in scf_simple_handle_destroy()
67 uu_free(simple_h); in scf_simple_handle_destroy()
1168 get_instance_pg(scf_simple_handle_t *simple_h) in get_instance_pg() argument
1170 scf_propertygroup_t *ret_pg = scf_pg_create(simple_h->h); in get_instance_pg()
[all …]