Searched refs:zpool_props (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_impl.h120 nvlist_t *zpool_props; member in struct:zpool_handle
H A Dlibzfs_pool.c91 if (zcmd_read_dst_nvlist(hdl, &zc, &zhp->zpool_props) != 0) {
106 old_props = zhp->zpool_props;
124 nvl = zhp->zpool_props;
148 if (zhp->zpool_props == NULL && zpool_get_all_props(zhp)) {
164 nvl = zhp->zpool_props;
275 if (zhp->zpool_props != NULL ||
293 if (zhp->zpool_props == NULL && zpool_get_all_props(zhp) &&
1096 nvlist_free(zhp->zpool_props);
/freebsd-11-stable/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc90 nvlist_t *zpool_props; member in struct:zpool_handle

Completed in 102 milliseconds