Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_impl.h128 nvlist_t *zpool_props; member
H A Dlibzfs_pool.c98 if (zcmd_read_dst_nvlist(hdl, &zc, &zhp->zpool_props) != 0) { in zpool_get_all_props()
113 old_props = zhp->zpool_props; in zpool_props_refresh()
131 nvl = zhp->zpool_props; in zpool_get_prop_string()
155 if (zhp->zpool_props == NULL && zpool_get_all_props(zhp)) { in zpool_get_prop_int()
171 nvl = zhp->zpool_props; in zpool_get_prop_int()
281 if (zhp->zpool_props != NULL || in zpool_get_prop()
299 if (zhp->zpool_props == NULL && zpool_get_all_props(zhp) && in zpool_get_prop()
1136 nvlist_free(zhp->zpool_props); in zpool_close()