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

/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrboot.c113 static int clustered = 0; variable
405 if (!clustered && !self_check(fromname) && !self_check(toname)) {
444 if (clustered) {
466 * If not clustered, don't resume sndr sets with lhost
489 !clustered && lhost && strlen(lhost)) {
819 clustered = TRUE;
851 if (clustered && (strcmp(ctag, "post-patch-setids") == 0) &&
H A Dsndradm.c165 static int clustered = 0; variable
429 if (!clustered)
515 if (!clustered)
1021 if (clustered && !rdc_islocal) {
1359 if (clustered && !rdc_islocal) {
1368 if (clustered && (ctag_check(pair.fhost, pair.ffile,
1471 if (clustered && (ctag_check(pair.fhost, pair.ffile,
1794 if ((clustered = cfg_iscluster()) < 0) {
1914 if (clustered) {
2189 if (clustered) {
[all...]
H A Dsndrsyncd.c87 static int clustered = 0; variable
155 clustered = cfg_iscluster();
156 if (clustered < 0) {
888 * If clustered, need to enable PIT Copy sets in the same
892 if (clustered) {
1473 if (ctag == NULL && clustered) {

Completed in 68 milliseconds