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

  /src/sys/dev/tprof/
tprof_types.h 89 uint64_t c_count[TPROF_MAXCOUNTERS]; /* R */ member in struct:tprof_counts
  /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/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...]

Completed in 13 milliseconds