Searched refs:synced (Results 1 – 16 of 16) sorted by relevance
| /NextBSD/sys/geom/vinum/ |
| HD | geom_vinum_plex.c | 165 sdcount = gv_sdcount(p, (boff >= p->synced)); in gv_plex_offset() 167 if (!(boff + bcount <= p->synced) && in gv_plex_offset() 630 to->synced += bp->bio_length; in gv_sync_complete() 640 to->synced = 0; in gv_sync_complete() 730 p->synced += bp->bio_length; in gv_grow_complete() 756 p->synced = 0; in gv_grow_complete() 955 (intmax_t)p->synced); in gv_parity_complete() 966 "errno %d", p->name, (intmax_t)p->synced, error); in gv_parity_complete() 969 p->synced += p->stripesize; in gv_parity_complete() 972 if (p->synced >= p->size) { in gv_parity_complete() [all …]
|
| HD | geom_vinum_init.c | 201 p->synced = 0; in gv_sync_plex() 204 error = gv_sync_request(up, p, p->synced, in gv_sync_plex() 205 MIN(GV_DFLT_SYNCSIZE, up->size - p->synced), in gv_sync_plex() 288 p->synced = 0; in gv_rebuild_plex() 342 p->synced = 0; in gv_grow_plex()
|
| HD | geom_vinum_raid5.c | 331 p->synced = boff; in gv_raid5_rebuild() 367 if (boff >= p->synced) { in gv_raid5_request() 370 } else if (boff + bcount <= p->synced) { in gv_raid5_request() 419 if ((p->flags & GV_PLEX_REBUILDING) && (boff + real_len < p->synced)) in gv_raid5_request() 422 if ((p->flags & GV_PLEX_REBUILDING) && (boff + real_len >= p->synced)) { in gv_raid5_request()
|
| HD | geom_vinum_list.c | 312 (intmax_t)p->synced, in gv_lpi() 313 (p->size > 0) ? (int)((p->synced * 100) / p->size) : in gv_lpi() 331 sbuf_printf(sb, "S %d%%\t", (int)((p->synced * 100) / in gv_lpi()
|
| HD | geom_vinum_var.h | 343 off_t synced; /* Count of synced bytes. */ member
|
| HD | geom_vinum_state.c | 249 p->synced > 0 && in gv_set_sd_state()
|
| HD | geom_vinum.c | 798 p->synced = 0; in gv_worker() 829 p->synced = 0; in gv_worker()
|
| HD | geom_vinum_create.c | 214 p->synced = 0; in gv_create_plex()
|
| /NextBSD/contrib/ntp/ntpd/ |
| HD | 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()
|
| /NextBSD/sbin/hastd/ |
| HD | primary.c | 1962 off_t offset, length, synced; in sync_thread() local 1968 synced = 0; in sync_thread() 1979 (intmax_t)synced); in sync_thread() 1984 synced = 0; in sync_thread() 2030 if (synced > 0) { in sync_thread() 2035 bps = (int64_t)((double)synced / in sync_thread() 2040 (intmax_t)synced, &tdiff, in sync_thread() 2198 synced += length; in sync_thread()
|
| /NextBSD/contrib/binutils/ld/scripttempl/ |
| HD | pep.sc | 55 ${RELOCATING+/* Make the virtual address and file offset synced if the alignment is}
|
| HD | pe.sc | 55 ${RELOCATING+/* Make the virtual address and file offset synced if the alignment is}
|
| /NextBSD/sys/net/ |
| HD | bridgestp.c | 900 int synced; in bstp_update_state() local 906 synced = 1; in bstp_update_state() 910 synced = 0; in bstp_update_state() 914 bs->bs_allsynced = synced; in bstp_update_state()
|
| /NextBSD/contrib/openbsm/ |
| HD | NEWS | 23 merged. This allows trail files to be securely and reliably synced from
|
| /NextBSD/contrib/libstdc++/ |
| D | ChangeLog-2003 | 5571 _M_buf_size (synced input is now correctly dealt with 6682 test for synced buffer.
|
| /NextBSD/contrib/ntp/ |
| HD | CommitLog-4.1.0 | 2720 then we haven't synced yet. Note and punt.
|