Home
last modified time | relevance | path

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

/netbsd-src/sbin/restore/
H A Dtape.c142 int32_t c_count; member
518 for (i = tmpbuf.c_count; i > 0; i--) in getvol()
541 for (i = tmpbuf.c_count; i > 0; i--) in getvol()
1013 for (i = 0; i < spcl.c_count && size >= TP_BSIZE; i++) { in getbitmap()
1018 if (size != 0 || i != spcl.c_count) in getbitmap()
1021 size = spcl.c_count * TP_BSIZE; in getbitmap()
1072 for (i = 0; i < spcl.c_count; i++) { in getfile()
1110 if (spcl.c_count - i > 1) in getfile()
1112 spcl.c_count - i - 1); in getfile()
1113 for (i++; i < spcl.c_count; i++) in getfile()
[all …]
/netbsd-src/sbin/dump/
H A Dtraverse.c524 spcl.c_count = 0; in dumpino()
546 spcl.c_count = iswap32(1); in dumpino()
672 spcl.c_count = iswap32(count - i); in blksout32()
720 spcl.c_count = iswap32(count - i); in blksout64()
733 spcl.c_count = 0; in blksout64()
756 count = iswap32(spcl.c_count); in appendextdata()
787 spcl.c_count = iswap32(count + blks); in appendextdata()
866 spcl.c_count = iswap32(howmany(mapsize * sizeof(char), TP_BSIZE)); in dumpmap()
868 for (i = 0, cp = map; i < iswap32(spcl.c_count); i++, cp += TP_BSIZE) in dumpmap()
H A Dtape.c333 for (i = 0; i < iswap32(spcl.c_count); i++) in flushtape()
689 spcl.c_count = iswap32(wp->count); in startnewtape()
/netbsd-src/usr.sbin/fwctl/
H A Dfwmpegts.c124 c_count:13,
128 c_count:13,
/netbsd-src/sys/dev/tprof/
H A Dtprof_types.h89 uint64_t c_count[TPROF_MAXCOUNTERS]; /* R */ member
H A Dtprof.c642 xc = xc_unicast(0, tprof_getcounts_cpu, tb, counts->c_count, ci); in tprof_getcounts()
/netbsd-src/sys/arch/hppa/stand/common/
H A Dpdc.c404 fall(int c_base, int c_count, int c_loop, int c_stride, int data) in fall() argument
408 for (; c_count--; c_base += c_stride) in fall()
/netbsd-src/include/protocols/
H A Ddumprestore.h107 int32_t c_count; /* number of valid c_addr entries */ member
/netbsd-src/usr.sbin/tprof/
H A Dtprof.c209 eventnamewidth[i], counts.c_count[i]); in show_counters()
H A Dtprof_top.c615 c[n * nevent + i] = countsbuf.c_count[i]; in show_counters()
/netbsd-src/sys/arch/hppa/hppa/
H A Dmachdep.c990 fall(int c_base, int c_count, int c_loop, int c_stride, int data) in fall() argument
994 for (; c_count--; c_base += c_stride) in fall()