Searched refs:err_count (Results 1 - 6 of 6) sorted by relevance
| /src/sys/arch/hpc/hpc/ |
| H A D | platid_test.c | 44 int err_count = 0; local in function:platid_bit_test 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 [all...] |
| /src/sys/dev/usb/ |
| H A D | umcpmio_transport.c | 128 int err_count = 0; local in function:umcpmio_send_report 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/usr.sbin/gspa/gspa/ |
| H A D | gspa.c | 53 int err_count; variable in typeref:typename:int 147 if( err_count > 0 ) 189 exit(err_count != 0); 263 ++err_count; 276 ++err_count;
|
| H A D | gsp_ass.h | 168 extern int err_count;
|
| /src/usr.sbin/makemandb/ |
| H A D | 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 in function:update_db 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); 640 update_existing_entry(sqlite3 * db,const char * file,const char * hash,mandb_rec * rec,int * new_count,int * link_count,int * err_count) argument [all...] |
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| H A D | vmwgfx_resource.c | 720 unsigned err_count = 0; local in function:vmw_resource_validate 757 ++err_count > VMW_RES_EVICT_ERR_COUNT) { 930 unsigned err_count = 0; local in function:vmw_resource_evict_type 952 if (++err_count > VMW_RES_EVICT_ERR_COUNT) {
|
Completed in 6 milliseconds