Searched refs:c_count (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/include/protocols/
H A Ddumprestore.h115 int32_t c_count; /* number of valid c_addr entries */ member in struct:u_spcl::s_spcl
/freebsd-11.0-release/usr.sbin/fwcontrol/
H A Dfwmpegts.c135 c_count:13, member in struct:mpeg_pldt
139 c_count:13,
/freebsd-11.0-release/contrib/apr-util/test/
H A Dtestreslist.c47 int c_count; member in struct:__anon163
72 res->id = my_params->c_count++;
255 ABTS_INT_EQUAL(tc, RESLIST_SMAX, params->c_count - params->d_count);
/freebsd-11.0-release/sbin/restore/
H A Dtape.c283 maxino = (spcl.c_count * TP_BSIZE * NBBY) + 1;
466 * XXX Dump incorrectly sets c_count to 1 in the
468 * c_count when volno == 1.
471 for (i = tmpbuf.c_count; i > 0; i--)
981 for (i = 0; i < spcl.c_count; i++) {
984 fprintf(stderr, "spcl.c_count = %jd\n",
985 (intmax_t)spcl.c_count);
988 panic("spcl.c_count = %jd\n",
989 (intmax_t)spcl.c_count);
1028 if (spcl.c_count
[all...]
/freebsd-11.0-release/sbin/dump/
H A Dtraverse.c507 spcl.c_count = 0;
523 spcl.c_count = 1;
644 spcl.c_count = count - i;
696 spcl.c_count = count - i;
709 spcl.c_count = 0;
747 if (spcl.c_count + blks > TP_NINDIR)
757 spcl.c_addr[spcl.c_count + i] = 1;
759 spcl.c_addr[spcl.c_count + i] = 0;
760 spcl.c_count += blks;
837 spcl.c_count
[all...]
H A Dtape.c280 for (i = 0; i < spcl.c_count; i++)
639 spcl.c_count = slp->count;
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dbdb_compat.h115 #define svn_bdb_dbc_count(c,r,f) ((c)->c_count(c,r,f))

Completed in 75 milliseconds