Home
last modified time | relevance | path

Searched refs:gcount (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/contrib/libpcap/testprogs/
HDvisopts.py228 def write_html(expr, gcount, logs): argument
232 …html = html_template.safe_substitute(expr=expr.encode("string-escape"), gcount=gcount, logs=json.d…
/freebsd-14-stable/contrib/kyua/utils/
HDstream.cpp144 buffer.write(tmp, input.gcount()); in read_stream()
/freebsd-14-stable/contrib/kyua/utils/fs/
HDoperations.cpp344 output.write(buffer, input.gcount()); in copy()
/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDspa.c3257 uint_t i, gcount; in spa_try_repair() local
3267 &glist, &gcount) != 0) in spa_try_repair()
3270 vd = kmem_zalloc(gcount * sizeof (vdev_t *), KM_SLEEP); in spa_try_repair()
3274 for (i = 0; i < gcount; i++) { in spa_try_repair()
3295 for (extracted = 0, i = 0; i < gcount; i++) { in spa_try_repair()
3308 if (!attempt_reopen || gcount == extracted) { in spa_try_repair()
3309 for (i = 0; i < gcount; i++) in spa_try_repair()
3315 kmem_free(vd, gcount * sizeof (vdev_t *)); in spa_try_repair()
/freebsd-14-stable/contrib/llvm-project/libcxx/include/
HDistream61 streamsize gcount() const;
258 _LIBCPP_HIDE_FROM_ABI streamsize gcount() const { return __gc_; }
/freebsd-14-stable/contrib/flex/src/
HDflex.skl1534 return yyin.gcount();