Home
last modified time | relevance | path

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

/freebsd-12-stable/tests/sys/cddl/zfs/bin/
Drename_dir.c64 int c_count = 0; in main() local
66 c_count++; in main()
68 c_count++; in main()
69 if (c_count) { in main()
72 (void) fprintf(stderr, buf, c_count); in main()
/freebsd-12-stable/sbin/restore/
Dtape.c285 maxino = (spcl.c_count * TP_BSIZE * NBBY) + 1; in setup()
473 for (i = tmpbuf.c_count; i > 0; i--) in getvol()
904 for (i = 0; i < spcl.c_count; i++) { in getfile()
908 (intmax_t)spcl.c_count); in getfile()
912 (intmax_t)spcl.c_count); in getfile()
951 if (spcl.c_count - i > 1) in getfile()
953 spcl.c_count - i - 1); in getfile()
954 for (i++; i < spcl.c_count; i++) { in getfile()
959 (intmax_t)spcl.c_count); in getfile()
963 (intmax_t)spcl.c_count); in getfile()
[all …]
/freebsd-12-stable/sbin/dump/
Dtraverse.c509 spcl.c_count = 0; in dumpino()
525 spcl.c_count = 1; in dumpino()
647 spcl.c_count = count - i; in ufs1_blksout()
700 spcl.c_count = count - i; in ufs2_blksout()
713 spcl.c_count = 0; in ufs2_blksout()
751 if (spcl.c_count + blks > TP_NINDIR) in appendextdata()
759 assert(spcl.c_count + blks <= TP_NINDIR); in appendextdata()
762 spcl.c_addr[spcl.c_count + i] = 1; in appendextdata()
764 spcl.c_addr[spcl.c_count + i] = 0; in appendextdata()
765 spcl.c_count += blks; in appendextdata()
[all …]
Dtape.c286 assert(spcl.c_count <= TP_NINDIR); in flushtape()
287 for (i = 0; i < spcl.c_count; i++) in flushtape()
646 spcl.c_count = slp->count; in startnewtape()
/freebsd-12-stable/contrib/apr-util/test/
Dtestreslist.c47 int c_count; member
72 res->id = my_params->c_count++; in my_constructor()
255 ABTS_INT_EQUAL(tc, RESLIST_SMAX, params->c_count - params->d_count); in test_reslist()
/freebsd-12-stable/usr.sbin/fwcontrol/
Dfwmpegts.c137 c_count:13,
141 c_count:13,
/freebsd-12-stable/include/protocols/
Ddumprestore.h117 int32_t c_count; /* number of valid c_addr entries */ member
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
Dbdb_compat.h115 #define svn_bdb_dbc_count(c,r,f) ((c)->c_count(c,r,f))