_IOR
#define _IOR(g,n,t) _IOC(IOC_OUT, (g), (n), sizeof(t))
#undef _IOR
#define _IOR(tag,num,type) _IOC(2,tag,num,sizeof(type))