Lines Matching defs:nvprops
5845 nvlist_t *nvprops;
5848 nvprops = fnvlist_lookup_nvlist(nvp, ZPOOL_VDEV_PROPS_SET_PROPS);
5870 while ((elem = nvlist_next_nvpair(nvprops, elem)) != NULL) {
5940 nvlist_t *nvprops;
5956 &nvprops) != 0)
5962 while ((elem = nvlist_next_nvpair(nvprops, elem)) != NULL) {
6082 nvlist_t *nvprops = NULL;
6095 nvlist_lookup_nvlist(innvl, ZPOOL_VDEV_PROPS_GET_PROPS, &nvprops);
6110 if (nvprops != NULL) {
6113 while ((elem = nvlist_next_nvpair(nvprops, elem)) != NULL) {