Searched refs:error_count (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-10-stable/usr.bin/ldd/
H A Dextern.h29 extern int error_count;
H A Dsods.c92 int error_count; variable
141 return error_count == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
175 ++error_count;
181 ++error_count;
187 ++error_count;
194 ++error_count;
205 ++error_count;
219 ++error_count;
H A Dldd.c178 exit(error_count == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
/freebsd-10-stable/contrib/top/
H A Dcommands.h18 int error_count(void);
H A Dcommands.c351 * error_count() - return the number of errors currently logged.
355 error_count() function
H A Dtop.c869 if (error_count() == 0)
/freebsd-10-stable/contrib/libpcap/pcap/
H A Dusb.h71 int32_t error_count; member in struct:_iso_rec
/freebsd-10-stable/sys/xen/interface/io/
H A Dusbif.h126 int32_t error_count; /* number of ISO errors */ member in struct:usbif_urb_response
/freebsd-10-stable/usr.bin/unzip/
H A Dunzip.c836 int error_count; local
838 error_count = 0;
847 ++error_count;
855 return error_count;
869 uintmax_t total_size, file_count, error_count; local
891 error_count = 0;
899 error_count += test(a, e);
932 if (error_count > 0) {
933 errorx("%d checksum error(s) found.", error_count);
/freebsd-10-stable/sbin/nvmecontrol/
H A Dlogpage.c97 if (entry->error_count == 0) {
104 if (entry->error_count == 0)
110 printf(" Error count: %ju\n", entry->error_count);
/freebsd-10-stable/sys/netinet/
H A Dsctp_timer.c93 net->error_count++;
95 (void *)net, net->error_count,
97 if (net->error_count > net->failure_threshold) {
108 (net->error_count > net->pf_threshold)) {
223 min_errors = mnet->error_count + 1;
225 } else if (mnet->error_count + 1 < min_errors) {
226 min_errors = mnet->error_count + 1;
228 } else if (mnet->error_count + 1 == min_errors
231 min_errors = mnet->error_count + 1;
236 min_errors = mnet->error_count;
[all...]
H A Dsctp_usrreq.c5323 if (net->error_count > paddrp->spp_pathmaxrxt) {
5327 if ((net->error_count <= paddrp->spp_pathmaxrxt) &&
5328 (net->error_count > net->pf_threshold)) {
5338 if (net->error_count > paddrp->spp_pathmaxrxt) {
5343 if (net->error_count <= paddrp->spp_pathmaxrxt) {
5368 if (net->error_count > paddrp->spp_pathmaxrxt) {
5372 if ((net->error_count <= paddrp->spp_pathmaxrxt) &&
5373 (net->error_count > net->pf_threshold)) {
5383 if (net->error_count > paddrp->spp_pathmaxrxt) {
5388 if (net->error_count <
[all...]
H A Dsctp_var.h315 #define SCTP_NET_IS_PF(_net) (_net->pf_threshold < _net->error_count)
H A Dsctp_structs.h342 uint16_t error_count; member in struct:sctp_nets
/freebsd-10-stable/contrib/binutils/gas/
H A Dmessages.c97 static int error_count; variable
102 return error_count;
259 ++error_count;
/freebsd-10-stable/contrib/gcclibs/libiberty/testsuite/
H A Dtest-pexecute.c102 static int error_count; variable
128 ++error_count;
434 fprintf (stderr, "Exiting with status %d\n", error_count);
436 return error_count;
/freebsd-10-stable/contrib/libpcap/
H A Dpcap-common.c1105 offset += 4; /* skip past s.iso.error_count */
1108 uhdr->s.iso.error_count = SWAPLONG(uhdr->s.iso.error_count);
/freebsd-10-stable/contrib/binutils/ld/
H A Dldmain.c1322 static unsigned int error_count;
1350 ++error_count;
1353 error_count = 0;
1361 if (error_count < MAX_ERRORS_IN_A_ROW)
1370 else if (error_count == MAX_ERRORS_IN_A_ROW)
1384 if (error_count < MAX_ERRORS_IN_A_ROW)
1393 else if (error_count == MAX_ERRORS_IN_A_ROW)
1320 static unsigned int error_count; local
/freebsd-10-stable/usr.sbin/camdd/
H A Dcamdd.c493 int *error_count);
2050 int *error_count)
2063 (*error_count)++;
2115 int retval = 0, num_fetched = 0, error_count = 0; local
2158 error_count++;
2167 camdd_complete_buf(dev, buf, &error_count);
2177 if (error_count > 0)
2195 int error_count = 0, no_resources = 0, double_buf_needed = 0; local
2208 error_count++;
2259 error_count
2049 camdd_complete_buf(struct camdd_dev *dev, struct camdd_buf *buf, int *error_count) argument
[all...]
/freebsd-10-stable/lib/libkse/test/
H A Dmutex_d.c170 static int error_count = 0, pass_count = 0, total = 0; variable
208 error_count = error_count + 1;
1535 total, pass_count, error_count);
1554 if (error_count != 0)
/freebsd-10-stable/contrib/gcc/
H A Dgenrecog.c172 static int error_count; variable
291 error_count++;
312 error_count ++;
337 error_count++;
355 error_count++;
660 error_count++;
721 error_count++;
729 error_count++;
808 error_count++;
853 error_count
[all...]
H A Dgcc.c266 static int error_count = 0; variable
4327 error_count++;
6704 error_count++;
6768 error_count++;
6790 if (error_count == 0)
6796 error_count++;
6807 if (num_linker_inputs > 0 && error_count == 0)
6825 error_count = 1;
6832 if (! linker_was_run && error_count == 0)
6840 if (error_count)
[all...]
/freebsd-10-stable/sys/dev/usb/
H A Dusb_compat_linux.h259 uint16_t error_count; /* (return) number of ISO errors */ member in struct:urb
/freebsd-10-stable/sys/dev/nvme/
H A Dnvme.h644 uint64_t error_count; member in struct:nvme_error_information_entry
/freebsd-10-stable/contrib/gcc/cp/
H A Dmethod.c753 int error_count = errorcount;
816 if (error_count != errorcount || warning_count != warningcount)
751 int error_count = errorcount; local

Completed in 215 milliseconds

12