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

  /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/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/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;
gsp_ass.h 168 extern int 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/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) {

Completed in 19 milliseconds