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

  /src/usr.sbin/fwctl/
fwmpegts.c 124 c_count:13, member in struct:mpeg_pldt
128 c_count:13,
  /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 143 int32_t c_count; member in struct:u_ospcl::s_ospcl
519 for (i = tmpbuf.c_count; i > 0; i--)
542 for (i = tmpbuf.c_count; i > 0; i--)
1014 for (i = 0; i < spcl.c_count && size >= TP_BSIZE; i++) {
1019 if (size != 0 || i != spcl.c_count)
1022 size = spcl.c_count * TP_BSIZE;
1073 for (i = 0; i < spcl.c_count; i++) {
1111 if (spcl.c_count - i > 1)
1113 spcl.c_count - i - 1);
1114 for (i++; i < spcl.c_count; i++
    [all...]

Completed in 16 milliseconds