ndmp_scfhandle_t
ndmp_scfhandle_t *handle;
ndmp_scfhandle_t *handle;
ndmp_smf_get_pg_name(ndmp_scfhandle_t *h, const char *pname, char **pgname)
ndmp_config_saveenv(ndmp_scfhandle_t *handle, boolean_t commit)
ndmp_smf_scf_fini(ndmp_scfhandle_t *handle)
static ndmp_scfhandle_t *
ndmp_scfhandle_t *handle;
handle = (ndmp_scfhandle_t *)calloc(1, sizeof (ndmp_scfhandle_t));
ndmp_smf_create_service_pgroup(ndmp_scfhandle_t *handle, const char *pgroup)
ndmp_smf_start_transaction(ndmp_scfhandle_t *handle)
ndmp_smf_end_transaction(ndmp_scfhandle_t *handle, boolean_t commit)
ndmp_smf_delete_property(ndmp_scfhandle_t *handle, const char *propname)
ndmp_smf_set_property(ndmp_scfhandle_t *handle, const char *propname,
ndmp_smf_get_property(ndmp_scfhandle_t *handle, const char *propname,
static int ndmp_config_saveenv(ndmp_scfhandle_t *, boolean_t);
static ndmp_scfhandle_t *ndmp_smf_scf_init(const char *);
static void ndmp_smf_scf_fini(ndmp_scfhandle_t *);
static int ndmp_smf_start_transaction(ndmp_scfhandle_t *);
static int ndmp_smf_end_transaction(ndmp_scfhandle_t *, boolean_t);
static int ndmp_smf_set_property(ndmp_scfhandle_t *, const char *,
static int ndmp_smf_get_property(ndmp_scfhandle_t *, const char *, char *,
static int ndmp_smf_create_service_pgroup(ndmp_scfhandle_t *, const char *);
static int ndmp_smf_delete_property(ndmp_scfhandle_t *, const char *);
static int ndmp_smf_get_pg_name(ndmp_scfhandle_t *, const char *, char **);