Searched refs:scfutilhandle_t (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libshare/common/ |
H A D | libshare_impl.h | 105 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 *, char *);
|
H A D | scfutil.h | 50 } scfutilhandle_t; typedef 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 D | scfutil.c | 68 sa_scf_fini(scfutilhandle_t *handle) in sa_scf_fini() 99 scfutilhandle_t * 102 scfutilhandle_t *handle; in sa_scf_init() 108 handle = calloc(1, sizeof (scfutilhandle_t)); in sa_scf_init() 241 sa_extract_pgroup(xmlNodePtr root, scfutilhandle_t *handle, in sa_extract_pgroup() 337 sa_extract_attrs(xmlNodePtr root, scfutilhandle_t *handle, in sa_extract_attrs() 465 sa_share_from_pgroup(xmlNodePtr root, scfutilhandle_t *handle, in sa_share_from_pgroup() 701 sa_share_props_from_pgroup(xmlNodePtr root, scfutilhandle_t *handle, in sa_share_props_from_pgroup() 871 sa_extract_group(xmlNodePtr root, scfutilhandle_t *handle, in sa_extract_group() 1056 sa_extract_defaults(xmlNodePtr root, scfutilhandle_t *handle, in sa_extract_defaults() [all …]
|
H A D | libshare.c | 3032 add_or_update(scfutilhandle_t *scf_handle, int type, scf_value_t *value, in add_or_update() 3082 scfutilhandle_t *scf_handle; in sa_set_prop_by_prop() 3293 scfutilhandle_t *scf_handle; in sa_add_property()
|