gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:_IOR (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/ioccom.h - 3.3KB - 69 lines
63: #define _IO(g,n)        _IOC(IOC_VOID, (g), (n), 0)
64: #define _IOR(g,n,t)     _IOC(IOC_OUT,       (g), (n), sizeof(t))
65: #define _IOW(g,n,t)     _IOC(IOC_IN,        (g), (n), sizeof(t))
t2ex_source/include/t2ex/sys/ioctl.h - 4.9KB - 120 lines
83: #define _IO(g,n)        _IOC(IOC_VOID, (g), (n), 0)
84: #define _IOR(g,n,t)     _IOC(IOC_OUT,       (g), (n), sizeof(t))
85: #define _IOW(g,n,t)     _IOC(IOC_IN,        (g), (n), sizeof(t))