Searched refs:ndmp_scfhandle_t (Results 1 – 1 of 1) sorted by relevance
75 } ndmp_scfhandle_t; typedef77 static int ndmp_config_saveenv(ndmp_scfhandle_t *, boolean_t);78 static ndmp_scfhandle_t *ndmp_smf_scf_init(const char *);79 static void ndmp_smf_scf_fini(ndmp_scfhandle_t *);80 static int ndmp_smf_start_transaction(ndmp_scfhandle_t *);81 static int ndmp_smf_end_transaction(ndmp_scfhandle_t *, boolean_t);82 static int ndmp_smf_set_property(ndmp_scfhandle_t *, const char *,84 static int ndmp_smf_get_property(ndmp_scfhandle_t *, const char *, char *,86 static int ndmp_smf_create_service_pgroup(ndmp_scfhandle_t *, const char *);87 static int ndmp_smf_delete_property(ndmp_scfhandle_t *, const char *);[all …]