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

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_prop.c1158 return (&hdl->libzfs_props);
1198 hdl->libzfs_props.zpt_libzfs = hdl;
1199 zprop_table_init(&hdl->libzfs_props, ZFS_TYPE_DATASET | ZFS_TYPE_SHARE);
1209 zprop_table_fini(&hdl->libzfs_props);
1210 hdl->libzfs_props.zpt_libzfs = NULL;
1258 table = &hdl->libzfs_props;
1267 zprop_table_t *table = &hdl->libzfs_props;
1275 zprop_table_t *table = &hdl->libzfs_props;
1284 return (zprop_iter_impl(&hdl->libzfs_props, sublist, descend_sublists,
1292 return (zprop_lookup_spec(&hdl->libzfs_props, nam
[all...]
H A Dlibzfs_impl.h95 zprop_table_t libzfs_props; member in struct:libzfs_handle

Completed in 22 milliseconds