Symbol: readb
crypto/openssl/crypto/bio/bss_dgram_pair.c
1059
struct bio_dgram_pair_st *b = bio->ptr, *readb;
crypto/openssl/crypto/bio/bss_dgram_pair.c
1073
readb = b->peer->ptr;
crypto/openssl/crypto/bio/bss_dgram_pair.c
1075
readb = b;
crypto/openssl/crypto/bio/bss_dgram_pair.c
1077
if (CRYPTO_THREAD_write_lock(readb->lock) == 0) {
crypto/openssl/crypto/bio/bss_dgram_pair.c
1105
CRYPTO_THREAD_unlock(readb->lock);
crypto/openssl/crypto/bio/bss_dgram_pair.c
1223
struct bio_dgram_pair_st *b = bio->ptr, *readb;
crypto/openssl/crypto/bio/bss_dgram_pair.c
1242
readb = b->peer->ptr;
crypto/openssl/crypto/bio/bss_dgram_pair.c
1244
readb = b;
crypto/openssl/crypto/bio/bss_dgram_pair.c
1245
if (peer != NULL && (readb->cap & BIO_DGRAM_CAP_HANDLES_DST_ADDR) == 0)
crypto/openssl/crypto/bio/bss_dgram_pair.c
496
struct bio_dgram_pair_st *b = bio->ptr, *readb;
crypto/openssl/crypto/bio/bss_dgram_pair.c
504
readb = b->peer->ptr;
crypto/openssl/crypto/bio/bss_dgram_pair.c
506
readb = b;
crypto/openssl/crypto/bio/bss_dgram_pair.c
508
if (CRYPTO_THREAD_write_lock(readb->lock) == 0)
crypto/openssl/crypto/bio/bss_dgram_pair.c
511
saved_idx = readb->rbuf.idx[1];
crypto/openssl/crypto/bio/bss_dgram_pair.c
512
saved_count = readb->rbuf.count;
crypto/openssl/crypto/bio/bss_dgram_pair.c
514
l = dgram_pair_read_inner(readb, (uint8_t *)&hdr, sizeof(hdr));
crypto/openssl/crypto/bio/bss_dgram_pair.c
516
readb->rbuf.idx[1] = saved_idx;
crypto/openssl/crypto/bio/bss_dgram_pair.c
517
readb->rbuf.count = saved_count;
crypto/openssl/crypto/bio/bss_dgram_pair.c
519
CRYPTO_THREAD_unlock(readb->lock);
crypto/openssl/crypto/bio/bss_dgram_pair.c
554
struct bio_dgram_pair_st *b = bio->ptr, *readb;
crypto/openssl/crypto/bio/bss_dgram_pair.c
560
readb = b->peer->ptr;
crypto/openssl/crypto/bio/bss_dgram_pair.c
562
readb = b;
crypto/openssl/crypto/bio/bss_dgram_pair.c
564
return (~readb->cap & (BIO_DGRAM_CAP_HANDLES_SRC_ADDR | BIO_DGRAM_CAP_PROVIDES_DST_ADDR)) == 0;
crypto/openssl/crypto/bio/bss_dgram_pair.c
896
struct bio_dgram_pair_st *b = bio->ptr, *readb;
crypto/openssl/crypto/bio/bss_dgram_pair.c
909
readb = b->peer->ptr;
crypto/openssl/crypto/bio/bss_dgram_pair.c
911
readb = b;
crypto/openssl/crypto/bio/bss_dgram_pair.c
912
if (!ossl_assert(readb != NULL && readb->rbuf.start != NULL))
crypto/openssl/crypto/bio/bss_dgram_pair.c
923
saved_idx = readb->rbuf.idx[1];
crypto/openssl/crypto/bio/bss_dgram_pair.c
924
saved_count = readb->rbuf.count;
crypto/openssl/crypto/bio/bss_dgram_pair.c
925
l = dgram_pair_read_inner(readb, (uint8_t *)&hdr, sizeof(hdr));
crypto/openssl/crypto/bio/bss_dgram_pair.c
947
readb->rbuf.idx[1] = saved_idx;
crypto/openssl/crypto/bio/bss_dgram_pair.c
948
readb->rbuf.count = saved_count;
crypto/openssl/crypto/bio/bss_dgram_pair.c
953
l = dgram_pair_read_inner(readb, (uint8_t *)buf, sz);
crypto/openssl/crypto/bio/bss_dgram_pair.c
962
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 */