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

/illumos-gate/usr/src/lib/libshare/common/
H A Dscfutil.h50 } scfutilhandle_t; typedef in typeref:struct:scfutilhandle
56 extern void sa_scf_fini(scfutilhandle_t *);
57 extern scfutilhandle_t *sa_scf_init();
58 extern int sa_get_config(scfutilhandle_t *, xmlNodePtr, sa_handle_t);
59 extern int sa_get_instance(scfutilhandle_t *, char *);
60 extern int sa_create_instance(scfutilhandle_t *, char *);
H A Dlibshare_impl.h105 scfutilhandle_t *scfhandle;
131 extern int sa_start_transaction(scfutilhandle_t *, char *);
132 extern int sa_end_transaction(scfutilhandle_t *, sa_handle_impl_t);
133 extern void sa_abort_transaction(scfutilhandle_t *);
134 extern int sa_commit_share(scfutilhandle_t *, sa_group_t, sa_share_t);
135 extern int sa_set_property(scfutilhandle_t *, char *, char *);
137 extern int sa_delete_share(scfutilhandle_t *, sa_group_t, sa_share_t);
138 extern int sa_delete_instance(scfutilhandle_t *, char *);
139 extern int sa_create_pgroup(scfutilhandle_t *, char *);
140 extern int sa_delete_pgroup(scfutilhandle_t *, cha
[all...]
H A Dscfutil.c68 sa_scf_fini(scfutilhandle_t *handle)
99 scfutilhandle_t *
102 scfutilhandle_t *handle;
108 handle = calloc(1, sizeof (scfutilhandle_t));
241 sa_extract_pgroup(xmlNodePtr root, scfutilhandle_t *handle,
337 sa_extract_attrs(xmlNodePtr root, scfutilhandle_t *handle,
465 sa_share_from_pgroup(xmlNodePtr root, scfutilhandle_t *handle,
701 sa_share_props_from_pgroup(xmlNodePtr root, scfutilhandle_t *handle,
871 sa_extract_group(xmlNodePtr root, scfutilhandle_t *handle,
1056 sa_extract_defaults(xmlNodePtr root, scfutilhandle_t *handl
[all...]
H A Dlibshare.c3032 add_or_update(scfutilhandle_t *scf_handle, int type, scf_value_t *value,
3082 scfutilhandle_t *scf_handle;
3293 scfutilhandle_t *scf_handle;

Completed in 77 milliseconds