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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_umc_v6_1.c 95 unsigned long *error_count)
126 *error_count +=
137 *error_count +=
149 *error_count += 1;
154 unsigned long *error_count)
177 *error_count += 1;
amdgpu_xgmi.c 153 unsigned int error_count = 0; local in function:amdgpu_xgmi_show_error
165 error_count = ((fica_out >> 62) & 0x1) + (fica_out >> 63);
169 return snprintf(buf, PAGE_SIZE, "%d\n", error_count);
  /src/usr.bin/unzip/
unzip.c 841 int error_count; local in function:test
843 error_count = 0;
852 ++error_count;
860 return error_count;
901 uintmax_t total_size, file_count, error_count; local in function:unzip
928 error_count = 0;
935 error_count += test(a, e);
962 if (error_count > 0) {
963 errorx("%ju checksum error(s) found.", error_count);
  /src/sys/external/bsd/dwc2/dist/
dwc2_hcdintr.c 617 urb->error_count++;
625 urb->error_count++;
630 urb->error_count++;
761 if (qtd && qtd->error_count >= 3) {
904 qtd->error_count = 0;
954 qtd->error_count = 0;
1299 qtd->error_count = 0;
1317 qtd->error_count = 0;
1326 qtd->error_count = 0;
1352 qtd->error_count = 0
    [all...]
dwc2_hcd.h 199 u32 error_count; member in struct:dwc2_hcd_urb
338 * @error_count: Holds the number of bus errors that have occurred for
371 u8 error_count; member in struct:dwc2_qtd
618 return dwc2_urb->error_count;
dwc2_hcdddma.c 915 qtd->urb->error_count++;
dwc2_hcd.c 820 chan->error_state = (qtd->error_count > 0);
  /src/sbin/nvmectl/
nvme.h 60 uint64_t error_count; member in struct:nvme_error_information_entry
logpage.c 136 e->error_count = le64toh(e->error_count);
160 if (entry->error_count == 0) {
167 if (entry->error_count == 0)
172 printf(" Error count: %ju\n", entry->error_count);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
amdgpu_hdcp.c 38 if (trace->error_count < MAX_NUM_OF_ERROR_TRACE) {
39 trace->errors[trace->error_count].status = status;
40 trace->errors[trace->error_count].state_id = hdcp->state.id;
41 trace->error_count++;
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
usbif.h 225 int32_t error_count; /* number of ISO errors */ member in struct:usbif_urb_response
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/inc/
mod_hdcp.h 190 uint8_t error_count; member in struct:mod_hdcp_trace
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_core.h 323 int error_count; member in struct:vchiq_service_struct::service_stats_struct
506 int error_count; member in struct:vchiq_state_struct::state_stats_struct
vchiq_core.c 911 error_count);
1057 error_count);
1819 VCHIQ_STATS_INC(state, error_count);
2744 VCHIQ_SERVICE_STATS_INC(service, error_count);
3148 VCHIQ_STATS_INC(state, error_count);
3165 VCHIQ_STATS_INC(state, error_count);
3471 VCHIQ_SERVICE_STATS_INC(service, error_count);
3479 VCHIQ_SERVICE_STATS_INC(service, error_count);
3746 "error_count=%d",
3748 state->stats.error_count);
    [all...]
  /src/sys/netinet/
sctp_structs.h 190 u_int16_t error_count; member in struct:sctp_nets
sctp_timer.c 138 net->error_count++;
142 net, net->error_count,
146 if (net->error_count >= net->failure_threshold) {
sctp_input.c 351 net->error_count = 0;
462 r_net->error_count = 0;
sctp_usrreq.c 383 net->error_count = net->failure_threshold + 1;
sctp_indata.c 3885 net->error_count = 0;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 556 self.error_count = 0 # global count of reported errors
608 self.error_count = 0
613 self.error_count += 1
626 sys.stderr.write('Total errors found: %d\n' % self.error_count)
4020 sys.exit(_cpplint_state.error_count > 0)

Completed in 41 milliseconds