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

/illumos-gate/usr/src/tools/scripts/
H A Dinterface_cmp.pl227 my $cur_version = $obj->{'VERSION_INFO'}{$name};
229 @{$cur_version};
252 if (!defined($cur_version->[3]{$sym})) {
253 $cur_version->[2]++;
254 $cur_version->[3]{$sym} = 'INHERIT';
316 my $cur_version;
344 $cur_version->[1]++;
345 $cur_version->[2]++;
346 $cur_version->[3]{$sym} = 'NEW';
358 $cur_version
[all...]
/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 54 milliseconds