Home
last modified time | relevance | path

Searched refs:errcount (Results 1 – 5 of 5) sorted by relevance

/trueos/sbin/hastd/
HDproto_common.c97 int errcount = 0; in proto_common_send() local
129 if (errcount == 15) { in proto_common_send()
132 if (errcount == 0) in proto_common_send()
134 errcount++; in proto_common_send()
135 usleep(100000 * errcount); in proto_common_send()
152 if (errcount > 0) { in proto_common_send()
154 errcount, errcount == 1 ? "" : "s"); in proto_common_send()
/trueos/contrib/openbsm/bin/auditdistd/
HDproto_common.c98 int errcount = 0; in proto_common_send() local
130 if (errcount == 15) { in proto_common_send()
133 if (errcount == 0) in proto_common_send()
135 errcount++; in proto_common_send()
136 usleep(100000 * errcount); in proto_common_send()
153 if (errcount > 0) { in proto_common_send()
155 errcount, errcount == 1 ? "" : "s"); in proto_common_send()
/trueos/crypto/openssl/util/
HDmkerr.pl16 my $errcount;
265 ++$errcount;
275 ++$errcount;
306 ++$errcount;
813 if($errcount) {
815 exit $errcount;
/trueos/sbin/dump/
HDoptr.c80 int back, errcount; in query() local
89 errcount = 0; in query()
93 if (++errcount > 30) /* XXX ugly */ in query()
/trueos/contrib/binutils/bfd/
HDelf32-arm.c2892 int errcount; in record_vfp11_erratum_veneer() local
2931 errcount = ++(sec_data->erratumcount); in record_vfp11_erratum_veneer()
3782 int errcount; in bfd_elf32_arm_vfp11_erratum_scan() local
3784 errcount = ++(elf32_arm_section_data (sec)->erratumcount); in bfd_elf32_arm_vfp11_erratum_scan()
9808 int mapcount, errcount; in elf32_arm_write_section() local
9827 errcount = arm_data->erratumcount; in elf32_arm_write_section()
9829 if (errcount != 0) in elf32_arm_write_section()