gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:_IOW (0.01 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/ioccom.h - 3.3KB - 69 lines
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))
66: /* this should be _IORW, but stdio got there first */
t2ex_source/include/t2ex/sys/ioctl.h - 4.9KB - 120 lines
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))
86: /* this should be _IORW, but stdio got there first */