Home
last modified time | relevance | path

Searched refs:rsync (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/test/zfs-tests/cmd/file_write/
H A Dfile_write.c60 int rsync = 0; in main() local
93 rsync = 1; in main()
156 if (rsync) { in main()
/titanic_44/usr/src/uts/common/avs/ns/rdc/
H A Drdc_dev.c2184 int rsync; in _rdc_write() local
2207 rsync = (IS_PRIMARY(urdc)) && (IS_SLAVE(urdc)); in _rdc_write()
2215 if (rsync && !(IS_SLAVE(urdc))) { in _rdc_write()
2439 if (!rsync && (IS_STATE(urdc, RDC_SYNCING))) { in _rdc_write()
2482 if (!remote && !rsync && first) { in _rdc_write()
2536 } else if ((remote || rsync) && !RDC_SUCCESS(rc2)) { in _rdc_write()
2578 if ((remote || rsync) && bp[winddown]->flag) { in _rdc_write()
2587 if (rsync && !(IS_STATE(urdc, RDC_VOL_FAILED))) { in _rdc_write()
2691 int rsync; in _rdc_zero() local
2707 rsync = ((rdc_get_vflags(urdc) & RDC_PRIMARY) && in _rdc_zero()
[all …]
H A Drdc_svc.c2461 int rsync; in rdc_combywrite() local
2465 rsync = -1; in rdc_combywrite()
2502 rsync = (rdc_get_mflags(utmp) & RDC_SLAVE); in rdc_combywrite()
2503 if (!rsync) { in rdc_combywrite()
2537 if (rsync != 0) { in rdc_combywrite()
/titanic_44/usr/src/uts/common/sys/nxge/
H A Dnxge_n2_esr_hw.h490 uint16_t rsync : 1; member
498 uint16_t rsync : 1;
/titanic_44/usr/src/cmd/cmd-inet/etc/
H A Dservices108 rsync 873/tcp
109 rsync 873/udp
/titanic_44/usr/src/tools/scripts/
H A Dwebrev.sh2169 [[ -z $RSYNC ]] && RSYNC=`look_for_prog rsync`