Home
last modified time | relevance | path

Searched refs:c_count (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Drename_dir.c63 int c_count = 0; in main() local
65 c_count++; in main()
67 c_count++; in main()
68 if (c_count) in main()
69 (void) fprintf(stderr, "c_count: %d", c_count); in main()
/freebsd/tests/sys/cddl/zfs/bin/
H A Drename_dir.c62 int c_count = 0; in main() local
64 c_count++; in main()
66 c_count++; in main()
67 if (c_count) { in main()
70 (void) fprintf(stderr, buf, c_count); in main()
/freebsd/sbin/restore/
H A Dtape.c277 maxino = (spcl.c_count * TP_BSIZE * NBBY) + 1; in setup()
460 * XXX Dump incorrectly sets c_count to 1 in the in getvol()
462 * c_count when volno == 1. in getvol()
465 for (i = tmpbuf.c_count; i > 0; i--) in getvol()
896 for (i = 0; i < spcl.c_count; i++) { in getfile()
899 fprintf(stderr, "spcl.c_count = %jd\n", in getfile()
900 (intmax_t)spcl.c_count); in getfile()
903 panic("spcl.c_count = %jd\n", in getfile()
904 (intmax_t)spcl.c_count); in getfile()
943 if (spcl.c_count in getfile()
[all...]
/freebsd/sbin/dump/
H A Dtraverse.c497 spcl.c_count = 0; in dumpino()
513 spcl.c_count = 1; in dumpino()
631 spcl.c_count = count - i; in ufs1_blksout()
684 spcl.c_count = count - i; in ufs2_blksout()
697 spcl.c_count = 0; in ufs2_blksout()
735 if (spcl.c_count + blks > TP_NINDIR) in appendextdata()
743 assert(spcl.c_count + blks <= TP_NINDIR); in appendextdata()
746 spcl.c_addr[spcl.c_count + i] = 1; in appendextdata()
748 spcl.c_addr[spcl.c_count + i] = 0; in appendextdata()
749 spcl.c_count in appendextdata()
[all...]
H A Dtape.c279 assert(spcl.c_count <= TP_NINDIR); in flushtape()
280 for (i = 0; i < spcl.c_count; i++) in flushtape()
639 spcl.c_count = wp->count; in startnewtape()
/freebsd/usr.sbin/fwcontrol/
H A Dfwmpegts.c132 c_count:13,
136 c_count:13,
/freebsd/include/protocols/
H A Ddumprestore.h113 int32_t c_count; /* number of valid c_addr entries */ member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbtree.c445 uint32_t c_count = count + (shape == BSS_TRAPEZOID ? 1 : 0); in bt_shift_core() local
446 bmov(c_start, c_out, c_count * sizeof (*c_start)); in bt_shift_core()
569 uint32_t c_count = count + (shape == BSS_TRAPEZOID ? 1 : 0); in bt_transfer_core() local
572 c_count * sizeof (*source->btc_children)); in bt_transfer_core()