Lines Matching defs:sets
777 break; /* no problem with pair_list sets */
781 /* now check with already configured sets */
1539 spcslog_sync(rdcconfig_t *sets, int start, int type)
1541 rdcconfig_t *setp = sets;
1769 rdcconfig_t *sets = NULL;
1813 gettext("unable to allocate pair_list array for %d sets"),
2276 gettext("no matching Remote Mirror sets found "
2487 * all sets in the config, pulling out the ctag for the
2699 "matching Remote Mirror sets"), config_file);
3194 if (sets == NULL) {
3195 sets_p = sets =
3317 spcslog_sync(sets, 1, iflag);
3320 rclist = rdc_ursync(sets);
3322 rclist = rdc_rsync(sets);
3324 rclist = rdc_usync(sets);
3326 rclist = rdc_fsync(sets);
3342 spcslog_sync(sets, 0, iflag);
3344 if (sets)
3345 rdc_free_config(sets, RDC_FREEALL);
3572 /* if we are in a group, update any other sets in the same group */
4986 gettext("number of Remote Mirror sets exceeds %d"),
5045 continue; /* Ignore illegal sets */
5047 continue; /* ignore sets with incorrect diskq */
5149 continue; /* Ignore illegal sets */
5245 "print sets in config file format\n"), program);
5261 "print sets verbose\n"), program);
5265 "print sets\n"), program);
5331 "\t-g <group>\toperate on sets in group only "
5335 gettext("\t-C <ctag>\tignore sets not in cluster ctag "
5363 "operate on all sets specified in config file\n"
5367 gettext("\t<no arg>\t\toperate on all configured sets\n"));
5673 rdc_warn(NULL, gettext("One of the sets is not "
5677 rdc_warn(NULL, gettext("One of the sets is not "