Searched refs:ccount (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/lib/libstand/
H A Dread.c97 size_t ccount, cresid; local
99 ccount = imin(f->f_ralen, resid);
100 if (ccount > 0) {
101 bcopy(f->f_rabuf + f->f_raoffset, dest, ccount);
102 f->f_raoffset += ccount;
103 f->f_ralen -= ccount;
104 resid -= ccount;
107 dest = (char *)dest + ccount;
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_raidz.c601 uint64_t *p, *src, pcount, ccount, i; local
609 ccount = rm->rm_col[c].rc_size / sizeof (src[0]);
612 ASSERT(ccount == pcount);
613 for (i = 0; i < ccount; i++, src++, p++) {
617 ASSERT(ccount <= pcount);
618 for (i = 0; i < ccount; i++, src++, p++) {
763 uint64_t *dst, *src, xcount, ccount, count, i; local
788 ccount = rm->rm_col[c].rc_size / sizeof (src[0]);
789 count = MIN(ccount, xcount);
802 uint64_t *dst, *src, xcount, ccount, coun local
1229 uint64_t ccount; local
[all...]
/freebsd-10-stable/sys/cddl/boot/zfs/
H A Dzfssubr.c444 uint64_t *p, *src, pcount, ccount, i; local
452 ccount = rm->rm_col[c].rc_size / sizeof (src[0]);
455 ASSERT(ccount == pcount);
456 for (i = 0; i < ccount; i++, src++, p++) {
460 ASSERT(ccount <= pcount);
461 for (i = 0; i < ccount; i++, src++, p++) {
887 uint64_t ccount; local
917 ccount = rm->rm_col[c].rc_size;
928 ASSERT(ccount >= rm->rm_col[missing[0]].rc_size || i > 0);
930 for (x = 0; x < ccount;
[all...]
/freebsd-10-stable/usr.bin/tip/tip/
H A Dcmds.c306 int c, ccount, lcount; local
329 ccount = 0;
347 while ((++ccount % 8) != 0)

Completed in 68 milliseconds