Home
last modified time | relevance | path

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

/netbsd/src/sbin/restore/
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/
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()
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/
Dfwmpegts.c124 c_count:13,
128 c_count:13,
/netbsd/src/sys/dev/tprof/
Dtprof_types.h89 uint64_t c_count[TPROF_MAXCOUNTERS]; /* R */ member
Dtprof.c642 xc = xc_unicast(0, tprof_getcounts_cpu, tb, counts->c_count, ci); in tprof_getcounts()
/netbsd/src/include/protocols/
Ddumprestore.h107 int32_t c_count; /* number of valid c_addr entries */ member
/netbsd/src/usr.sbin/tprof/
Dtprof.c209 eventnamewidth[i], counts.c_count[i]); in show_counters()
Dtprof_top.c615 c[n * nevent + i] = countsbuf.c_count[i]; in show_counters()
/netbsd/src/sys/arch/hppa/hppa/
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()