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

/freebsd-9.3-release/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-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_raidz.c600 uint64_t *p, *src, pcount, ccount, i; local
608 ccount = rm->rm_col[c].rc_size / sizeof (src[0]);
611 ASSERT(ccount == pcount);
612 for (i = 0; i < ccount; i++, src++, p++) {
616 ASSERT(ccount <= pcount);
617 for (i = 0; i < ccount; i++, src++, p++) {
762 uint64_t *dst, *src, xcount, ccount, count, i; local
787 ccount = rm->rm_col[c].rc_size / sizeof (src[0]);
788 count = MIN(ccount, xcount);
801 uint64_t *dst, *src, xcount, ccount, coun local
1228 uint64_t ccount; local
[all...]
/freebsd-9.3-release/sys/cddl/boot/zfs/
H A Dzfssubr.c440 uint64_t *p, *src, pcount, ccount, i; local
448 ccount = rm->rm_col[c].rc_size / sizeof (src[0]);
451 ASSERT(ccount == pcount);
452 for (i = 0; i < ccount; i++, src++, p++) {
456 ASSERT(ccount <= pcount);
457 for (i = 0; i < ccount; i++, src++, p++) {
883 uint64_t ccount; local
913 ccount = rm->rm_col[c].rc_size;
924 ASSERT(ccount >= rm->rm_col[missing[0]].rc_size || i > 0);
926 for (x = 0; x < ccount;
[all...]
/freebsd-9.3-release/usr.bin/tip/tip/
H A Dcmds.c306 int c, ccount, lcount; local
329 ccount = 0;
347 while ((++ccount % 8) != 0)

Completed in 53 milliseconds