Searched refs:check_offset (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/ |
| H A D | radeon_combios.c | 143 uint16_t offset = 0, check_offset; in combios_get_table_offset() local 151 check_offset = 0xc; in combios_get_table_offset() 154 check_offset = 0x14; in combios_get_table_offset() 157 check_offset = 0x2a; in combios_get_table_offset() 160 check_offset = 0x2c; in combios_get_table_offset() 163 check_offset = 0x2e; in combios_get_table_offset() 166 check_offset = 0x30; in combios_get_table_offset() 169 check_offset = 0x32; in combios_get_table_offset() 172 check_offset = 0x34; in combios_get_table_offset() 175 check_offset = 0x36; in combios_get_table_offset() [all …]
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | sshbuf-getput-basic.c | 98 check_offset(const struct sshbuf *buf, int wr, size_t offset, size_t len) in check_offset() function 118 if ((r = check_offset(buf, 0, offset, len)) != 0) in check_roffset() 443 if ((r = check_offset(buf, 1, offset, len)) != 0) in check_woffset()
|