Searched defs:cur_version (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c4722 uint64_t cur_version; local
4732 cur_version = zpool_get_prop_int(zhp, ZPOOL_PROP_VERSION, NULL);
4733 if (cur_version > cbp->cb_version) {
4736 zpool_get_name(zhp), cur_version); local
4740 if (cbp->cb_version != SPA_VERSION && cur_version == cbp->cb_version) {
4747 if (cur_version != cbp->cb_version) {
4762 } else if (cur_version == SPA_VERSION) {

Completed in 69 milliseconds