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

/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf_priv.h226 } scf_simple_handle_t; typedef in typeref:struct:scf_simple_handle
228 void scf_simple_handle_destroy(scf_simple_handle_t *);
229 scf_simple_handle_t *scf_general_pg_setup(const char *, const char *);
230 scf_transaction_t *scf_transaction_setup(scf_simple_handle_t *);
231 int scf_transaction_restart(scf_simple_handle_t *, scf_transaction_t *);
232 int scf_read_count_property(scf_simple_handle_t *, char *, uint64_t *);

Completed in 58 milliseconds