Searched refs:errorprops (Results 1 – 1 of 1) sorted by relevance
1902 nvlist_t *errorprops = NULL; in zfs_prop_set_list_flags() local1903 if (zcmd_read_dst_nvlist(hdl, &zc, &errorprops) != 0) in zfs_prop_set_list_flags()1905 for (nvpair_t *elem = nvlist_next_nvpair(errorprops, NULL); in zfs_prop_set_list_flags()1907 elem = nvlist_next_nvpair(errorprops, elem)) { in zfs_prop_set_list_flags()1911 nvlist_free(errorprops); in zfs_prop_set_list_flags()