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

  /src/crypto/external/bsd/heimdal/dist/lib/wind/
wind_err.et 13 error_code OVERRUN, "Buffer overrun"
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
asn1_err.et 15 error_code OVERRUN, "ASN.1 encoding ended unexpectedly"
25 error_code INDEF_OVERRUN, "ASN.1 BER indefinte encoding overrun"
check-common.c 118 case OVERRUN:
146 errx(1, "%s: %s overrun %lu\n", test_name, map_name,
233 data = map_alloc(OVERRUN, NULL, data_size, &data_map);
280 buf2 = map_alloc(OVERRUN, buf, sz, &buf2_map);
386 data = map_alloc(OVERRUN, NULL, data_size, &data_map);
396 buf = map_alloc(OVERRUN, bytes, sz, &buf_map);
check-common.h 89 enum map_type { OVERRUN, UNDERRUN };
check-gen.c 813 buf = map_alloc(OVERRUN, td[i].data, td[i].len, &page);
875 buf = map_alloc(OVERRUN, td[i].data, td[i].len, &page);
935 buf = map_alloc(OVERRUN, td[i].data, td[i].len, &page);
  /src/sys/dev/microcode/aic7xxx/
aic7xxx.reg 331 field OVERRUN 0x80
aic7xxx_reg.h 1184 #define OVERRUN 0x80
aic79xx.reg 1831 field OVERRUN 0x04 /* SCSI Offset overrun detected */
3908 * sync offset, but will overrun this value. Limit
aic79xx_reg.h 2727 #define OVERRUN 0x04
  /src/sys/dev/ic/
aic79xx.c 981 printf("SCB %d Packetized Status Overrun", scbid);
1315 * When the sequencer detects an overrun, it
1320 * no way of knowing how large the overrun was.
1334 printf("data overrun detected %s. Tag == 0x%x.\n",
1516 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO);
1526 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO);
1552 } else if ((status0 & OVERRUN) != 0) {
1553 printf("%s: SCSI offset overrun detected. Resetting bus.\n",
8093 printf("data overrun detected Tag == 0x%x.\n",
  /src/sys/external/bsd/drm2/dist/drm/amd/include/
navi10_enum.h 16141 OVERRUN = 0x00000001,

Completed in 80 milliseconds