Searched defs:simple_h (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/rcap/common/
H A Drcapd_conf.c51 scf_simple_handle_t *simple_h; local
57 if ((simple_h = scf_general_pg_setup(RCAP_FMRI, CONFIG_PG))
64 if (scf_read_count_property(simple_h, PRESSURE, &count_val)
80 if (scf_read_count_property(simple_h, RECONFIG_INT, &count_val)
91 if (scf_read_count_property(simple_h, REPORT_INT, &count_val)
102 if (scf_read_count_property(simple_h, RSS_SAMPLE_INT, &count_val)
113 if (scf_read_count_property(simple_h, WALK_INT, &count_val)
151 scf_simple_handle_destroy(simple_h);
168 scf_simple_handle_t *simple_h; local
172 if ((simple_h
[all...]
/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel.c55 scf_simple_handle_destroy(scf_simple_handle_t *simple_h) argument
57 if (simple_h == NULL)
60 scf_pg_destroy(simple_h->running_pg);
61 scf_pg_destroy(simple_h->editing_pg);
62 scf_snapshot_destroy(simple_h->snap);
63 scf_instance_destroy(simple_h->inst);
64 scf_handle_destroy(simple_h->h);
65 uu_free(simple_h);
1114 get_instance_pg(scf_simple_handle_t *simple_h) argument
1116 scf_propertygroup_t *ret_pg = scf_pg_create(simple_h
1387 scf_transaction_setup(scf_simple_handle_t *simple_h) argument
1409 scf_transaction_restart(scf_simple_handle_t *simple_h, scf_transaction_t *tx) argument
1447 scf_read_count_property( scf_simple_handle_t *simple_h, char *prop_name, uint64_t *ret_count) argument
[all...]

Completed in 46 milliseconds