Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
readb
headers/os/drivers/pcmcia/k_compat.h
49
#define readb(p) (*(volatile u_char *)(p))
src/libs/compat/freebsd_network/compat/machine/x86/cpufunc.h
43
#define readb(va) (*(volatile uint8_t *) (va))
src/libs/compat/freebsd_network/compat/machine/x86_64/cpufunc.h
44
#define readb(va) (*(volatile uint8_t *) (va))