Home
last modified time | relevance | path

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

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