Home
last modified time | relevance | path

Searched refs:overrun (Results 1 – 25 of 69) sorted by relevance

123

/freebsd-12-stable/contrib/binutils/binutils/
Drescoff.c101 static void overrun (const struct coff_file_info *, const char *);
171 overrun (const struct coff_file_info *finfo, const char *msg) in overrun() function
190 overrun (finfo, _("directory")); in read_coff_res_dir()
218 overrun (finfo, _("named directory entry")); in read_coff_res_dir()
227 overrun (finfo, _("directory entry name")); in read_coff_res_dir()
247 overrun (finfo, _("named subdirectory")); in read_coff_res_dir()
255 overrun (finfo, _("named resource")); in read_coff_res_dir()
270 overrun (finfo, _("ID directory entry")); in read_coff_res_dir()
287 overrun (finfo, _("ID subdirectory")); in read_coff_res_dir()
295 overrun (finfo, _("ID resource")); in read_coff_res_dir()
[all …]
/freebsd-12-stable/contrib/ntp/util/
Dntptime.c427 goto overrun; in sprintb()
433 goto overrun; in sprintb()
442 goto overrun; in sprintb()
447 overrun: in sprintb()
/freebsd-12-stable/contrib/ntp/sntp/unity/
Dunity_fixture.c223 int overrun = isOverrun(mem);//strcmp(&memAsChar[guard->size], end) != 0; in unity_free() local
225 if (overrun) in unity_free()
/freebsd-12-stable/tools/tools/iwn/iwnstats/
Dmain.c85 le32toh(rxphy->overrun), in iwn_stats_phy_print()
199 le32toh(ht->overrun), in iwn_stats_ht_phy_print()
/freebsd-12-stable/crypto/heimdal/lib/wind/
Dwind_err.et13 error_code OVERRUN, "Buffer overrun"
/freebsd-12-stable/crypto/heimdal/lib/asn1/
Dasn1_err.et25 error_code INDEF_OVERRUN, "ASN.1 BER indefinte encoding overrun"
DChangeLog97 * gen_decode.c: Check for multipication overrun.
1394 * gen_decode.c: add checks for data overrun when encoding
/freebsd-12-stable/lib/librt/
Dtimer.c69 typedef void (*timer_func)(union sigval val, int overrun);
/freebsd-12-stable/sys/dev/ce/
Dceddk.h93 unsigned long overrun; member
Dceddk.c243 c->overrun++; in ce_on_receive()
692 c->overrun++; in ce_error_callback()
Dif_ce.c1388 st->ierrs = c->overrun + c->frame + c->crc; in ce_ioctl()
1482 c->overrun = 0; in ce_ioctl()
2094 c->ipkts, c->overrun + c->frame + c->crc,
/freebsd-12-stable/sys/dev/aic7xxx/
Daic79xx.seq1718 * some overrun bytes into the data FIFO and acked them
1724 * an overrun.
1735 * data overrun.
1982 * overrun condition. For the write case, the hardware cannot
1985 * not sitting on a packet boundary, we are in an overrun
1987 * ack bytes into the FIFO, and may even ack the last overrun packet
1989 * a read overrun case.
2064 * Check for overrun and see if we can complete this command.
2074 * no overrun condition has occurred.
2081 * A sufficiently large overrun or a NONPACKREQ may
[all …]
Daic7xxx.seq1046 * have already transferred some overrun bytes into
1057 * clocks before calling this an overrun.
1262 * we should only loop if there is a data overrun. For
1264 * is loaded as well as if there is an overrun.
Daic79xx.reg1822 field OVERRUN 0x04 /* SCSI Offset overrun detected */
3945 * sync offset, but will overrun this value. Limit
/freebsd-12-stable/sys/dev/cp/
Dcpddk.h155 unsigned long overrun; /* input overrun errors */ member
Dif_cp.c1125 st->ierrs = c->overrun + c->frame + c->crc; in cp_ioctl()
1209 c->overrun = 0; in cp_ioctl()
1874 c->ipkts, c->overrun + c->frame + c->crc, in print_stats()
/freebsd-12-stable/sys/geom/
Dnotes101 type code to not trivially overrun these boundaries.
/freebsd-12-stable/crypto/heimdal/
DNEWS365 * Fix possible buffer overrun in v4 kadmin (which now defaults to off)
475 * fix buffer overrun in telnetd
541 * fix buffer overrun in ftpd
/freebsd-12-stable/sys/dev/iwn/
Dif_iwnreg.h1591 uint32_t overrun; member
1629 uint32_t overrun; member
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/utf8proc/
DNEWS.md58 - Buffer overrun fix ([#66]).
/freebsd-12-stable/sys/dev/wpi/
Dif_wpireg.h742 uint32_t overrun; member
/freebsd-12-stable/contrib/mandoc/
DNEWS727 * Fix a potential write buffer overrun on incomplete string conditionals.
729 * Fix a potential write buffer overrun on backslash at EOF in a conditional.
762 * tbl(7): Fix a read buffer overrun on 'f' at EOL in a layout.
763 * roff(7): Fix a read buffer overrun on incomplete numerical conditions.
867 * Fix read buffer overrun sometimes triggered by trailing whitespace.
868 * Fix read buffer overrun triggered by certain invalid \H sequences.
/freebsd-12-stable/crypto/heimdal/appl/ftp/
DChangeLog8 integer overrun.
380 * ftp/ftp.c: fix buffer overrun when receiving long replies
/freebsd-12-stable/contrib/ntp/
DChangeLog569 * [Bug 3059] Potential buffer overrun from oversized hash <perlinger@ntp.org>
789 * [Bug 2919] TALOS-CAN-0063: avoid buffer overrun in ntpq. perlinger@ntp.org
1246 * [Sec 2630] buffer overrun in ntpq tokenize().
2022 * [Bug 2066] from 4.2.6p5-RC2: ntpq lopeers ipv6 "local" column overrun.
2199 (CID 159, apparent overrun due to union, actually correct).
2231 to static analysis that there is no buffer overrun (CID 402).
3274 * [Bug 2066] ntpq lopeers ipv6 "local" column overrun.
3728 * CID 105, 106 ensure ntpdc arrays are not overrun even if callers
4032 * [Bug 1208] decodenetnum() buffer overrun on [ with no ]
4690 * [Bug 982] ntpdate(and ntptimeset) buffer overrun if HAVE_POLL_H isn't set
/freebsd-12-stable/contrib/one-true-awk/
DFIXES512 cranked up size of NCHARS; coverity thinks it can be overrun with
514 to catch places where it might overrun. the RE code is still fragile.

123