Searched refs:scf_simple_handle_t (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libscf/inc/
H A Dlibscf_priv.h249 } scf_simple_handle_t; typedef in typeref:struct:scf_simple_handle
251 void scf_simple_handle_destroy(scf_simple_handle_t *);
252 scf_simple_handle_t *scf_general_pg_setup(const char *, const char *);
253 scf_transaction_t *scf_transaction_setup(scf_simple_handle_t *);
254 int scf_transaction_restart(scf_simple_handle_t *, scf_transaction_t *);
255 int scf_read_count_property(scf_simple_handle_t *, char *, uint64_t *);
/osnet-11/usr/src/lib/libscf/common/
H A Dmidlevel.c54 scf_simple_handle_destroy(scf_simple_handle_t *simple_h)
1112 get_instance_pg(scf_simple_handle_t *simple_h)
1302 * Create a scf_simple_handle_t and fill in the instance, snapshot, and
1320 scf_simple_handle_t *
1323 scf_simple_handle_t *ret;
1385 scf_transaction_setup(scf_simple_handle_t *simple_h)
1407 scf_transaction_restart(scf_simple_handle_t *simple_h, scf_transaction_t *tx)
1423 * scf_read_count_property(scf_simple_handle_t *simple_h, char *prop_name,
1446 scf_simple_handle_t *simple_h,

Completed in 22 milliseconds