Searched refs:errcnt (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Dunimsglib.h61 u_int errcnt; /* number of bad IEs */ member in struct:unicx
130 (((CX)->errcnt < UNI_MAX_ERRIE) ? \
131 ((CX)->err[(CX)->errcnt].ie = (IETYPE), \
132 (CX)->err[(CX)->errcnt].act = (ACT), \
133 (CX)->err[(CX)->errcnt].err = (ERRCODE), \
134 (CX)->err[(CX)->errcnt].man = 0, \
135 (CX)->errcnt++, \
H A Dprivmsg.c49 cx->errcnt = 0;
233 cx->errcnt = 0;
248 cx->errcnt = 0;
H A Duni_ie.c817 uni_printf(cx, "errcnt %d (", cx->errcnt);
818 for(i = 0; i < cx->errcnt; i++) {
822 if(i != cx->errcnt - 1)
/freebsd-11-stable/tools/tools/usbtest/
H A Dusb_control_ep_test.c249 int errcnt; local
268 errcnt = 0;
281 (int)iter, (int)errcnt);
293 errcnt++;
394 int errcnt; local
423 errcnt = 0;
440 (int)iter, (int)errcnt);
455 errcnt++;
478 int errcnt; local
496 errcnt
614 int errcnt; local
[all...]
/freebsd-11-stable/contrib/top/
H A Dcommands.c189 static int errcnt; variable
195 #define ERR_RESET errcnt = 0
196 #define ERROR(p, e) if (errcnt >= ERRMAX) \
202 errs[errcnt].arg = (p); \
203 errs[errcnt++].errnum = (e); \
226 if (errcnt == 0)
232 qsort((char *)errs, errcnt, sizeof(struct errs), err_compar);
240 while (cnt < errcnt)
359 return(errcnt);
373 printf("%d error%s:\n\n", errcnt, errcn
[all...]
/freebsd-11-stable/sys/contrib/ngatm/netnatm/sig/
H A Dsig_verify.c54 uni->cx.err[uni->cx.errcnt - 1].man = 1;
107 (uni->cx.errcnt - (e - uni->cx.err)
109 uni->cx.errcnt--;
313 if (uni->cx.errcnt != 0)
413 while (e1 < uni->cx.err + uni->cx.errcnt) {
421 uni->cx.errcnt = e0 - uni->cx.err;
433 while (e1 < uni->cx.err + uni->cx.errcnt) {
441 uni->cx.errcnt = e0 - uni->cx.err;
H A Dunipriv.h503 for ((E) = (UNI)->cx.err; (E) < (UNI)->cx.err + (UNI)->cx.errcnt; (E)++)
/freebsd-11-stable/contrib/ntp/kernel/sys/
H A Dtimex.h281 long errcnt; /* calibration errors (ro) */ member in struct:timex
/freebsd-11-stable/sys/sys/
H A Dtimex.h152 long errcnt; /* calibration errors (ro) */ member in struct:timex
/freebsd-11-stable/lib/libutil/tests/
H A Dhumanize_number_test.c503 size_t blen, buflen, errcnt, i, skipped, tested; local
518 errcnt = 0;
559 errcnt++;
571 errcnt++;
587 printf("total errors: %zu/%zu tests, %zu skipped\n", errcnt,
590 if (errcnt)
/freebsd-11-stable/usr.bin/pr/
H A Dpr.c113 static int errcnt; /* error count on file processing */ variable
142 if (errcnt || ret_val)
1320 ++errcnt;
1343 ++errcnt;
1355 ++errcnt;
1374 ++errcnt;
1384 ++errcnt;
1403 ++errcnt;
/freebsd-11-stable/bin/pax/
H A Dbuf_subs.c309 int errcnt = 0; local
351 if ((maxflt > 0) && (++errcnt > maxflt))
358 errcnt = 0;
/freebsd-11-stable/sys/dev/usb/controller/
H A Ddwc_otg.h67 uint8_t errcnt; member in struct:dwc_otg_td
H A Ddwc_otg.c923 td->errcnt++;
924 if (td->hcsplt != 0 || td->errcnt >= 3) {
933 td->errcnt = 0;
1389 td->errcnt++;
1390 if (td->hcsplt != 0 || td->errcnt >= 3) {
1408 td->errcnt = 0;
1829 td->errcnt++;
1830 if (td->hcsplt != 0 || td->errcnt >= 3) {
1840 td->errcnt = 0;
3140 td->errcnt
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-spxx-defs.h749 uint64_t errcnt : 4; /**< Number of Dip4 errors before bringing down the member in struct:cvmx_spxx_err_ctl::cvmx_spxx_err_ctl_s
752 uint64_t errcnt : 4;
/freebsd-11-stable/contrib/ntp/util/
H A Dntptime.c364 (u_long)ntx.stbcnt, (u_long)ntx.errcnt);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_wwv.c576 int errcnt; /* data bit error counter */ member in struct:wwvunit
1719 up->errcnt++;
1720 if (up->errcnt > MAXERR)
1874 up->errcnt = up->digcnt = up->alarm = 0;
2656 sp->metric, up->errcnt, up->freq / WWV_SEC * 1e6,
H A Dntp_request.c2473 ik->errcnt = htonl((u_int32)ntx.errcnt);
H A Dntp_control.c2425 (sys_var[varid].text, ntx.errcnt)
/freebsd-11-stable/usr.sbin/lpr/lpd/
H A Dprintjob.c166 int errcnt, jobcount, statok, tempfd; local
278 errcnt = 0;
312 else if (i == REPRINT && ++errcnt < 5) {
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_request.h907 int32 errcnt; member in struct:info_kernel
/freebsd-11-stable/sys/kern/
H A Dkern_ntptime.c469 ntv.errcnt = pps_errcnt;
/freebsd-11-stable/usr.sbin/ntp/ntpdc/
H A Dnl.c836 printf("offsetof(errcnt) = %d\n",
837 (int) offsetof(struct info_kernel, errcnt));
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c3058 (u_long)ntohl(ik->errcnt));

Completed in 377 milliseconds