Searched defs:_IO (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/rust/kernel/ |
D | ioctl.rs | 27 pub const fn _IO(ty: u32, nr: u32) -> u32 { in _IO() function
|
/linux-6.6.21/arch/alpha/include/uapi/asm/ |
D | ioctl.h | 48 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) macro
|
/linux-6.6.21/arch/sparc/include/uapi/asm/ |
D | ioctl.h | 45 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) macro
|
/linux-6.6.21/include/uapi/asm-generic/ |
D | ioctl.h | 85 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) macro
|