Searched defs:WS__IOR (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinsock.h714 #define WS__IOR(x,y,t) (WS_IOC_OUT|(((LONG)sizeof(t)&WS_IOCPARM_MASK)<<16)|((x)<<8)|(y)) macro
765 #define WS_FIONREAD WS__IOR('f', 127, ULONG)
769 #define WS_SIOCGHIWAT WS__IOR('s', 1, ULONG)
771 #define WS_SIOCGLOWAT WS__IOR('s', 3, ULONG)
772 #define WS_SIOCATMARK WS__IOR('s', 7, ULONG)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinsock.h744 #define WS__IOR(x,y,t) (WS_IOC_OUT|(((LONG)sizeof(t)&WS_IOCPARM_MASK)<<16)|((x)<<8)|(y)) macro
795 #define WS_FIONREAD WS__IOR('f', 127, ULONG)
799 #define WS_SIOCGHIWAT WS__IOR('s', 1, ULONG)
801 #define WS_SIOCGLOWAT WS__IOR('s', 3, ULONG)
802 #define WS_SIOCATMARK WS__IOR('s', 7, ULONG)

Completed in 42 milliseconds