Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/avs/rdc/
H A Drdcadm.h44 extern int autosync;
H A Dsndrsubr.c58 int autosync = AUTOSYNC; variable
158 if (autosync != AUTOSYNC) in rdc_decode_flag()
H A Dsndradm.c361 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 …]
H A Dsndrboot.c427 parms.rdc_set->autosync = autosync;
H A Dsndrsyncd.c482 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()
/titanic_50/usr/src/uts/common/avs/ns/rdc/
H A Drdc_ioctl.h179 int autosync; /* Autosync on (1) or off (0) */ member
205 int32_t autosync; /* Autosync on (1) or off (0) */ member
H A Drdc_io.h256 int32_t autosync; member
268 int32_t autosync; member
281 int32_t autosync; member
H A Drdc_io.c678 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 …]
H A Drdc_bitmap.c223 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()
H A Drdc.c928 urdc->autosync; in rdc_info_stats_update()
/titanic_50/usr/src/lib/librdc/common/
H A Drdcconfig.c875 rdc_set_autosync(rdcconfig_t *rdc, int autosync) in rdc_set_autosync() argument
893 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()
H A Dlibrdc.h93 extern rdc_rc_t *rdc_set_autosync(rdcconfig_t *rdc, int autosync);
/titanic_50/usr/src/cmd/mdb/common/modules/rdc/
H A Drdc.c795 urdc->setid, urdc->bits_set, urdc->autosync); in rdc_uinfo()