Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/ntpd/
Drefclock_arc.c500 int resyncing; /* Resync in progress if true. */ member
750 up->resyncing = 0; /* Not resyncing yet. */ in arc_start()
900 if((up->resyncing) && (space_left(up) == CMDQUEUELEN)) { in arc_receive()
1096 } else if( /* (r == '2') && */ up->resyncing) { in arc_receive()
1110 up->resyncing = 0; /* Resync is over. */ in arc_receive()
1535 (!up->resyncing)) { /* No resync in progress yet. */ in arc_poll()
1550 up->resyncing = 1; in arc_poll()
/netbsd/src/share/man/tools/
Dnewsp.errs3096 resyncing
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-20054888 (remote_fetch_registers): Allow uppercase hex when resyncing.