HomeSort by: relevance | last modified time | path
    Searched refs:c_count (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/dev/tprof/
tprof_types.h 89 uint64_t c_count[TPROF_MAXCOUNTERS]; /* R */ member in struct:tprof_counts
tprof.c 642 xc = xc_unicast(0, tprof_getcounts_cpu, tb, counts->c_count, ci);
  /src/usr.sbin/fwctl/
fwmpegts.c 124 c_count:13,
128 c_count:13,
  /src/sbin/restore/
tape.c 142 int32_t c_count; member in struct:u_ospcl::s_ospcl
518 for (i = tmpbuf.c_count; i > 0; i--)
541 for (i = tmpbuf.c_count; i > 0; i--)
1013 for (i = 0; i < spcl.c_count && size >= TP_BSIZE; i++) {
1018 if (size != 0 || i != spcl.c_count)
1021 size = spcl.c_count * TP_BSIZE;
1072 for (i = 0; i < spcl.c_count; i++) {
1110 if (spcl.c_count - i > 1)
1112 spcl.c_count - i - 1);
1113 for (i++; i < spcl.c_count; i++
    [all...]
  /src/include/protocols/
dumprestore.h 107 int32_t c_count; /* number of valid c_addr entries */ member in struct:u_spcl::s_spcl
  /src/sbin/dump/
traverse.c 524 spcl.c_count = 0;
546 spcl.c_count = iswap32(1);
672 spcl.c_count = iswap32(count - i);
720 spcl.c_count = iswap32(count - i);
733 spcl.c_count = 0;
756 count = iswap32(spcl.c_count);
787 spcl.c_count = iswap32(count + blks);
866 spcl.c_count = iswap32(howmany(mapsize * sizeof(char), TP_BSIZE));
868 for (i = 0, cp = map; i < iswap32(spcl.c_count); i++, cp += TP_BSIZE)
tape.c 333 for (i = 0; i < iswap32(spcl.c_count); i++)
689 spcl.c_count = iswap32(wp->count);
  /src/sys/arch/hppa/stand/common/
pdc.c 404 fall(int c_base, int c_count, int c_loop, int c_stride, int data)
408 for (; c_count--; c_base += c_stride)
  /src/usr.sbin/tprof/
tprof.c 209 eventnamewidth[i], counts.c_count[i]);
tprof_top.c 615 c[n * nevent + i] = countsbuf.c_count[i];
  /src/sys/arch/hppa/hppa/
machdep.c 990 fall(int c_base, int c_count, int c_loop, int c_stride, int data)
994 for (; c_count--; c_base += c_stride)

Completed in 22 milliseconds