HomeSort by: relevance | last modified time | path
    Searched refs:overrun (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/sparc64/sparc64/
bsd_fdintr.s 119 btst NE7_NDM, %l7 ! overrun?
127 bz resultphase ! overrun/underrun
203 cmp R_stcnt, FDC_NSTATUS ! status overrun?
  /src/sys/arch/mips/mips/
vm_machdep.c 366 goto overrun;
370 goto overrun;
382 overrun:
  /src/sys/dev/dec/
dz.c 262 int overrun = 0; local in function:dzrint
288 if ((c & DZ_RBUF_OVERRUN_ERR) && overrun == 0) {
291 overrun = 1;
  /src/sys/arch/i386/stand/lib/
bios_disk.S 127 and $0xf, %bx # and min offset - to avoid overrun
  /src/sys/arch/vax/uba/
qvaux.c 400 int overrun = 0; local in function:qvauxrint
441 if ((stat[line] & SR_OVERRUN) && overrun == 0) { // ?
444 overrun = 1;
  /src/sys/dev/qbus/
dhu.c 323 int overrun = 0; local in function:dhurint
371 if ((c & DHU_RBUF_OVERRUN_ERR) && overrun == 0) {
374 overrun = 1;
  /src/sys/arch/sparc/sparc/
bsd_fdintr.s 230 !! panic("fdc: overrun")
295 cmp R_stcnt, FDC_NSTATUS ! status overrun?
330 .asciz "fdc: overrun"
  /src/usr.sbin/sysinst/
bsddisklabel.c 162 bool overrun; local in function:set_pset_exit_str
166 overrun = free_space < 0;
167 if (overrun)
174 msg_string(overrun ? MSG_fssizesbad : MSG_fssizesok),
  /src/sys/dev/pci/
if_iwnreg.h 1328 uint32_t overrun; member in struct:iwn_rx_phy_stats
1366 uint32_t overrun; member in struct:iwn_rx_ht_phy_stats
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 1682 # (any single argument exceeding 2000 bytes causes a buffer overrun

Completed in 25 milliseconds