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

/illumos-gate/usr/src/cmd/avs/rdc/
H A Drdcadm.h44 extern int autosync;
H A Dsndrsubr.c58 int autosync = AUTOSYNC; variable
158 if (autosync != AUTOSYNC)
H A Dsndradm.c361 if (urdc->autosync)
362 (void) printf(gettext("autosync: on"));
364 (void) printf(gettext("autosync: off"));
1907 autosync = AUTOSYNC_OFF;
1909 autosync = AUTOSYNC_ON;
3186 * if necessary, turn autosync back on
3449 * Add the autosync value to the option field for the sndr set specified by
3457 * autosync_val - value to set autosync to
3477 /* verify valid autosync request */
3553 rdc_err(NULL, gettext("unable to clear autosync valu
[all...]
H A Dsndrsyncd.c274 "its autosync thread"), program,
284 "%s create new autosync "
287 "%s create new autosync "
342 * For all Remote Mirror sets using the link that have autosync on,
482 if ((parms.rdc_set[0].autosync == 0) ||
487 /* Found a suitable set with autosync on, in logging mode */
500 gettext("%s: no sets requiring autosync found for %s"),
505 gettext("%s: autosync thread stopping for %s "
524 * Need to check if autosync was turned off for a set
526 * an update sync failed and autosync wa
[all...]
H A Dsndrboot.c427 parms.rdc_set->autosync = autosync;
/illumos-gate/usr/src/lib/librdc/common/
H A Dlibrdc.h93 extern rdc_rc_t *rdc_set_autosync(rdcconfig_t *rdc, int autosync);
H A Drdcconfig.c875 rdc_set_autosync(rdcconfig_t *rdc, int autosync) argument
893 rdccfg.rdc_set[0].autosync = autosync;
931 rdccfg.rdc_set[0].autosync = -1;
970 rdccfg.rdc_set[0].autosync = -1;
1009 return (rdcset.autosync);
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_ioctl.h179 int autosync; /* Autosync on (1) or off (0) */ member in struct:rdc_set
205 int32_t autosync; /* Autosync on (1) or off (0) */ member in struct:rdc_set32
H A Drdc_io.h62 #define RDC_IKSTAT_AUTOSYNC "autosync"
256 int32_t autosync; member in struct:__anon4510
268 int32_t autosync; member in struct:__anon4511
281 int32_t autosync; member in struct:__anon4512
H A Drdc_io.c678 urdc->autosync = utmp->autosync; /* Same as rest */
690 urdc->autosync = -1; /* Unknown */
2275 if (urdc->autosync == -1) {
2277 if (rdc_set->autosync > 0)
2278 urdc->autosync = 1;
2280 urdc->autosync = 0;
4407 urdc->autosync = 0;
5616 if (uparms->rdc_set->autosync >= 0) {
5617 if (uparms->rdc_set->autosync
[all...]
H A Drdc_bitmap.c223 header->autosync = urdc->autosync;
1679 if (header->autosync >= 0)
1680 urdc->autosync = header->autosync;
1809 new_header.autosync = -1;
H A Drdc.c928 urdc->autosync;
/illumos-gate/usr/src/cmd/mdb/common/modules/rdc/
H A Drdc.c795 urdc->setid, urdc->bits_set, urdc->autosync);

Completed in 1543 milliseconds