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

/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_vdev.c551 replication_level_t lastrep = {0}; local
732 * vdev in 'rep'. Compare it to 'lastrep' to see if its
735 if (lastrep.zprl_type != NULL) {
736 if (strcmp(lastrep.zprl_type, rep.zprl_type) != 0) {
745 lastrep.zprl_type, rep.zprl_type);
748 } else if (lastrep.zprl_parity != rep.zprl_parity) {
757 lastrep.zprl_parity,
762 } else if (lastrep.zprl_children != rep.zprl_children) {
771 lastrep.zprl_children,
778 lastrep
[all...]

Completed in 46 milliseconds