Home
last modified time | relevance | path

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

12

/freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_block_size_histogram.ksh213 let error_count=0
241 ((error_count++))
248 if [ ${error_count} -eq 1 ]; then
249 log_note "hctp: There was ${error_count} error"
251 log_note "hctp:There were a total of ${error_count} errors"
/freebsd-14.2/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-14.2/contrib/libarchive/unzip/
H A Dbsdunzip.c913 int error_count; in test() local
915 error_count = 0; in test()
924 ++error_count; in test()
932 return error_count; in test()
975 uintmax_t total_size, file_count, error_count; in unzip() local
1007 error_count = 0; in unzip()
1015 error_count += test(a, e); in unzip()
1052 if (error_count > 0) { in unzip()
1053 errorx("%ju checksum error(s) found.", error_count); in unzip()
/freebsd-14.2/sys/netinet/
H A Dsctp_timer.c94 net->error_count++; in sctp_threshold_management()
96 (void *)net, net->error_count, in sctp_threshold_management()
98 if (net->error_count > net->failure_threshold) { in sctp_threshold_management()
109 (net->error_count > net->pf_threshold)) { in sctp_threshold_management()
219 min_errors = mnet->error_count + 1; in sctp_find_alternate_net()
222 min_errors = mnet->error_count + 1; in sctp_find_alternate_net()
227 min_errors = mnet->error_count + 1; in sctp_find_alternate_net()
232 min_errors = mnet->error_count; in sctp_find_alternate_net()
235 min_errors = mnet->error_count; in sctp_find_alternate_net()
237 } else if (mnet->error_count == min_errors in sctp_find_alternate_net()
[all …]
H A Dsctp_usrreq.c5378 if (net->error_count > paddrp->spp_pathmaxrxt) {
5383 (net->error_count > net->pf_threshold)) {
5393 if (net->error_count > paddrp->spp_pathmaxrxt) {
5428 (net->error_count > net->pf_threshold)) {
6388 (net->error_count <= net->pf_threshold)) {
6392 if ((net->error_count > net->pf_threshold) &&
6403 if (net->error_count > net->failure_threshold) {
6408 if (net->error_count <= net->failure_threshold) {
6419 (net->error_count <= net->pf_threshold)) {
6423 if ((net->error_count > net->pf_threshold) &&
[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
H A Dsctp_sysctl.c531 xraddr.error_counter = net->error_count; in sctp_sysctl_handle_assoclist()
H A Dsctp_asconf.c1054 net->error_count = 0; in sctp_net_immediate_retrans()
1407 net->error_count = 0; in sctp_asconf_queue_add()
/freebsd-14.2/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.c842 if (error_count() == 0) in main()
/freebsd-14.2/contrib/libpcap/pcap/
H A Dusb.h71 int32_t error_count; member
/freebsd-14.2/usr.sbin/camdd/
H A Dcamdd.c479 int *error_count);
2235 int *error_count) argument
2248 (*error_count)++;
2354 error_count++;
2363 camdd_complete_buf(dev, buf, &error_count);
2373 if (error_count > 0)
2404 error_count++;
2455 error_count++;
2529 error_count++;
2565 error_count++;
[all …]
/freebsd-14.2/contrib/libpcap/
H A Dpcap-util.c303 uhdr->s.iso.error_count = SWAPLONG(uhdr->s.iso.error_count); in swap_linux_usb_header()
/freebsd-14.2/sys/contrib/xen/io/
H A Dusbif.h396 int32_t error_count; /* number of ISO errors */ member
/freebsd-14.2/sys/dev/qat/qat_common/
H A Dadf_freebsd_cnvnr_ctrs_dbg.c122 response.error_count, in qat_cnvnr_ctrs_dbg_read()
/freebsd-14.2/contrib/tcpdump/
H A Dprint-usb.c65 nd_int32_t error_count; member
/freebsd-14.2/sys/dev/qat/include/
H A Dicp_qat_fw_init_admin.h135 u16 error_count; member
/freebsd-14.2/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.h320 int error_count; member
503 int error_count; member
H A Dvchiq_core.c908 error_count); in queue_message()
1054 error_count); in queue_message_sync()
1817 VCHIQ_STATS_INC(state, error_count); in parse_rx_slots()
2728 VCHIQ_SERVICE_STATS_INC(service, error_count); in vchiq_open_service_internal()
3132 VCHIQ_STATS_INC(state, error_count); in vchiq_pause_internal()
3149 VCHIQ_STATS_INC(state, error_count); in vchiq_resume_internal()
3455 VCHIQ_SERVICE_STATS_INC(service, error_count); in vchiq_queue_message()
3463 VCHIQ_SERVICE_STATS_INC(service, error_count); in vchiq_queue_message()
3732 state->stats.error_count); in vchiq_dump_state()
3844 service->stats.error_count); in vchiq_dump_service_state()
/freebsd-14.2/sbin/nvmecontrol/
H A Dlogpage.c240 if (letoh(entry->error_count) == 0) { in print_log_error()
247 if (letoh(entry->error_count) == 0) in print_log_error()
260 printf(" Error count: %ju\n", letoh(entry->error_count)); in print_log_error()
/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dusb.h267 uint16_t error_count; /* (return) number of ISO errors */ member
/freebsd-14.2/contrib/unbound/services/
H A Doutside_network.h418 int error_count; member
/freebsd-14.2/sys/dev/nvme/
H A Dnvme.h1524 uint64_t error_count; member
2119 s->error_count = le64toh(s->error_count); in nvme_error_information_entry_swapbytes()

12