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

/osnet-11/usr/src/lib/libndmp/common/
H A Dlibndmp_prop.c73 } ndmp_scfhandle_t; typedef in typeref:struct:ndmp_scfhandle
157 static int ndmp_config_saveenv(ndmp_scfhandle_t *);
158 static ndmp_scfhandle_t *ndmp_smf_scf_init(char *);
159 static void ndmp_smf_scf_fini(ndmp_scfhandle_t *);
160 static int ndmp_smf_start_transaction(ndmp_scfhandle_t *);
161 static int ndmp_smf_end_transaction(ndmp_scfhandle_t *);
162 static int ndmp_smf_set_property(ndmp_scfhandle_t *, char *, char *);
163 static int ndmp_smf_get_property(ndmp_scfhandle_t *, char *, char *, size_t);
164 static int ndmp_smf_create_service_pgroup(ndmp_scfhandle_t *, char *);
165 static int ndmp_smf_delete_property(ndmp_scfhandle_t *, cha
[all...]

Completed in 20 milliseconds