| /freebsd-12.1/sys/geom/vinum/ |
| H A D | geom_vinum_plex.c | 169 if (!(boff + bcount <= p->synced) && in gv_plex_offset() 632 to->synced += bp->bio_length; in gv_sync_complete() 642 to->synced = 0; in gv_sync_complete() 732 p->synced += bp->bio_length; in gv_grow_complete() 758 p->synced = 0; in gv_grow_complete() 957 (intmax_t)p->synced); in gv_parity_complete() 971 p->synced += p->stripesize; in gv_parity_complete() 974 if (p->synced >= p->size) { in gv_parity_complete() 982 p->synced = 0; in gv_parity_complete() 1023 p->synced = 0; in gv_rebuild_complete() [all …]
|
| H A D | geom_vinum_init.c | 203 p->synced = 0; in gv_sync_plex() 206 error = gv_sync_request(up, p, p->synced, in gv_sync_plex() 207 MIN(GV_DFLT_SYNCSIZE, up->size - p->synced), in gv_sync_plex() 290 p->synced = 0; in gv_rebuild_plex() 344 p->synced = 0; in gv_grow_plex()
|
| H A D | geom_vinum_raid5.c | 333 p->synced = boff; in gv_raid5_rebuild() 369 if (boff >= p->synced) { in gv_raid5_request() 372 } else if (boff + bcount <= p->synced) { in gv_raid5_request() 421 if ((p->flags & GV_PLEX_REBUILDING) && (boff + real_len < p->synced)) in gv_raid5_request() 424 if ((p->flags & GV_PLEX_REBUILDING) && (boff + real_len >= p->synced)) { in gv_raid5_request()
|
| H A D | geom_vinum_list.c | 314 (intmax_t)p->synced, in gv_lpi() 315 (p->size > 0) ? (int)((p->synced * 100) / p->size) : in gv_lpi() 333 sbuf_printf(sb, "S %d%%\t", (int)((p->synced * 100) / in gv_lpi()
|
| H A D | geom_vinum_var.h | 345 off_t synced; /* Count of synced bytes. */ member
|
| H A D | geom_vinum_state.c | 251 p->synced > 0 && in gv_set_sd_state()
|
| H A D | geom_vinum.c | 800 p->synced = 0; in gv_worker() 831 p->synced = 0; in gv_worker()
|
| H A D | geom_vinum_create.c | 216 p->synced = 0; in gv_create_plex()
|
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | refclock_true.c | 361 char synced; in true_receive() local 527 &pp->second, &synced) == 5) { in true_receive() 533 if (synced == '>' || synced == '#' || synced == '?' in true_receive() 534 || synced == 'X') in true_receive()
|
| /freebsd-12.1/sbin/hastd/ |
| H A D | primary.c | 1964 off_t offset, length, synced; in sync_thread() local 1970 synced = 0; in sync_thread() 1981 (intmax_t)synced); in sync_thread() 1986 synced = 0; in sync_thread() 2032 if (synced > 0) { in sync_thread() 2037 bps = (int64_t)((double)synced / in sync_thread() 2042 (intmax_t)synced, &tdiff, in sync_thread() 2200 synced += length; in sync_thread()
|
| /freebsd-12.1/contrib/binutils/ld/scripttempl/ |
| H A D | pep.sc | 55 ${RELOCATING+/* Make the virtual address and file offset synced if the alignment is}
|
| H A D | pe.sc | 55 ${RELOCATING+/* Make the virtual address and file offset synced if the alignment is}
|
| /freebsd-12.1/sys/net/ |
| H A D | bridgestp.c | 903 int synced; in bstp_update_state() local 909 synced = 1; in bstp_update_state() 913 synced = 0; in bstp_update_state() 917 bs->bs_allsynced = synced; in bstp_update_state()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | zil.c | 2135 boolean_t synced = txg <= spa_last_synced_txg(spa); in zil_process_commit_list() local 2182 if (frozen || !synced || lrc->lrc_txtype == TX_COMMIT) { in zil_process_commit_list()
|
| /freebsd-12.1/contrib/compiler-rt/lib/profile/ |
| H A D | InstrProfData.inc | 20 * synced up.
|
| /freebsd-12.1/contrib/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 20 * synced up.
|
| /freebsd-12.1/contrib/openbsm/ |
| H A D | NEWS | 38 merged. This allows trail files to be securely and reliably synced from
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | ChangeLog | 2342 upstream: Add $OpenBSD$ markers to xmss files to help keep synced 2825 code that is synced with upstream and is an ongoing maintenance burden. 4161 Previously portable OpenSSH has synced against a conversion of OpenBSD's
|
| /freebsd-12.1/contrib/libstdc++/ |
| H A D | ChangeLog-2003 | 5571 _M_buf_size (synced input is now correctly dealt with 6682 test for synced buffer.
|
| /freebsd-12.1/contrib/ntp/ |
| H A D | CommitLog-4.1.0 | 2720 then we haven't synced yet. Note and punt.
|
| H A D | CommitLog | 1857 - send 'S' (--> synced) message to parent process
|