Symbol: error_count
sbin/nvmecontrol/logpage.c
239
if (letoh(entry->error_count) == 0) {
sbin/nvmecontrol/logpage.c
246
if (letoh(entry->error_count) == 0)
sbin/nvmecontrol/logpage.c
259
printf(" Error count: %ju\n", letoh(entry->error_count));
sys/compat/linuxkpi/common/include/linux/usb.h
267
uint16_t error_count; /* (return) number of ISO errors */
sys/dev/mlx5/mlx5_fpga/mlx5fpga_xfer.c
123
xfer_state->error_count);
sys/dev/mlx5/mlx5_fpga/mlx5fpga_xfer.c
135
xfer_state->error_count);
sys/dev/mlx5/mlx5_fpga/mlx5fpga_xfer.c
165
xfer_state->done_count, xfer_state->error_count);
sys/dev/mlx5/mlx5_fpga/mlx5fpga_xfer.c
171
xfer_state->error_count++;
sys/dev/mlx5/mlx5_fpga/mlx5fpga_xfer.c
175
xfer_state->done_count, xfer_state->error_count);
sys/dev/mlx5/mlx5_fpga/mlx5fpga_xfer.c
41
unsigned int error_count;
sys/dev/mlx5/mlx5_ifc.h
9651
u8 error_count[0x4];
sys/dev/nvme/nvme.h
1557
uint64_t error_count;
sys/dev/nvme/nvme.h
2189
s->error_count = le64toh(s->error_count);
sys/dev/qat/include/icp_qat_fw_init_admin.h
138
u16 error_count;
sys/dev/qat/qat_common/adf_freebsd_cnvnr_ctrs_dbg.c
127
response.error_count,
sys/netinet/sctp_asconf.c
1054
net->error_count = 0;
sys/netinet/sctp_asconf.c
1407
net->error_count = 0;
sys/netinet/sctp_indata.c
4144
net->error_count = 0;
sys/netinet/sctp_indata.c
4887
net->error_count = 0;
sys/netinet/sctp_input.c
524
net->error_count = 0;
sys/netinet/sctp_input.c
617
old_error_counter = r_net->error_count;
sys/netinet/sctp_input.c
618
r_net->error_count = 0;
sys/netinet/sctp_structs.h
357
uint16_t error_count;
sys/netinet/sctp_sysctl.c
535
xraddr.error_counter = net->error_count;
sys/netinet/sctp_timer.c
107
(net->error_count > net->pf_threshold)) {
sys/netinet/sctp_timer.c
217
min_errors = mnet->error_count + 1;
sys/netinet/sctp_timer.c
219
} else if (mnet->error_count + 1 < min_errors) {
sys/netinet/sctp_timer.c
220
min_errors = mnet->error_count + 1;
sys/netinet/sctp_timer.c
222
} else if (mnet->error_count + 1 == min_errors
sys/netinet/sctp_timer.c
225
min_errors = mnet->error_count + 1;
sys/netinet/sctp_timer.c
230
min_errors = mnet->error_count;
sys/netinet/sctp_timer.c
232
} else if (mnet->error_count < min_errors) {
sys/netinet/sctp_timer.c
233
min_errors = mnet->error_count;
sys/netinet/sctp_timer.c
235
} else if (mnet->error_count == min_errors
sys/netinet/sctp_timer.c
238
min_errors = mnet->error_count;
sys/netinet/sctp_timer.c
92
net->error_count++;
sys/netinet/sctp_timer.c
94
(void *)net, net->error_count,
sys/netinet/sctp_timer.c
96
if (net->error_count > net->failure_threshold) {
sys/netinet/sctp_usrreq.c
5373
if (net->error_count > paddrp->spp_pathmaxrxt) {
sys/netinet/sctp_usrreq.c
5377
if ((net->error_count <= paddrp->spp_pathmaxrxt) &&
sys/netinet/sctp_usrreq.c
5378
(net->error_count > net->pf_threshold)) {
sys/netinet/sctp_usrreq.c
5388
if (net->error_count > paddrp->spp_pathmaxrxt) {
sys/netinet/sctp_usrreq.c
5393
if (net->error_count <= paddrp->spp_pathmaxrxt) {
sys/netinet/sctp_usrreq.c
5418
if (net->error_count > paddrp->spp_pathmaxrxt) {
sys/netinet/sctp_usrreq.c
5422
if ((net->error_count <= paddrp->spp_pathmaxrxt) &&
sys/netinet/sctp_usrreq.c
5423
(net->error_count > net->pf_threshold)) {
sys/netinet/sctp_usrreq.c
5433
if (net->error_count > paddrp->spp_pathmaxrxt) {
sys/netinet/sctp_usrreq.c
5438
if (net->error_count <= paddrp->spp_pathmaxrxt) {
sys/netinet/sctp_usrreq.c
6382
if ((net->error_count > net->failure_threshold) ||
sys/netinet/sctp_usrreq.c
6383
(net->error_count <= net->pf_threshold)) {
sys/netinet/sctp_usrreq.c
6387
if ((net->error_count > net->pf_threshold) &&
sys/netinet/sctp_usrreq.c
6388
(net->error_count <= net->failure_threshold)) {
sys/netinet/sctp_usrreq.c
6398
if (net->error_count > net->failure_threshold) {
sys/netinet/sctp_usrreq.c
6403
if (net->error_count <= net->failure_threshold) {
sys/netinet/sctp_usrreq.c
6413
if ((net->error_count > net->failure_threshold) ||
sys/netinet/sctp_usrreq.c
6414
(net->error_count <= net->pf_threshold)) {
sys/netinet/sctp_usrreq.c
6418
if ((net->error_count > net->pf_threshold) &&
sys/netinet/sctp_usrreq.c
6419
(net->error_count <= net->failure_threshold)) {
sys/netinet/sctp_usrreq.c
6429
if (net->error_count > net->failure_threshold) {
sys/netinet/sctp_usrreq.c
6434
if (net->error_count <= net->failure_threshold) {
sys/netinet/sctp_var.h
313
#define SCTP_NET_IS_PF(_net) (_net->pf_threshold < _net->error_count)
usr.bin/top/commands.h
16
int error_count(void);
usr.bin/top/top.c
835
if (error_count() == 0)
usr.sbin/camdd/camdd.c
2235
int *error_count)
usr.sbin/camdd/camdd.c
2248
(*error_count)++;
usr.sbin/camdd/camdd.c
2300
int retval = 0, num_fetched = 0, error_count = 0;
usr.sbin/camdd/camdd.c
2354
error_count++;
usr.sbin/camdd/camdd.c
2363
camdd_complete_buf(dev, buf, &error_count);
usr.sbin/camdd/camdd.c
2373
if (error_count > 0)
usr.sbin/camdd/camdd.c
2391
int error_count = 0, no_resources = 0, double_buf_needed = 0;
usr.sbin/camdd/camdd.c
2404
error_count++;
usr.sbin/camdd/camdd.c
2455
error_count++;
usr.sbin/camdd/camdd.c
2529
error_count++;
usr.sbin/camdd/camdd.c
2565
error_count++;
usr.sbin/camdd/camdd.c
2582
camdd_complete_buf(dev, buf, &error_count);
usr.sbin/camdd/camdd.c
2585
if (error_count != 0)
usr.sbin/camdd/camdd.c
479
int *error_count);