gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:_IOWR (0.01 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/ioccom.h - 3.3KB - 69 lines
66: /* this should be _IORW, but stdio got there first */
67: #define _IOWR(g,n,t)    _IOC(IOC_INOUT,    (g), (n), sizeof(t))
68: 
t2ex_source/include/t2ex/sys/ioctl.h - 4.9KB - 120 lines
86: /* this should be _IORW, but stdio got there first */
87: #define _IOWR(g,n,t)    _IOC(IOC_INOUT,    (g), (n), sizeof(t))
88: