Symbol: readb
crypto/openssl/crypto/bio/bss_dgram_pair.c
1058
struct bio_dgram_pair_st *b = bio->ptr, *readb;
crypto/openssl/crypto/bio/bss_dgram_pair.c
1072
readb = b->peer->ptr;
crypto/openssl/crypto/bio/bss_dgram_pair.c
1074
readb = b;
crypto/openssl/crypto/bio/bss_dgram_pair.c
1076
if (CRYPTO_THREAD_write_lock(readb->lock) == 0) {
crypto/openssl/crypto/bio/bss_dgram_pair.c
1104
CRYPTO_THREAD_unlock(readb->lock);
crypto/openssl/crypto/bio/bss_dgram_pair.c
1222
struct bio_dgram_pair_st *b = bio->ptr, *readb;
crypto/openssl/crypto/bio/bss_dgram_pair.c
1241
readb = b->peer->ptr;
crypto/openssl/crypto/bio/bss_dgram_pair.c
1243
readb = b;
crypto/openssl/crypto/bio/bss_dgram_pair.c
1244
if (peer != NULL && (readb->cap & BIO_DGRAM_CAP_HANDLES_DST_ADDR) == 0)
crypto/openssl/crypto/bio/bss_dgram_pair.c
495
struct bio_dgram_pair_st *b = bio->ptr, *readb;
crypto/openssl/crypto/bio/bss_dgram_pair.c
503
readb = b->peer->ptr;
crypto/openssl/crypto/bio/bss_dgram_pair.c
505
readb = b;
crypto/openssl/crypto/bio/bss_dgram_pair.c
507
if (CRYPTO_THREAD_write_lock(readb->lock) == 0)
crypto/openssl/crypto/bio/bss_dgram_pair.c
510
saved_idx = readb->rbuf.idx[1];
crypto/openssl/crypto/bio/bss_dgram_pair.c
511
saved_count = readb->rbuf.count;
crypto/openssl/crypto/bio/bss_dgram_pair.c
513
l = dgram_pair_read_inner(readb, (uint8_t *)&hdr, sizeof(hdr));
crypto/openssl/crypto/bio/bss_dgram_pair.c
515
readb->rbuf.idx[1] = saved_idx;
crypto/openssl/crypto/bio/bss_dgram_pair.c
516
readb->rbuf.count = saved_count;
crypto/openssl/crypto/bio/bss_dgram_pair.c
518
CRYPTO_THREAD_unlock(readb->lock);
crypto/openssl/crypto/bio/bss_dgram_pair.c
553
struct bio_dgram_pair_st *b = bio->ptr, *readb;
crypto/openssl/crypto/bio/bss_dgram_pair.c
559
readb = b->peer->ptr;
crypto/openssl/crypto/bio/bss_dgram_pair.c
561
readb = b;
crypto/openssl/crypto/bio/bss_dgram_pair.c
563
return (~readb->cap & (BIO_DGRAM_CAP_HANDLES_SRC_ADDR | BIO_DGRAM_CAP_PROVIDES_DST_ADDR)) == 0;
crypto/openssl/crypto/bio/bss_dgram_pair.c
895
struct bio_dgram_pair_st *b = bio->ptr, *readb;
crypto/openssl/crypto/bio/bss_dgram_pair.c
908
readb = b->peer->ptr;
crypto/openssl/crypto/bio/bss_dgram_pair.c
910
readb = b;
crypto/openssl/crypto/bio/bss_dgram_pair.c
911
if (!ossl_assert(readb != NULL && readb->rbuf.start != NULL))
crypto/openssl/crypto/bio/bss_dgram_pair.c
922
saved_idx = readb->rbuf.idx[1];
crypto/openssl/crypto/bio/bss_dgram_pair.c
923
saved_count = readb->rbuf.count;
crypto/openssl/crypto/bio/bss_dgram_pair.c
924
l = dgram_pair_read_inner(readb, (uint8_t *)&hdr, sizeof(hdr));
crypto/openssl/crypto/bio/bss_dgram_pair.c
946
readb->rbuf.idx[1] = saved_idx;
crypto/openssl/crypto/bio/bss_dgram_pair.c
947
readb->rbuf.count = saved_count;
crypto/openssl/crypto/bio/bss_dgram_pair.c
952
l = dgram_pair_read_inner(readb, (uint8_t *)buf, sz);
crypto/openssl/crypto/bio/bss_dgram_pair.c
961
if (trunc > 0 && !ossl_assert(dgram_pair_read_inner(readb, NULL, trunc) == trunc))
sys/compat/linuxkpi/common/include/linux/io.h
149
#define readb(addr) readb(addr)
sys/compat/linuxkpi/common/include/linux/io.h
306
return (readb(addr));
sys/compat/linuxkpi/common/include/linux/iosys-map.h
129
uint8_t : readb(addr), \
sys/dev/fb/vga.c
2161
buf[0] = readb(BIOS_PADDRTOVADDR(0x44a)); /* COLS */
sys/dev/fb/vga.c
2162
buf[1] = readb(BIOS_PADDRTOVADDR(0x484)); /* ROWS */
sys/dev/fb/vga.c
2163
buf[2] = readb(BIOS_PADDRTOVADDR(0x485)); /* POINTS */
sys/dev/fb/vga.c
2164
buf[3] = readb(BIOS_PADDRTOVADDR(0x44c));
sys/dev/fb/vga.c
2165
buf[4] = readb(BIOS_PADDRTOVADDR(0x44d));
sys/dev/fb/vga.c
3018
rtcin(RTC_EQUIPMENT), readb(BIOS_PADDRTOVADDR(0x488)));
sys/dev/fb/vga.c
3021
readb(BIOS_PADDRTOVADDR(0x487)));
sys/dev/fb/vga.c
3023
readb(BIOS_PADDRTOVADDR(0x44a)),
sys/dev/fb/vga.c
3024
readb(BIOS_PADDRTOVADDR(0x484)) + 1,
sys/dev/fb/vga.c
3025
readb(BIOS_PADDRTOVADDR(0x485)));
sys/dev/fb/vga.c
933
fill_adapter_param(readb(BIOS_PADDRTOVADDR(0x488)) & 0x0f,
sys/dev/fb/vga.c
939
fill_adapter_param(readb(BIOS_PADDRTOVADDR(0x488)) & 0x0f,
sys/dev/fb/vga.c
984
readb(BIOS_PADDRTOVADDR(0x449));
sys/dev/hptmv/mv.c
69
return readb((void *)((ULONG_PTR)base + offset));
sys/dev/syscons/scvgarndr.c
1078
(void)readb(d); /* set bg color in the latch */
sys/dev/syscons/scvgarndr.c
1211
readb(p + k);
sys/dev/syscons/scvgarndr.c
1230
readb(p + k);
sys/dev/syscons/scvgarndr.c
972
(void)readb(d); /* set bg color in the latch */