Searched refs:sa_handle_impl_t (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libshare/common/ |
H A D | libshare.c | 69 extern int gettransients(sa_handle_impl_t, xmlNodePtr *); 80 extern int sa_zfs_init(sa_handle_impl_t); 81 extern void sa_zfs_fini(sa_handle_impl_t); 99 sa_handle_impl_t handle; 243 sa_handle_impl_t 260 add_handle_for_root(xmlNodePtr root, sa_handle_impl_t handle) 344 sa_handle_impl_t handle; 837 sa_handle_impl_t handle; 1045 sa_handle_impl_t impl_handle = (sa_handle_impl_t)handl [all...] |
H A D | libshare_impl.h | 113 } *sa_handle_impl_t; typedef in typeref:struct:sa_handle_impl 132 extern int sa_end_transaction(scfutilhandle_t *, sa_handle_impl_t);
|
H A D | libshare_zfs.c | 70 sa_zfs_init(sa_handle_impl_t impl_handle) 88 sa_zfs_fini(sa_handle_impl_t impl_handle) 187 get_all_filesystems(sa_handle_impl_t impl_handle, 273 get_zfs_dataset(sa_handle_impl_t impl_handle, char *path, 766 zfs_libhandle = ((sa_handle_impl_t)handle)->zfs_libhandle; 779 get_all_filesystems((sa_handle_impl_t)handle, &zlist, &count); 935 sa_handle_impl_t impl_handle; 945 impl_handle = (sa_handle_impl_t)sa_find_group_handle(group); 1046 sa_handle_impl_t impl_handle; 1062 impl_handle = (sa_handle_impl_t)sa_find_group_handl [all...] |
H A D | scfutil.c | 46 extern sa_handle_impl_t get_handle_for_root(xmlNodePtr); 47 static void set_transaction_tstamp(sa_handle_impl_t); 100 sa_scf_init(sa_handle_impl_t ihandle) 1352 sa_end_transaction(scfutilhandle_t *handle, sa_handle_impl_t sahandle) 1395 set_transaction_tstamp(sa_handle_impl_t sahandle) 1779 sa_handle_impl_t sahandle; 1780 sahandle = (sa_handle_impl_t)
|
H A D | libsharecore.c | 95 extern sa_group_t _sa_create_group(sa_handle_impl_t, char *); 1523 (sa_handle_impl_t) 1580 gettransients(sa_handle_impl_t ihandle, xmlNodePtr *root) 2094 sa_handle_impl_t implhandle = (sa_handle_impl_t)handle; 2180 sa_handle_impl_t implhandle = (sa_handle_impl_t)handle;
|
Completed in 67 milliseconds