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

  /src/sys/arch/hpc/hpc/
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++ || verbose)
    [all...]
  /src/usr.sbin/gspa/gspa/
gspa.c 56 int err_count; variable in typeref:typename:int
150 if( err_count > 0 )
192 exit(err_count != 0);
266 ++err_count;
279 ++err_count;
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
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) {
  /src/sys/dev/usb/
umcpmio.c 218 int err_count = 0; local in function:umcpmio_send_report
246 " sc_res_ready=%d, err_count=%d, timeout=%d\n",
247 sc->sc_res_ready, err_count, mstohz(timeout)));
261 err_count++;
279 if (err_count > sc->sc_response_errcnt) {
280 DPRINTF(("umcpmio_send_report: err_count exceeded:"
290 " err_count=%d\n", err_count));
301 " err_count=%d\n", err_count));
    [all...]
  /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 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);
    [all...]

Completed in 48 milliseconds