Home
last modified time | relevance | path

Searched refs:OVERRUN (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/heimdal/lib/asn1/
H A Dcheck-common.c120 case OVERRUN: in map_alloc()
235 data = map_alloc(OVERRUN, NULL, data_size, &data_map); in generic_test()
282 buf2 = map_alloc(OVERRUN, buf, sz, &buf2_map); in generic_test()
388 data = map_alloc(OVERRUN, NULL, data_size, &data_map); in generic_decode_fail()
398 buf = map_alloc(OVERRUN, bytes, sz, &buf_map); in generic_decode_fail()
H A Dcheck-common.h69 enum map_type { OVERRUN, UNDERRUN }; enumerator
H A Dasn1_err.et15 error_code OVERRUN, "ASN.1 encoding ended unexpectedly"
H A Dcheck-gen.c740 buf = map_alloc(OVERRUN, td[i].data, td[i].len, &page); in check_tag_length()
796 buf = map_alloc(OVERRUN, td[i].data, td[i].len, &page); in test_choice()
855 buf = map_alloc(OVERRUN, td[i].data, td[i].len, &page); in test_implicit()
H A DChangeLog1238 * check-common.c: export the map_ functions for OVERRUN/UNDERRUN
1241 * check-common.h: export the map_ functions for OVERRUN/UNDERRUN
/freebsd/crypto/heimdal/lib/wind/
H A Dwind_err.et13 error_code OVERRUN, "Buffer overrun"
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx_reg.h1176 #define OVERRUN 0x80 macro
H A Daic7xxx.reg329 field OVERRUN 0x80
H A Daic79xx.c1538 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint()
1548 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint()
1571 } else if ((status0 & OVERRUN) != 0) { in ahd_handle_scsiint()
H A Daic79xx_reg.h2761 #define OVERRUN 0x04 macro
H A Daic79xx.reg1820 field OVERRUN 0x04 /* SCSI Offset overrun detected */