| /ohac/ohac/usr/src/common/cl/ccr/ |
| ccr_repl_prov.h | 149 version_manager::vp_version_t current_version; member in class:ccr_repl_prov
|
| /ohac/ohac/usr/src/common/cl/clconf/ |
| clnode.h | 181 int32_t current_version; // version for global cluster member in class:cl_current_tree
|
| /ohac/ohac/usr/src/common/cl/dc/server/ |
| dc_repl_server.h | 131 version_manager::vp_version_t current_version; member in class:dc_repl_server 134 // This lock protects 'current_version', _ckpt_proxy and
|
| /ohac/ohac/usr/src/common/cl/pxfs/mount/ |
| mount_replica_impl.h | 237 // current_version is the versioned protocol number the version 243 version_manager::vp_version_t current_version; member in class:mount_replica_impl 247 // This lock protects 'current_version', _ckpt_proxy and
|
| /ohac/ohac/usr/src/common/cl/cznet/ |
| cznet_internal.h | 101 int current_version, cznet_map_changed; member in class:cznet_map
|
| /ohac/ohac/usr/src/common/cl/nslib/ |
| repl_ns_server.h | 199 // current_version is the versioned protocol number the version 205 static version_manager::vp_version_t current_version; member in class:repl_ns_server
|
| repl_ns_server.cc | 33 version_manager::vp_version_t repl_ns_server::current_version; member in class:repl_ns_server 76 current_version.major_num = 1; 77 current_version.minor_num = 0; 256 current_version = pending_version; 261 current_version.major_num, current_version.minor_num)); 265 ns_vp_to_idl[current_version.major_num] 266 [current_version.minor_num].ns_replica_vers); 280 current_version.major_num, current_version.minor_num [all...] |
| /ohac/ohac/usr/src/common/cl/privip/ |
| privip_map_int.h | 131 int current_version, privip_map_changed; member in class:privip_map
|
| /ohac/ohac/usr/src/common/cl/pxfs/server/ |
| repl_pxfs_server.h | 214 // current_version is the versioned protocol number the version 220 version_manager::vp_version_t current_version; member in class:repl_pxfs_server 224 // This lock protects 'current_version', _ckpt_proxy and
|
| /ohac/ohac/usr/src/cmd/pnm_proxy/ |
| pnm_mod_serverd.cc | 53 static version_manager::vp_version_t current_version = {0, 0}; variable 100 current_version = new_version; 101 if (current_version.major_num >= 2) { 408 highest_version, current_version, env); 465 if (current_version.major_num >= 2) { 498 if ((current_version.major_num >= 2) || (zoneid != 0)) {
|
| /ohac/ohac/usr/src/lib/librgmserver/common/ |
| rgm_version.cc | 84 static version_manager::vp_version_t current_version = {0, 0}; variable 139 if ((Rgm_state->version.current_version.major_num == 2) && 140 (Rgm_state->version.current_version.minor_num < 6)) { 200 if ((Rgm_state->version.current_version.major_num > 2) || 201 ((Rgm_state->version.current_version.major_num == 2) && 202 (Rgm_state->version.current_version.minor_num >= 6))) { 228 if ((current_version.major_num > 2) || 229 ((current_version.major_num == 2) && 230 (current_version.minor_num >= 6))) { 308 "ucc_name=%s; new_version=%d.%d; current_version=%d.%d\n") [all...] |
| rgm_state.h | 433 version_manager::vp_version_t current_version; member in struct:rgm_version_t
|