Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_combios.c254 check_offset = in combios_get_table_offset()
259 check_offset = RBIOS16(check_offset + 0x3); in combios_get_table_offset()
271 check_offset = RBIOS16(check_offset + 0x5); in combios_get_table_offset()
283 check_offset = RBIOS16(check_offset + 0x7); in combios_get_table_offset()
295 check_offset = RBIOS16(check_offset + 0x9); in combios_get_table_offset()
315 check_offset = RBIOS16(check_offset + 0x11); in combios_get_table_offset()
324 check_offset = RBIOS16(check_offset + 0x13); in combios_get_table_offset()
333 check_offset = RBIOS16(check_offset + 0x15); in combios_get_table_offset()
342 check_offset = RBIOS16(check_offset + 0x17); in combios_get_table_offset()
351 check_offset = RBIOS16(check_offset + 0x2); in combios_get_table_offset()
[all …]
/netbsd/crypto/external/bsd/openssh/dist/
H A Dsshbuf-getput-basic.c98 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()