Home
last modified time | relevance | path

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

/original-bsd/old/dump.4.1/
H A Ddumptraverse.c151 spcl.c_count = 0;
165 spcl.c_count = n;
188 spcl.c_count = (n*sizeof(map[0]) + BSIZE)/BSIZE;
191 for(i=0; i<spcl.c_count; i++) {
/original-bsd/local/ukc/restore/
H A Dtape.c179 maxino = (spcl.c_count * TP_BSIZE * NBBY) + 1; in setup()
322 for (i = tmpbuf.c_count; i > 0; i--)
497 for (i = 0; i < spcl.c_count; i++) {
517 for (i++; i < spcl.c_count; i++)
802 long c_count; member
842 buf->c_count = u_ospcl.s_ospcl.c_count;
870 buf->c_dinode.di_size = buf->c_count * TP_BSIZE;
871 for (i = 0; i < buf->c_count; i++)
935 for (i = 0; i < header->c_count; i++)
969 for (i = 0; i < header->c_count; i++)
/original-bsd/sbin/restore/
H A Dtape.c223 maxino = (spcl.c_count * TP_BSIZE * NBBY) + 1; in setup()
387 for (i = tmpbuf.c_count; i > 0; i--)
410 for (i = tmpbuf.c_count; i > 0; i--)
642 for (i = 0; i < spcl.c_count; i++) {
661 for (i++; i < spcl.c_count; i++)
994 long c_count; member
1034 buf->c_count = u_ospcl.s_ospcl.c_count;
1066 buf->c_dinode.di_size = buf->c_count * TP_BSIZE;
1067 for (i = 0; i < buf->c_count; i++)
1148 for (i = 0; i < header->c_count; i++)
[all …]
/original-bsd/local/ukc/dump/
H A Ddumptraverse.c137 spcl.c_count = 0;
207 spcl.c_count = count - i;
228 spcl.c_count = howmany(msiz * sizeof(map[0]), TP_BSIZE);
230 for (i = 0, cp = map; i < spcl.c_count; i++, cp += TP_BSIZE)
H A Ddumptape.c335 for (i = 0; i < spcl.c_count; i++) in otape()
338 spcl.c_count = blks + 1 - spcl.c_tapea + lastspclrec; in otape()
/original-bsd/sbin/dump/
H A Dtraverse.c320 spcl.c_count = 0;
337 spcl.c_count = 1;
436 spcl.c_count = count - i;
462 spcl.c_count = howmany(mapsize * sizeof(char), TP_BSIZE);
464 for (i = 0, cp = map; i < spcl.c_count; i++, cp += TP_BSIZE)
H A Dtape.c266 for (i = 0; i < spcl.c_count; i++) in flushtape()
590 spcl.c_count = slp->count;
/original-bsd/include/protocols/
H A Ddumprestore.h53 long c_count; /* number of valid c_addr entries */ member
/original-bsd/sbin/fsdb/
H A Dfsdb.c173 short c_count; variable
363 c_count = 0;
380 c_count++;
391 if (c_count == 1) {
459 c_count = colon = acting_on_inode = 0;
1096 if (c_count == 2) {
1173 if (c_count != 2) {
1178 c_count++;
1357 if (c_count == 2) {
2829 c_count = 0; in err()
/original-bsd/old/512restor/
H A D512restor.c48 int c_count; member
513 for (i = 0; i < addrblock.c_count; i += 2) {
1179 i = spcl.c_count;