_IOR
# define _IOR(x,y,z) (0x0fff3900|y)
#undef _IOR
# define _IOR(x,y,z) (((x)<<8)|y)
#define _IOR(g,n,t) _IOC(IOC_OUT, (g), (n), sizeof(t))