Home
last modified time | relevance | path

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

/freebsd-12-stable/stand/libsa/
Dread.c97 size_t ccount, cresid; in read() local
99 ccount = imin(f->f_ralen, resid); in read()
100 if (ccount > 0) { in read()
101 bcopy(f->f_rabuf + f->f_raoffset, dest, ccount); in read()
102 f->f_raoffset += ccount; in read()
103 f->f_ralen -= ccount; in read()
104 resid -= ccount; in read()
107 dest = (char *)dest + ccount; in read()
/freebsd-12-stable/sys/cddl/boot/zfs/
Dzfssubr.c524 uint64_t *p, *src, pcount, ccount, i; in vdev_raidz_generate_parity_p() local
532 ccount = rm->rm_col[c].rc_size / sizeof (src[0]); in vdev_raidz_generate_parity_p()
535 ASSERT(ccount == pcount); in vdev_raidz_generate_parity_p()
536 for (i = 0; i < ccount; i++, src++, p++) { in vdev_raidz_generate_parity_p()
540 ASSERT(ccount <= pcount); in vdev_raidz_generate_parity_p()
541 for (i = 0; i < ccount; i++, src++, p++) { in vdev_raidz_generate_parity_p()
967 uint64_t ccount; in vdev_raidz_matrix_reconstruct() local
1001 ccount = rm->rm_col[c].rc_size; in vdev_raidz_matrix_reconstruct()
1012 ASSERT(ccount >= rm->rm_col[missing[0]].rc_size || i > 0); in vdev_raidz_matrix_reconstruct()
1014 for (x = 0; x < ccount; x++, src++) { in vdev_raidz_matrix_reconstruct()
/freebsd-12-stable/usr.bin/tip/tip/
Dcmds.c308 int c, ccount, lcount; in transmit() local
331 ccount = 0; in transmit()
349 while ((++ccount % 8) != 0) in transmit()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dvdev_raidz.c1382 uint64_t ccount; in vdev_raidz_matrix_reconstruct() local
1412 ccount = rm->rm_col[c].rc_size; in vdev_raidz_matrix_reconstruct()
1423 ASSERT(ccount >= rm->rm_col[missing[0]].rc_size || i > 0); in vdev_raidz_matrix_reconstruct()
1425 for (x = 0; x < ccount; x++, src++) { in vdev_raidz_matrix_reconstruct()