NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
SERUNIT
sys/arch/amiga/dev/serreg.h
65
#define SERUNIT(dev) (minor(dev) & 0x7f)
sys/arch/atari/dev/ser.c
147
#define SERUNIT(x) TTUNIT(x)