Home
last modified time | relevance | path

Searched refs:synced (Results 1 – 16 of 16) sorted by relevance

/NextBSD/sys/geom/vinum/
HDgeom_vinum_plex.c165 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 …]
HDgeom_vinum_init.c201 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()
HDgeom_vinum_raid5.c331 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()
HDgeom_vinum_list.c312 (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()
HDgeom_vinum_var.h343 off_t synced; /* Count of synced bytes. */ member
HDgeom_vinum_state.c249 p->synced > 0 && in gv_set_sd_state()
HDgeom_vinum.c798 p->synced = 0; in gv_worker()
829 p->synced = 0; in gv_worker()
HDgeom_vinum_create.c214 p->synced = 0; in gv_create_plex()
/NextBSD/contrib/ntp/ntpd/
HDrefclock_true.c361 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/
HDprimary.c1962 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/
HDpep.sc55 ${RELOCATING+/* Make the virtual address and file offset synced if the alignment is}
HDpe.sc55 ${RELOCATING+/* Make the virtual address and file offset synced if the alignment is}
/NextBSD/sys/net/
HDbridgestp.c900 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/
HDNEWS23 merged. This allows trail files to be securely and reliably synced from
/NextBSD/contrib/libstdc++/
DChangeLog-20035571 _M_buf_size (synced input is now correctly dealt with
6682 test for synced buffer.
/NextBSD/contrib/ntp/
HDCommitLog-4.1.02720 then we haven't synced yet. Note and punt.