Home
last modified time | relevance | path

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

/openbmc/linux/rust/kernel/
H A Dioctl.rs33 pub const fn _IOR<T>(ty: u32, nr: u32) -> u32 { in _IOR() function
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dioctl.h49 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dioctl.h46 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) macro
/openbmc/linux/include/uapi/asm-generic/
H A Dioctl.h86 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) macro
/openbmc/u-boot/include/asm-generic/
H A Dioctl.h84 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) macro