Home
last modified time | relevance | path

Searched refs:check_offset (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_combios.c240 check_offset = in combios_get_table_offset()
245 check_offset = RBIOS16(check_offset + 0x3); in combios_get_table_offset()
257 check_offset = RBIOS16(check_offset + 0x5); in combios_get_table_offset()
269 check_offset = RBIOS16(check_offset + 0x7); in combios_get_table_offset()
281 check_offset = RBIOS16(check_offset + 0x9); in combios_get_table_offset()
301 check_offset = RBIOS16(check_offset + 0x11); in combios_get_table_offset()
310 check_offset = RBIOS16(check_offset + 0x13); in combios_get_table_offset()
319 check_offset = RBIOS16(check_offset + 0x15); in combios_get_table_offset()
328 check_offset = RBIOS16(check_offset + 0x17); in combios_get_table_offset()
337 check_offset = RBIOS16(check_offset + 0x2); in combios_get_table_offset()
[all …]
/dragonfly/crypto/openssh/
H A Dsshbuf-getput-basic.c100 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()