Searched refs:OVERRUN (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | check-common.c | 120 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 D | check-common.h | 69 enum map_type { OVERRUN, UNDERRUN }; enumerator
|
H A D | asn1_err.et | 15 error_code OVERRUN, "ASN.1 encoding ended unexpectedly"
|
H A D | check-gen.c | 740 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 D | ChangeLog | 1238 * 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 D | wind_err.et | 13 error_code OVERRUN, "Buffer overrun"
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx_reg.h | 1176 #define OVERRUN 0x80 macro
|
H A D | aic7xxx.reg | 329 field OVERRUN 0x80
|
H A D | aic79xx.c | 1538 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 D | aic79xx_reg.h | 2761 #define OVERRUN 0x04 macro
|
H A D | aic79xx.reg | 1820 field OVERRUN 0x04 /* SCSI Offset overrun detected */
|