Home
last modified time | relevance | path

Searched defs:_IOR (Results 1 – 4 of 4) sorted by relevance

/linux-3.3/arch/alpha/include/asm/
Dioctl.h48 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) macro
/linux-3.3/arch/sparc/include/asm/
Dioctl.h45 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) macro
/linux-3.3/include/asm-generic/
Dioctl.h84 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) macro
/linux-3.3/drivers/scsi/dpt/
Ddpti_ioctl.h36 # define _IOR(x,y,z) (((x)<<8)|y) macro