Searched defs:_IO (Results 1 – 3 of 3) sorted by relevance
| /f-stack/tools/compat/include/sys/ |
| H A D | ioccom.h | 56 #define _IO(g,n) _IOC(IOC_VOID, (g), (n), 0) macro
|
| /f-stack/freebsd/sys/ |
| H A D | ioccom.h | 64 #define _IO(g,n) _IOC(IOC_VOID, (g), (n), 0) macro
|
| /f-stack/freebsd/net/ |
| H A D | netmap_legacy.h | 203 #define _IO(_c, _n) CTL_CODE(_WIN_NM_IOCTL_TYPE, ((_n) + 0x800) , \ macro
|