Searched refs:check_offset (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/sys/dev/drm/radeon/ |
H A D | radeon_combios.c | 129 uint16_t offset = 0, check_offset; in combios_get_table_offset() local 137 check_offset = 0xc; in combios_get_table_offset() 140 check_offset = 0x14; in combios_get_table_offset() 143 check_offset = 0x2a; in combios_get_table_offset() 146 check_offset = 0x2c; in combios_get_table_offset() 149 check_offset = 0x2e; in combios_get_table_offset() 152 check_offset = 0x30; in combios_get_table_offset() 155 check_offset = 0x32; in combios_get_table_offset() 158 check_offset = 0x34; in combios_get_table_offset() 161 check_offset = 0x36; in combios_get_table_offset() [all …]
|
/dflybsd-src/crypto/openssh/ |
H A D | sshbuf-getput-basic.c | 100 check_offset(const struct sshbuf *buf, int wr, size_t offset, size_t len) in check_offset() function 120 if ((r = check_offset(buf, 0, offset, len)) != 0) in check_roffset() 445 if ((r = check_offset(buf, 1, offset, len)) != 0) in check_woffset()
|