Searched refs:synced (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/sys/geom/vinum/
H A Dgeom_vinum_init.c201 p->synced = 0;
204 error = gv_sync_request(up, p, p->synced,
205 MIN(GV_DFLT_SYNCSIZE, up->size - p->synced),
288 p->synced = 0;
342 p->synced = 0;
H A Dgeom_vinum_plex.c165 sdcount = gv_sdcount(p, (boff >= p->synced));
167 if (!(boff + bcount <= p->synced) &&
630 to->synced += bp->bio_length;
640 to->synced = 0;
656 /* Check if all plexes are synced, and lower refcounts. */
664 /* If we came here, all plexes are synced, and we're free. */
730 p->synced += bp->bio_length;
756 p->synced = 0;
955 (intmax_t)p->synced);
966 "errno %d", p->name, (intmax_t)p->synced, erro
[all...]
H A Dgeom_vinum_raid5.c331 p->synced = boff;
367 if (boff >= p->synced) {
370 } else if (boff + bcount <= p->synced) {
419 if ((p->flags & GV_PLEX_REBUILDING) && (boff + real_len < p->synced))
422 if ((p->flags & GV_PLEX_REBUILDING) && (boff + real_len >= p->synced)) {
H A Dgeom_vinum_list.c312 (intmax_t)p->synced,
313 (p->size > 0) ? (int)((p->synced * 100) / p->size) :
331 sbuf_printf(sb, "S %d%%\t", (int)((p->synced * 100) /
H A Dgeom_vinum_var.h343 off_t synced; /* Count of synced bytes. */ member in struct:gv_plex
H A Dgeom_vinum_state.c249 p->synced > 0 &&
H A Dgeom_vinum.c799 p->synced = 0;
830 p->synced = 0;
H A Dgeom_vinum_create.c214 p->synced = 0;
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_true.c361 char synced; local
527 &pp->second, &synced) == 5) {
533 if (synced == '>' || synced == '#' || synced == '?'
534 || synced == 'X')
/freebsd-9.3-release/sbin/hastd/
H A Dprimary.c1963 off_t offset, length, synced; local
1969 synced = 0;
1980 (intmax_t)synced);
1985 synced = 0;
2031 if (synced > 0) {
2036 bps = (int64_t)((double)synced /
2041 (intmax_t)synced, &tdiff,
2199 synced += length;
/freebsd-9.3-release/sys/net/
H A Dbridgestp.c899 int synced; local
905 synced = 1;
909 synced = 0;
913 bs->bs_allsynced = synced;

Completed in 105 milliseconds