Home
last modified time | relevance | path

Searched defs:readb (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/bio/
H A Dbss_dgram_pair.c496 struct bio_dgram_pair_st *b = bio->ptr, *readb; in dgram_pair_ctrl_pending() local
554 struct bio_dgram_pair_st *b = bio->ptr, *readb; in dgram_pair_ctrl_get_local_addr_cap() local
897 struct bio_dgram_pair_st *b = bio->ptr, *readb; in dgram_pair_read_actual() local
1060 struct bio_dgram_pair_st *b = bio->ptr, *readb; in dgram_pair_recvmmsg() local
1224 struct bio_dgram_pair_st *b = bio->ptr, *readb; in dgram_pair_write_actual() local
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dio.h140 readb(const volatile void *addr) in readb() function
149 #define readb(addr) readb(addr) macro
/freebsd/sys/amd64/include/
H A Dcpufunc.h48 #define readb(va) (*(volatile uint8_t *) (va)) macro