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

/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrsyncd.c1364 char **shadows = NULL; local
1392 shadows = malloc(size);
1393 if (shadows == NULL) {
1401 bzero(shadows, size);
1507 shadows[update_needed] = strdup(buf);
1508 if (shadows[update_needed] == NULL) {
1569 if (strcmp(buf, shadows[j]) != 0)
1583 (void) sprintf(cmd, "%s -u s %s", IIADM, shadows[j]);
1587 IIADM, ctag, masters[j], shadows[j],
1593 masters[j], shadows[
[all...]

Completed in 74 milliseconds