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

/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrsyncd.c1169 int replicating = 0; local
1194 * If all members of this group are replicating
1217 /* get all RM entries, with a matching group, that are replicating */
1272 volumes[replicating] = strdup(local_file);
1273 if (volumes[replicating] == NULL) {
1283 /* We remember all replicating sets */
1284 replicating++;
1286 break; /* Not all replicating, so done */
1289 if (found != replicating)
1292 /* All replicating, s
[all...]

Completed in 68 milliseconds