Searched refs:autosync (Results 1 – 13 of 13) sorted by relevance
44 extern int autosync;
58 int autosync = AUTOSYNC; variable158 if (autosync != AUTOSYNC) in rdc_decode_flag()
361 if (urdc->autosync) in rdc_print()1907 autosync = AUTOSYNC_OFF;1909 autosync = AUTOSYNC_ON;3777 parms.rdc_set[0].autosync = 1;4025 parms.rdc_set->autosync = AUTOSYNC;4093 parms.rdc_set->autosync = AUTOSYNC_ON;4098 parms.rdc_set->autosync = AUTOSYNC_OFF;4100 } else if (((autosync == AUTOSYNC_ON) || (autosync == AUTOSYNC_OFF)) &&4116 set_autosync(autosync, tohost, tofile, ctag);4118 if (autosync == AUTOSYNC_OFF) {[all …]
427 parms.rdc_set->autosync = autosync;
482 if ((parms.rdc_set[0].autosync == 0) || in rdc_sync()543 if (!(parms.rdc_set[0].autosync)) { in rdc_sync()590 if (!(parms.rdc_set[0].autosync) || in rdc_sync()
179 int autosync; /* Autosync on (1) or off (0) */ member205 int32_t autosync; /* Autosync on (1) or off (0) */ member
256 int32_t autosync; member268 int32_t autosync; member281 int32_t autosync; member
678 urdc->autosync = utmp->autosync; /* Same as rest */ in add_to_group()690 urdc->autosync = -1; /* Unknown */ in add_to_group()2275 if (urdc->autosync == -1) { in _rdc_enable()2277 if (rdc_set->autosync > 0) in _rdc_enable()2278 urdc->autosync = 1; in _rdc_enable()2280 urdc->autosync = 0; in _rdc_enable()4407 urdc->autosync = 0; in _rdc_resume()5616 if (uparms->rdc_set->autosync >= 0) { in rdc_tunable()5617 if (uparms->rdc_set->autosync == 0) in rdc_tunable()5618 urdc->autosync = 0; in rdc_tunable()[all …]
223 header->autosync = urdc->autosync; in rdc_fill_header()1679 if (header->autosync >= 0) in rdc_resume_state()1680 urdc->autosync = header->autosync; in rdc_resume_state()1809 new_header.autosync = -1; in rdc_resume_bitmap()
928 urdc->autosync; in rdc_info_stats_update()
875 rdc_set_autosync(rdcconfig_t *rdc, int autosync) in rdc_set_autosync() argument893 rdccfg.rdc_set[0].autosync = autosync; in rdc_set_autosync()931 rdccfg.rdc_set[0].autosync = -1; in rdc_set_maxqfbas()970 rdccfg.rdc_set[0].autosync = -1; in rdc_set_maxqitems()1009 return (rdcset.autosync); in rdc_get_autosync()
93 extern rdc_rc_t *rdc_set_autosync(rdcconfig_t *rdc, int autosync);
795 urdc->setid, urdc->bits_set, urdc->autosync); in rdc_uinfo()