Home
last modified time | relevance | path

Searched refs:resyncing (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Drefclock_arc.c498 int resyncing; /* Resync in progress if true. */ member
748 up->resyncing = 0; /* Not resyncing yet. */ in arc_start()
898 if((up->resyncing) && (space_left(up) == CMDQUEUELEN)) { in arc_receive()
1094 } else if( /* (r == '2') && */ up->resyncing) { in arc_receive()
1108 up->resyncing = 0; /* Resync is over. */ in arc_receive()
1533 (!up->resyncing)) { /* No resync in progress yet. */ in arc_poll()
1548 up->resyncing = 1; in arc_poll()
/freebsd/sys/dev/mpt/
H A Dmpt_raid.c903 int resyncing; in mpt_verify_mwce() local
907 resyncing = vol_pg->VolumeStatus.Flags in mpt_verify_mwce()
918 if ((resyncing && mwce) || (!resyncing && !mwce)) { in mpt_verify_mwce()
1703 int resyncing; in mpt_raid_set_vol_mwce() local
1710 resyncing = vol_pg->VolumeStatus.Flags in mpt_raid_set_vol_mwce()
1714 if (force_full_resync && resyncing && mwce) { in mpt_raid_set_vol_mwce()
/freebsd/crypto/openssh/
H A DChangeLog6269 conflicts when resyncing changes.