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

/netbsd-6-1-5-RELEASE/sbin/restore/
H A Dtape.c135 int32_t c_count; member in struct:u_ospcl::s_ospcl
508 for (i = tmpbuf.c_count; i > 0; i--)
531 for (i = tmpbuf.c_count; i > 0; i--)
844 for (i = 0; i < spcl.c_count && size >= TP_BSIZE; i++) {
849 if (size != 0 || i != spcl.c_count)
852 size = spcl.c_count * TP_BSIZE;
894 for (i = 0; i < spcl.c_count; i++) {
913 for (i++; i < spcl.c_count; i++)
930 for (i = 0; i < spcl.c_count; i++)
1243 buf->c_count
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/fwctl/
H A Dfwmpegts.c124 c_count:13, member in struct:mpeg_pldt
128 c_count:13,
/netbsd-6-1-5-RELEASE/sbin/dump/
H A Dtraverse.c521 spcl.c_count = 0;
543 spcl.c_count = iswap32(1);
659 spcl.c_count = iswap32(count - i);
691 spcl.c_count = iswap32(count - i);
715 spcl.c_count = iswap32(howmany(mapsize * sizeof(char), TP_BSIZE));
717 for (i = 0, cp = map; i < iswap32(spcl.c_count); i++, cp += TP_BSIZE)
H A Dtape.c335 for (i = 0; i < iswap32(spcl.c_count); i++)
690 spcl.c_count = iswap32(slp->count);
/netbsd-6-1-5-RELEASE/include/protocols/
H A Ddumprestore.h103 int32_t c_count; /* number of valid c_addr entries */ member in struct:u_spcl::s_spcl
/netbsd-6-1-5-RELEASE/sys/arch/hp700/stand/common/
H A Dpdc.c404 fall(int c_base, int c_count, int c_loop, int c_stride, int data) argument
408 for (; c_count--; c_base += c_stride)
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-bdb/
H A Ddn2id.c813 cursor->c_count( cursor, &dkids, 0 );
880 cursor->c_count( cursor, &dkids, 0 );
930 rc = cursor->c_count( cursor, &dkids, 0 );
1064 cx->dbc->c_count( cx->dbc, &dkids, 0 );
H A Didl.c743 rc = cursor->c_count( cursor, &count, 0 );
745 err = "c_count";
H A Dtools.c1160 curs->c_count( curs, &count, 0 );
/netbsd-6-1-5-RELEASE/sys/arch/hp700/hp700/
H A Dmachdep.c992 fall(int c_base, int c_count, int c_loop, int c_stride, int data) argument
996 for (; c_count--; c_base += c_stride)

Completed in 130 milliseconds