Home
last modified time | relevance | path

Searched refs:errcnt (Results 1 – 18 of 18) sorted by relevance

/original-bsd/sys/vax/stand/
H A Dtm.c54 register int com, errcnt; local
59 errcnt = 0;
90 if (errcnt++ == 10) {
97 if (errcnt)
H A Dmt.c71 register int errcnt, s, ic; local
75 errcnt = 0;
130 if (errcnt++ == 10) {
136 if (errcnt)
H A Dht.c66 register int den, errcnt, ds; local
70 errcnt = 0;
100 if (errcnt++ == 10) {
108 if (errcnt)
H A Dut.c62 register int errcnt; local
68 errcnt = 0;
97 if (errcnt++ == 10) {
112 if (errcnt)
H A Dts.c99 register int errcnt, info; local
102 errcnt = info = 0;
131 if (errcnt++ == 10) {
139 if (errcnt)
H A Didc.c78 int ubinfo, errcnt = 0; local
118 if (errcnt++ == 10) {
125 if (errcnt)
H A Drk.c101 int com, ubinfo, errcnt = 0; local
136 if (errcnt++ == 10) {
142 if (errcnt)
H A Drl.c102 int diff, ubinfo, ubaaddr, errcnt = 0; local
182 if (errcnt++ == 10) {
213 if (errcnt)
/original-bsd/sys/i386/stand/
H A Dwd.c254 int i, errcnt = 0; variable
287 if (++errcnt < 10)
306 errcnt = 0;
324 if (++errcnt < RETRIES)
384 errcnt = wdio(F_READ, unit, blknm, buf);
385 } while (errcnt && (i += 2) < 10 && i < dd->d_nsectors);
388 if (errcnt == 0 && db->bt_mbz == 0 && db->bt_flag == DKBAD_MAGIC)
/original-bsd/old/adb/common_scripts/
H A Dun3 <h+0d4/"state"8t"errcnt"8t"restart"n3d
/original-bsd/old/adb/scripts.vax/
H A Dubahd1 …8t"bdpwant"8t"bdpfree"n2xXn"hangcnt"16t"zvcnt"16t"zvtime"16t"zvtotal"n4D"errcnt"nDn"lastiv"16t"use…
/original-bsd/sys/i386/isa/
H A Dfd.c242 int r,errcnt; local
244 errcnt = 0;
255 errcnt++;
257 if (errcnt > maxcnt) {
258 maxcnt = errcnt;
/original-bsd/usr.bin/pascal/src/
H A Dfdec.c110 errcnt[cbn] = syneflg;
241 errcnt[cbn] = syneflg; in level1()
H A D0.h596 bool errcnt[DSPLYSZ]; variable
H A Dfend.c321 chkref = (syneflg == errcnt[cbn] && opt('w') == 0)?TRUE:FALSE;
/original-bsd/usr.bin/pr/
H A Dpr.c78 int errcnt; /* error count on file processing */ variable
106 if (errcnt || ret_val)
1253 ++errcnt;
1276 ++errcnt;
1288 ++errcnt;
1307 ++errcnt;
1316 ++errcnt;
1335 ++errcnt;
/original-bsd/bin/pax/
H A Dbuf_subs.c308 register int errcnt = 0; in rd_sync() local
350 if ((maxflt > 0) && (++errcnt > maxflt)) in rd_sync()
357 errcnt = 0; in rd_sync()
/original-bsd/usr.sbin/lpr/lpd/
H A Dprintjob.c116 int errcnt, count = 0; in printjob() local
189 errcnt = 0; in printjob()
220 else if (i == REPRINT && ++errcnt < 5) { in printjob()