Searched defs:_IOR (Results 1 - 3 of 3) sorted by last modified time

/linux-master/include/uapi/asm-generic/
H A Dioctl.h86 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) macro
/linux-master/arch/sparc/include/uapi/asm/
H A Dioctl.h46 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dioctl.h49 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) macro

Completed in 153 milliseconds