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

  /src/sys/dev/usb/
umcpmio_transport.c 128 int err_count = 0; local
160 " sc_res_ready=%d, err_count=%d, timeout=%d\n",
161 sc->sc_res_ready, err_count, mstohz(timeout)));
173 err_count++;
187 if (err_count > sc->sc_response_errcnt) {
188 DPRINTF(("umcpmio_send_report: err_count exceeded:"
198 " err_count=%d\n", err_count));
207 " err_count=%d\n", err_count));
    [all...]
  /src/sys/arch/hpc/hpc/
platid_test.c 44 int err_count = 0; local
49 if (pid.dw.dw0 != PLATID_CPU_ARCH_MASK && err_count++ || verbose) {
57 if (pid.dw.dw0 != PLATID_CPU_SERIES_MASK && err_count++ || verbose) {
65 if (pid.dw.dw0 != PLATID_CPU_MODEL_MASK && err_count++ || verbose) {
73 if (pid.dw.dw0 != PLATID_CPU_SUBMODEL_MASK && err_count++ || verbose) {
81 if (pid.dw.dw0 != PLATID_FLAGS_MASK && err_count++ || verbose) {
89 if (pid.dw.dw1 != PLATID_VENDOR_MASK && err_count++ || verbose) {
97 if (pid.dw.dw1 != PLATID_SERIES_MASK && err_count++ || verbose) {
105 if (pid.dw.dw1 != PLATID_MODEL_MASK && err_count++ || verbose) {
113 if (pid.dw.dw1 != PLATID_SUBMODEL_MASK && err_count++ || verbose)
    [all...]
  /src/usr.sbin/gspa/gspa/
gspa.c 53 int err_count; variable
147 if( err_count > 0 )
189 exit(err_count != 0);
263 ++err_count;
276 ++err_count;
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_resource.c 720 unsigned err_count = 0; local
757 ++err_count > VMW_RES_EVICT_ERR_COUNT) {
930 unsigned err_count = 0; local
952 if (++err_count > VMW_RES_EVICT_ERR_COUNT) {
  /src/usr.sbin/makemandb/
makemandb.c 641 mandb_rec *rec, int *new_count, int *link_count, int *err_count)
690 (*err_count)++;
723 int err_count = 0; /* Counter for number of failed pages */ local
772 err_count++;
776 err_count++;
786 err_count++;
797 &new_count, &link_count, &err_count);
813 err_count++;
828 err_count++;
843 total_count - link_count, link_count, new_count, err_count);
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
refclock_parse.c 311 u_long err_count; /* number of repititions per class */ member in struct:errorregression
1597 if (err->err_stage->err_count &&
1598 (err->err_cnt >= err->err_stage->err_count))
  /src/external/gpl3/gdb/dist/gdb/
symtab.c 5638 int err_count = 0;
5668 ++err_count;
5689 if (err_count > 0)
5691 err_count);
5628 int err_count = 0; local

Completed in 37 milliseconds