Home
last modified time | relevance | path

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

12345678

/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Drescoff.c100 static void overrun (const struct coff_file_info *, const char *);
176 overrun (const struct coff_file_info *flaginfo, const char *msg) in overrun() function
199 overrun (flaginfo, _("Resources nest too deep")); in read_coff_res_dir()
202 overrun (flaginfo, _("directory")); in read_coff_res_dir()
230 overrun (flaginfo, _("named directory entry")); in read_coff_res_dir()
239 overrun (flaginfo, _("directory entry name")); in read_coff_res_dir()
253 overrun (flaginfo, _("resource name")); in read_coff_res_dir()
264 overrun (flaginfo, _("named subdirectory")); in read_coff_res_dir()
272 overrun (flaginfo, _("named resource")); in read_coff_res_dir()
287 overrun (flaginfo, _("ID directory entry")); in read_coff_res_dir()
[all …]
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Drescoff.c100 static void overrun (const struct coff_file_info *, const char *);
176 overrun (const struct coff_file_info *flaginfo, const char *msg) in overrun() function
199 overrun (flaginfo, _("Resources nest too deep")); in read_coff_res_dir()
202 overrun (flaginfo, _("directory")); in read_coff_res_dir()
230 overrun (flaginfo, _("named directory entry")); in read_coff_res_dir()
239 overrun (flaginfo, _("directory entry name")); in read_coff_res_dir()
253 overrun (flaginfo, _("resource name")); in read_coff_res_dir()
264 overrun (flaginfo, _("named subdirectory")); in read_coff_res_dir()
272 overrun (flaginfo, _("named resource")); in read_coff_res_dir()
287 overrun (flaginfo, _("ID directory entry")); in read_coff_res_dir()
[all …]
/netbsd-src/external/bsd/ntp/dist/util/
H A Dntptime.c429 goto overrun; in sprintb()
435 goto overrun; in sprintb()
444 goto overrun; in sprintb()
449 overrun: in sprintb()
/netbsd-src/sys/external/bsd/acpica/dist/generate/lint/
H A Doptions.lnt36 -emacro( (662), ACPI_ADD_PTR ) // allow pointer overrun for dynamic structs
37 -emacro( (797), ACPI_ADD_PTR ) // allow pointer overrun for dynamic structs
81 -e662 // Allow "pointer overrun" for dynamic structures
/netbsd-src/sys/arch/mips/mips/
H A Dvm_machdep.c366 goto overrun; in kvtophys()
370 goto overrun; in kvtophys()
382 overrun: in kvtophys()
/netbsd-src/sys/arch/sparc64/sparc64/
H A Dbsd_fdintr.s119 btst NE7_NDM, %l7 ! overrun?
127 bz resultphase ! overrun/underrun
203 cmp R_stcnt, FDC_NSTATUS ! status overrun?
/netbsd-src/external/bsd/ntp/dist/sntp/unity/
H A Dunity_fixture.c225 int overrun = isOverrun(mem);//strcmp(&memAsChar[guard->size], end) != 0; in unity_free() local
227 if (overrun) in unity_free()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/
H A Dwind_err.et13 error_code OVERRUN, "Buffer overrun"
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dasn1_err.et25 error_code INDEF_OVERRUN, "ASN.1 BER indefinte encoding overrun"
/netbsd-src/crypto/external/bsd/heimdal/dist/po/heim_com_err-969269760/
H A Dheim_com_err-969269760.pot30 msgid "Buffer overrun"
/netbsd-src/sys/dev/dec/
H A Ddz.c262 int overrun = 0; in dzrint() local
288 if ((c & DZ_RBUF_OVERRUN_ERR) && overrun == 0) { in dzrint()
291 overrun = 1; in dzrint()
/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daic79xx.seq1471 * some overrun bytes into the data FIFO and acked them
1477 * an overrun.
1488 * data overrun.
1735 * overrun condition. For the write case, the hardware cannot
1738 * not sitting on a packet boundary, we are in an overrun
1740 * ack bytes into the FIFO, and may even ack the last overrun packet
1742 * a read overrun case.
1818 * Check for overrun and see if we can complete this command.
1829 * no overrun condition has occurred.
1836 * A sufficiently large overrun or a NONPACKREQ may
[all …]
/netbsd-src/sys/dev/qbus/
H A Ddhu.c323 int overrun = 0; in dhurint() local
371 if ((c & DHU_RBUF_OVERRUN_ERR) && overrun == 0) { in dhurint()
374 overrun = 1; in dhurint()
/netbsd-src/sys/arch/vax/uba/
H A Dqvaux.c400 int overrun = 0; in qvauxrint() local
441 if ((stat[line] & SR_OVERRUN) && overrun == 0) { // ? in qvauxrint()
444 overrun = 1; in qvauxrint()
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dtimer.rst65 time-slice overrun.
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/otp/
H A DChangeLog123 * otp_db.c (otp_put): make sure we don't overrun `buf'
/netbsd-src/sys/arch/i386/stand/lib/
H A Dbios_disk.S127 and $0xf, %bx # and min offset - to avoid overrun
/netbsd-src/external/bsd/atf/dist/tools/
H A Datf-report_test.sh175 expect_helpers:timeout_and_hang: Will overrun
/netbsd-src/sys/arch/sparc/sparc/
H A Dbsd_fdintr.s295 cmp R_stcnt, FDC_NSTATUS ! status overrun?
/netbsd-src/usr.sbin/sysinst/
H A Dbsddisklabel.c162 bool overrun; in set_pset_exit_str() local
166 overrun = free_space < 0; in set_pset_exit_str()
167 if (overrun) in set_pset_exit_str()
174 msg_string(overrun ? MSG_fssizesbad : MSG_fssizesok), in set_pset_exit_str()
/netbsd-src/sys/dev/pci/
H A Dif_iwnreg.h1328 uint32_t overrun; member
1366 uint32_t overrun; member
/netbsd-src/external/gpl3/binutils/dist/config/
H A Diconv.m4136 /* Test against AIX 6.1..7.1 bug: Buffer overrun. */
/netbsd-src/external/bsd/mdocml/dist/
H A DNEWS528 * Fix a potential write buffer overrun on incomplete string conditionals.
530 * Fix a potential write buffer overrun on backslash at EOF in a conditional.
563 * tbl(7): Fix a read buffer overrun on 'f' at EOL in a layout.
564 * roff(7): Fix a read buffer overrun on incomplete numerical conditions.
668 * Fix read buffer overrun sometimes triggered by trailing whitespace.
669 * Fix read buffer overrun triggered by certain invalid \H sequences.
/netbsd-src/sys/ufs/lfs/
H A DCHANGES114 cleaner, including a buffer overrun, and lost extensions in active
/netbsd-src/external/lgpl3/gmp/dist/
H A DNEWS327 * A possible buffer overrun in mpz_ior has been fixed.
440 safely, plugging a one-word buffer overrun introduced in the 5.0.3 release
441 (for non-fat) and a multi-word buffer overrun that existed since 5.0 (for

12345678