Searched refs:lastrep (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_vdev.c780 compare_rep_levels(libzfs_handle_t *hdl, replication_level_t *lastrep, argument
783 if (lastrep->zprl_type == NULL)
785 if (strcmp(lastrep->zprl_type, rep->zprl_type) != 0) {
790 lastrep->zprl_type, rep->zprl_type);
792 } else if (lastrep->zprl_parity != rep->zprl_parity) {
798 lastrep->zprl_parity,
801 } else if (lastrep->zprl_children != rep->zprl_children) {
807 lastrep->zprl_children,

Completed in 24 milliseconds