NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
GPIB_WRITE
sys/dev/gpib/ct.c
711
dir = (bp->b_flags & B_READ ? GPIB_READ : GPIB_WRITE);
sys/dev/gpib/mt.c
895
dir = (bp->b_flags & B_READ ? GPIB_READ : GPIB_WRITE);
sys/dev/gpib/rd.c
780
dir = (bp->b_flags & B_READ ? GPIB_READ : GPIB_WRITE);