Searched refs:errorprops (Results 1 – 1 of 1) sorted by relevance
1880 nvlist_t *errorprops = NULL; in zfs_prop_set_list_flags() local1881 if (zcmd_read_dst_nvlist(hdl, &zc, &errorprops) != 0) in zfs_prop_set_list_flags()1883 for (nvpair_t *elem = nvlist_next_nvpair(errorprops, NULL); in zfs_prop_set_list_flags()1885 elem = nvlist_next_nvpair(errorprops, elem)) { in zfs_prop_set_list_flags()1889 nvlist_free(errorprops); in zfs_prop_set_list_flags()