Searched refs:c_count (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/tests/sys/cddl/zfs/bin/ |
| D | rename_dir.c | 64 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/ |
| D | tape.c | 285 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/ |
| D | traverse.c | 509 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 …]
|
| D | tape.c | 286 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/ |
| D | testreslist.c | 47 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/ |
| D | fwmpegts.c | 137 c_count:13, 141 c_count:13,
|
| /freebsd-12-stable/include/protocols/ |
| D | dumprestore.h | 117 int32_t c_count; /* number of valid c_addr entries */ member
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/ |
| D | bdb_compat.h | 115 #define svn_bdb_dbc_count(c,r,f) ((c)->c_count(c,r,f))
|