Home
last modified time | relevance | path

Searched refs:error_count (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_block_size_histogram.ksh214 let error_count=0
242 ((error_count++))
249 if [ ${error_count} -eq 1 ]; then
250 log_note "hctp: There was ${error_count} error"
252 log_note "hctp:There were a total of ${error_count} errors"
/freebsd/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_xfer.c41 unsigned int error_count; member
123 xfer_state->error_count); in exec_more()
135 xfer_state->error_count); in exec_more()
165 xfer_state->done_count, xfer_state->error_count); in trans_complete()
171 xfer_state->error_count++; in trans_complete()
175 xfer_state->done_count, xfer_state->error_count); in trans_complete()
/freebsd/contrib/libarchive/unzip/
H A Dbsdunzip.c921 int error_count; in test() local
923 error_count = 0; in test()
932 ++error_count; in test()
940 return error_count; in test()
983 uintmax_t total_size, file_count, error_count; in unzip() local
1015 error_count = 0; in unzip()
1023 error_count += test(a, e); in unzip()
1060 if (error_count > 0) { in unzip()
1061 errorx("%ju checksum error(s) found.", error_count); in unzip()
/freebsd/sys/netinet/
H A Dsctp_timer.c92 net->error_count++; in sctp_threshold_management()
94 (void *)net, net->error_count, in sctp_threshold_management()
96 if (net->error_count > net->failure_threshold) { in sctp_threshold_management()
107 (net->error_count > net->pf_threshold)) { in sctp_threshold_management()
217 min_errors = mnet->error_count + 1; in sctp_find_alternate_net()
219 } else if (mnet->error_count + 1 < min_errors) { in sctp_find_alternate_net()
220 min_errors = mnet->error_count + 1; in sctp_find_alternate_net()
222 } else if (mnet->error_count + 1 == min_errors in sctp_find_alternate_net()
225 min_errors = mnet->error_count + 1; in sctp_find_alternate_net()
230 min_errors = mnet->error_count; in sctp_find_alternate_net()
[all …]
H A Dsctp_usrreq.c5373 if (net->error_count > paddrp->spp_pathmaxrxt) {
5377 if ((net->error_count <= paddrp->spp_pathmaxrxt) &&
5378 (net->error_count > net->pf_threshold)) {
5388 if (net->error_count > paddrp->spp_pathmaxrxt) {
5393 if (net->error_count <= paddrp->spp_pathmaxrxt) {
5418 if (net->error_count > paddrp->spp_pathmaxrxt) {
5422 if ((net->error_count <= paddrp->spp_pathmaxrxt) &&
5423 (net->error_count > net->pf_threshold)) {
5433 if (net->error_count > paddrp->spp_pathmaxrxt) {
5438 if (net->error_count <= paddrp->spp_pathmaxrxt) {
[all …]
H A Dsctp_var.h313 #define SCTP_NET_IS_PF(_net) (_net->pf_threshold < _net->error_count)
H A Dsctp_structs.h357 uint16_t error_count; member
/freebsd/contrib/jemalloc/bin/
H A Djeprof.in5525 my $error_count = 0;
5547 $error_count = $fail_count;
5567 $error_count += $fail_count;
5569 return $error_count;
5577 my $error_count = 0;
5599 $error_count = $fail_count;
5618 $error_count += $fail_count;
5620 return $error_count;
5628 my $error_count = 0;
5650 $error_count = $fail_count;
[all …]
/freebsd/usr.bin/top/
H A Dcommands.h16 int error_count(void);
H A Dcommands.c346 error_count(void) in error_count() function
H A Dtop.c835 if (error_count() == 0) in main()
/freebsd/usr.sbin/camdd/
H A Dcamdd.c479 int *error_count);
2235 int *error_count) argument
2248 (*error_count)++;
2300 int retval = 0, num_fetched = 0, error_count = 0; local
2354 error_count++;
2363 camdd_complete_buf(dev, buf, &error_count);
2373 if (error_count > 0)
2391 int error_count = 0, no_resources = 0, double_buf_needed = 0; local
2404 error_count++;
2455 error_count++;
[all …]
/freebsd/contrib/libpcap/pcap/
H A Dusb.h71 int32_t error_count; member
/freebsd/contrib/libpcap/
H A Dpcap-util.c303 uhdr->s.iso.error_count = SWAPLONG(uhdr->s.iso.error_count); in swap_linux_usb_header()
/freebsd/sys/contrib/xen/io/
H A Dusbif.h396 int32_t error_count; /* number of ISO errors */ member
/freebsd/contrib/tcpdump/
H A Dprint-usb.c65 nd_int32_t error_count; member
/freebsd/sys/dev/qat/include/
H A Dicp_qat_fw_init_admin.h138 u16 error_count; member
/freebsd/sys/dev/qat/qat_common/
H A Dadf_freebsd_cnvnr_ctrs_dbg.c127 response.error_count, in qat_cnvnr_ctrs_dbg_read()
/freebsd/sbin/nvmecontrol/
H A Dlogpage.c239 if (letoh(entry->error_count) == 0) { in read_logpage()
246 if (letoh(entry->error_count) == 0) in read_logpage()
259 printf(" Error count: %ju\n", letoh(entry->error_count)); in read_logpage()
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.h329 int error_count; member
512 int error_count; member
H A Dvchiq_core.c920 error_count); in queue_message()
1066 error_count); in queue_message_sync()
1826 VCHIQ_STATS_INC(state, error_count); in parse_rx_slots()
2747 VCHIQ_SERVICE_STATS_INC(service, error_count); in vchiq_open_service_internal()
3151 VCHIQ_STATS_INC(state, error_count); in vchiq_pause_internal()
3168 VCHIQ_STATS_INC(state, error_count); in vchiq_resume_internal()
3474 VCHIQ_SERVICE_STATS_INC(service, error_count); in vchiq_queue_message()
3482 VCHIQ_SERVICE_STATS_INC(service, error_count); in vchiq_queue_message()
3750 state->stats.error_count); in vchiq_dump_state()
3862 service->stats.error_count); in vchiq_dump_service_state()
/freebsd/contrib/blocklist/diff/
H A Dpostfix.diff53 if (state->error_count >= var_smtpd_hard_erlim) {
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dusb.h267 uint16_t error_count; /* (return) number of ISO errors */ member
/freebsd/contrib/unbound/services/
H A Doutside_network.h418 int error_count; member
/freebsd/sys/dev/nvme/
H A Dnvme.h1557 uint64_t error_count; member
2189 s->error_count = le64toh(s->error_count); in nvme_error_information_entry_swapbytes()

12