NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
LPTFLAGS
sys/arch/atari/dev/lpt.c
113
#define LPTFLAGS(s) (minor(s) & 0xe0)
sys/dev/ic/lpt.c
114
#define LPTFLAGS(s) (minor(s) & 0xe0)
sys/dev/mvme/lpt_mvme.c
120
#define LPTFLAGS(s) (minor(s) & 0xf0)