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

/freebsd-13-stable/contrib/kyua/utils/
H A Dstream.cpp144 buffer.write(tmp, input.gcount());
/freebsd-13-stable/contrib/atf/atf-sh/
H A Datf-check.cpp517 if ((f1.gcount() == 0) && (f2.gcount() == 0)) {
522 if ((f1.gcount() != f2.gcount()) ||
523 (std::memcmp(buf1, buf2, f1.gcount()) != 0)) {
/freebsd-13-stable/contrib/kyua/utils/fs/
H A Doperations.cpp344 output.write(buffer, input.gcount());
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dspa.c2861 uint_t i, gcount; local
2871 &glist, &gcount) != 0)
2874 vd = kmem_zalloc(gcount * sizeof (vdev_t *), KM_SLEEP);
2878 for (i = 0; i < gcount; i++) {
2899 for (extracted = 0, i = 0; i < gcount; i++) {
2912 if (!attempt_reopen || gcount == extracted) {
2913 for (i = 0; i < gcount; i++)
2919 kmem_free(vd, gcount * sizeof (vdev_t *));

Completed in 108 milliseconds