Searched refs:sahandle (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libshare/common/ |
H A D | scfutil.c | 702 scf_propertygroup_t *pg, char *id, sa_handle_t sahandle) in sa_share_props_from_pgroup() argument 763 share = find_share_by_id(sahandle, id); in sa_share_props_from_pgroup() 872 scf_instance_t *instance, sa_handle_t sahandle) in sa_extract_group() argument 1035 sahandle); in sa_extract_group() 1108 sa_get_config(scfutilhandle_t *handle, xmlNodePtr root, sa_handle_t sahandle) in sa_get_config() argument 1128 instance, sahandle); in sa_get_config() 1352 sa_end_transaction(scfutilhandle_t *handle, sa_handle_impl_t sahandle) in sa_end_transaction() argument 1356 if (handle == NULL || handle->trans == NULL || sahandle == NULL) { in sa_end_transaction() 1364 set_transaction_tstamp(sahandle); in sa_end_transaction() 1395 set_transaction_tstamp(sa_handle_impl_t sahandle) in set_transaction_tstamp() argument [all …]
|
H A D | libshare_zfs.c | 370 sa_zfs_is_shared(sa_handle_t sahandle, char *path) in sa_zfs_is_shared() argument 378 dataset = get_zfs_dataset((sa_handle_t)sahandle, path, B_FALSE); in sa_zfs_is_shared() 1269 sa_handle_t sahandle; in sa_share_zfs() local 1282 if ((sahandle = sa_find_group_handle(group)) == NULL) { in sa_share_zfs() 1291 while ((dataset = get_zfs_dataset(sahandle, pathp, B_TRUE)) == NULL) { in sa_share_zfs() 1353 sa_update_sharetab_ts(sahandle); in sa_share_zfs()
|