Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/tests/sys/cddl/zfs/bin/
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()
71 (void) fprintf(stderr, buf, c_count); in main()
/freebsd-14.2/sbin/restore/
H A Dtape.c471 for (i = tmpbuf.c_count; i > 0; i--) in getvol()
902 for (i = 0; i < spcl.c_count; i++) { in getfile()
906 (intmax_t)spcl.c_count); in getfile()
910 (intmax_t)spcl.c_count); in getfile()
949 if (spcl.c_count - i > 1) in getfile()
951 spcl.c_count - i - 1); in getfile()
952 for (i++; i < spcl.c_count; i++) { in getfile()
957 (intmax_t)spcl.c_count); in getfile()
961 (intmax_t)spcl.c_count); in getfile()
1348 if (buf->c_count > TP_NINDIR) in gethead()
[all …]
/freebsd-14.2/sbin/dump/
H A Dtraverse.c507 spcl.c_count = 0; in dumpino()
523 spcl.c_count = 1; in dumpino()
641 spcl.c_count = count - i; in ufs1_blksout()
694 spcl.c_count = count - i; in ufs2_blksout()
707 spcl.c_count = 0; in ufs2_blksout()
745 if (spcl.c_count + blks > TP_NINDIR) in appendextdata()
753 assert(spcl.c_count + blks <= TP_NINDIR); in appendextdata()
756 spcl.c_addr[spcl.c_count + i] = 1; in appendextdata()
758 spcl.c_addr[spcl.c_count + i] = 0; in appendextdata()
759 spcl.c_count += blks; in appendextdata()
[all …]
H A Dtape.c285 assert(spcl.c_count <= TP_NINDIR); in flushtape()
286 for (i = 0; i < spcl.c_count; i++) in flushtape()
645 spcl.c_count = wp->count; in startnewtape()
/freebsd-14.2/usr.sbin/fwcontrol/
H A Dfwmpegts.c132 c_count:13,
136 c_count:13,
/freebsd-14.2/include/protocols/
H A Ddumprestore.h115 int32_t c_count; /* number of valid c_addr entries */ member
/freebsd-14.2/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()