Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
out8
headers/private/kernel/arch/x86/arch_cpuasm.h
97
#define out8(value,port) \
src/system/kernel/platform/atari_m68k/platform.cpp
86
#define out8(v, a) (*(volatile uint8 *)(a) = v)