Searched defs:_IOR (Results 1 – 4 of 4) sorted by relevance
/linux-3.3/arch/alpha/include/asm/ |
D | ioctl.h | 48 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) macro
|
/linux-3.3/arch/sparc/include/asm/ |
D | ioctl.h | 45 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) macro
|
/linux-3.3/include/asm-generic/ |
D | ioctl.h | 84 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) macro
|
/linux-3.3/drivers/scsi/dpt/ |
D | dpti_ioctl.h | 36 # define _IOR(x,y,z) (((x)<<8)|y) macro
|