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

/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare.c1045 sa_handle_impl_t impl_handle = (sa_handle_impl_t)handle; local
1047 if (impl_handle != NULL) {
1052 if (impl_handle->doc != NULL)
1053 xmlFreeDoc(impl_handle->doc);
1056 remove_handle_for_root(impl_handle->tree);
1068 sa_scf_fini(impl_handle->scfhandle);
1069 sa_zfs_fini(impl_handle);
1072 free(impl_handle);
1159 sa_handle_impl_t impl_handle = (sa_handle_impl_t)handle; local
1161 if (impl_handle !
1506 sa_handle_impl_t impl_handle; local
1745 sa_handle_impl_t impl_handle; local
1793 sa_handle_impl_t impl_handle; local
1854 _sa_create_group(sa_handle_impl_t impl_handle, char *groupname) argument
1910 sa_handle_impl_t impl_handle = (sa_handle_impl_t)handle; local
2019 sa_handle_impl_t impl_handle; local
2122 sa_handle_impl_t impl_handle; local
2230 sa_handle_impl_t impl_handle; local
2531 sa_handle_impl_t impl_handle; local
2677 sa_handle_impl_t impl_handle; local
2785 sa_handle_impl_t impl_handle; local
2848 sa_handle_impl_t impl_handle; local
2917 sa_handle_impl_t impl_handle; local
2968 sa_handle_impl_t impl_handle; local
3081 sa_handle_impl_t impl_handle; local
3292 sa_handle_impl_t impl_handle; local
4368 sa_handle_impl_t impl_handle; local
[all...]
H A Dlibshare_zfs.c62 * sa_zfs_init(impl_handle)
70 sa_zfs_init(sa_handle_impl_t impl_handle) argument
72 impl_handle->zfs_libhandle = libzfs_init();
73 if (impl_handle->zfs_libhandle != NULL) {
74 libzfs_print_on_error(impl_handle->zfs_libhandle, B_TRUE);
81 * sa_zfs_fini(impl_handle)
88 sa_zfs_fini(sa_handle_impl_t impl_handle) argument
90 if (impl_handle->zfs_libhandle != NULL) {
91 if (impl_handle->zfs_list != NULL) {
92 zfs_handle_t **zhp = impl_handle
187 get_all_filesystems(sa_handle_impl_t impl_handle, zfs_handle_t ***fslist, size_t *count) argument
273 get_zfs_dataset(sa_handle_impl_t impl_handle, char *path, boolean_t search_mnttab) argument
935 sa_handle_impl_t impl_handle; local
1046 sa_handle_impl_t impl_handle; local
1129 sa_handle_impl_t impl_handle; local
[all...]

Completed in 103 milliseconds