Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
_IO
headers/compatibility/bsd/sys/ioccom.h
73
#define _IO(g,n) _IOC(IOC_VOID, (g), (n), 0)
headers/os/drivers/pcmcia/ds.h
88
#undef _IO
headers/os/drivers/pcmcia/ds.h
94
#define _IO(tag,num) _IOC(0,tag,num,0)