Lines Matching defs:retprops
530 nvlist_t *retprops;
540 if (nvlist_alloc(&retprops, NV_UNIQUE_NAME, 0) != 0) {
561 retprops, &strval, &intval, errbuf) != 0)
566 if (nvlist_add_nvpair(retprops, elem) != 0) {
619 if (nvlist_add_uint64(retprops, propname, 0) != 0) {
655 if (nvlist_add_string(retprops, propname,
689 if (zprop_parse_value(hdl, elem, prop, ZFS_TYPE_POOL, retprops,
884 return (retprops);
886 nvlist_free(retprops);
5508 nvlist_t *retprops = NULL;
5540 ret = lzc_get_vdev_prop(zhp->zpool_name, reqnvl, &retprops);
5543 ret = zpool_get_vdev_prop_value(retprops, prop, prop_name, buf,
5555 nvlist_free(retprops);